Subversion Repositories SmartDukaan

Rev

Rev 8917 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8917 Rev 9155
Line 28... Line 28...
28
<input id="newsletterName" name="newsletterName" type="text"/>
28
<input id="newsletterName" name="newsletterName" type="text"/>
29
<br></br>
29
<br></br>
30
<label for="imagePath">Image Path : </label>
30
<label for="imagePath">Image Path : </label>
31
<input name="userImage" id="file" type="file" />
31
<input name="userImage" id="file" type="file" />
32
<br></br>
32
<br></br>
33
<label for="imageName">Image Name : </label>
33
<label for="fileExtention">Image Extension : </label>
34
<input id="imageName" name="imageName" type="text"/>
-
 
35
<span style="color:red;">*File extention mandatory</span>
34
<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>
36
<br></br>
35
<br></br>
37
<input type="submit" value="Update" name="upload" />
36
<input type="submit" value="Update" name="upload" />
38
</form>
37
</form>
39
</div>
38
</div>
40
</div>
39
</div>