| Line 61... |
Line 61... |
| 61 |
}
|
61 |
}
|
| 62 |
</style>
|
62 |
</style>
|
| 63 |
<title>Upload Banner</title>
|
63 |
<title>Upload Banner</title>
|
| 64 |
</head>
|
64 |
</head>
|
| 65 |
<body>
|
65 |
<body>
|
| - |
|
66 |
<a href="/user-image">Back to listing</a>
|
| 66 |
<h2>New Banner</h2>
|
67 |
<h2>New Banner</h2>
|
| 67 |
<div style="padding-bottom: 20px;" id="upload-form">
|
68 |
<div style="padding-bottom: 20px;" id="upload-form">
|
| 68 |
<form id="uploadFileToMyFolder" name="userImage" action="/user-image" onsubmit="return validateForm()" enctype="multipart/form-data" method="post">
|
69 |
<form id="uploadFileToMyFolder" name="userImage" action="/user-image" onsubmit="return validateForm()" enctype="multipart/form-data" method="post">
|
| 69 |
<label for="imagePath">Image Path : </label>
|
70 |
<label for="imagePath">Image Path : </label>
|
| 70 |
<input name="userImage" id="file" type="file">
|
71 |
<input name="userImage" id="file" type="file">
|
| 71 |
<br></br>
|
72 |
<br></br>
|
| 72 |
<label for="bannerName">Banner Name : </label>
|
73 |
<label for="bannerName">Banner Name : </label>
|
| 73 |
<input id="bannerName" name="bannerName" type="text"/>
|
74 |
<input id="bannerName" name="bannerName" type="text"/>
|
| 74 |
<br></br>
|
75 |
<br></br>
|
| - |
|
76 |
<label for="fileExtenstion">Image Extention : </label>
|
| - |
|
77 |
<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>
|
| - |
|
78 |
<br></br>
|
| 75 |
<label for="link">Link : </label>
|
79 |
<label for="link">Link : </label>
|
| 76 |
<input id="link" name="link" type="text"/>
|
80 |
<input id="link" name="link" type="text"/>
|
| 77 |
<br></br>
|
81 |
<br></br>
|
| 78 |
<div id="uri-div">
|
82 |
<div id="uri-div">
|
| 79 |
<div id="uri-container">
|
83 |
<div id="uri-container">
|