| Line 48... |
Line 48... |
| 48 |
<label for="fileExtenstion">Image Extention : </label>
|
48 |
<label for="fileExtenstion">Image Extention : </label>
|
| 49 |
<select name="fileExtention" id="fileExtention"><option selected="selected" value="jpg">jpg</option><option value="jpeg">jpeg</option><option value="png">png</option><option value="gif">gif</option></select>
|
49 |
<select name="fileExtention" id="fileExtention"><option selected="selected" value="jpg">jpg</option><option value="jpeg">jpeg</option><option value="png">png</option><option value="gif">gif</option></select>
|
| 50 |
<br></br>
|
50 |
<br></br>
|
| 51 |
<label for="link">Link : </label>
|
51 |
<label for="link">Link : </label>
|
| 52 |
<input id="link" name="link" type="text"/>
|
52 |
<input id="link" name="link" type="text"/>
|
| 53 |
<input id="uri" name="uri" type="hidden" value="side-banner" />
|
53 |
<input id="uri" name="uri" type="hidden" value="-" />
|
| 54 |
<br><br>
|
54 |
<br><br>
|
| 55 |
<label>Acitive / InActive : </label>
|
55 |
<label>Acitive / InActive : </label>
|
| 56 |
<select id ="isActive" name="isActive"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
56 |
<select id ="isActive" name="isActive"><option selected="selected" value="False">InActive</option><option value="True">Active</option></select>
|
| 57 |
<br></br>
|
57 |
<br></br>
|
| 58 |
<label for="priority">Priority : </label>
|
58 |
<label for="priority">Priority : </label>
|
| Line 66... |
Line 66... |
| 66 |
#end
|
66 |
#end
|
| 67 |
</select>
|
67 |
</select>
|
| 68 |
<br></br>
|
68 |
<br></br>
|
| 69 |
<input style="margin-top: 8px;" name="upload" value="Upload" type="submit">
|
69 |
<input style="margin-top: 8px;" name="upload" value="Upload" type="submit">
|
| 70 |
<input type="button" id="cancelbutton" name="cancel" value="Cancel"/>
|
70 |
<input type="button" id="cancelbutton" name="cancel" value="Cancel"/>
|
| - |
|
71 |
<input id="bannerType" value="SIDE_BANNER" name="bannerType" style="visibility: hidden;" />
|
| - |
|
72 |
<input id="actionType" value="SIDE_BANNER" name="actionType" style="visibility: hidden;">
|
| 71 |
</form>
|
73 |
</form>
|
| 72 |
</div>
|
74 |
</div>
|
| 73 |
</body>
|
75 |
</body>
|
| 74 |
</html>
|
76 |
</html>
|
| 75 |
|
77 |
|