Subversion Repositories SmartDukaan

Rev

Rev 8917 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8578 kshitij.so 1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<html>
3
<head>
4
<style type="text/css">
5
* { font-family: Verdana; font-size: 96%; }
6
label {
7
float: left;
8
    width: 150px;
9
}
10
select {
11
    width: 100px;
12
}
13
</style>
14
</head>
15
<body>
8917 kshitij.so 16
<a href="/user-image">Back to listing</a>
8590 kshitij.so 17
<div id="content">
18
<div style="color:blue;padding:0px;">
19
    #sactionmessage()
20
    </div>
21
    <div style="color:red;padding:0px;">
22
    #sactionerror()
23
</div>
8578 kshitij.so 24
<h3>Upload News Letter Images</h3>
25
<div style="padding-top: 20px;">
8917 kshitij.so 26
<form id="uploadCampaignFile" action="/user-image!createNewsletter" enctype="multipart/form-data" method="post">
8578 kshitij.so 27
<label for="newsletterName">NewsLetter Name : </label>
28
<input id="newsletterName" name="newsletterName" type="text"/>
29
<br></br>
30
<label for="imagePath">Image Path : </label>
31
<input name="userImage" id="file" type="file" />
32
<br></br>
9155 kshitij.so 33
<label for="fileExtention">Image Extension : </label>
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>
8578 kshitij.so 35
<br></br>
36
<input type="submit" value="Update" name="upload" />
37
</form>
38
</div>
8590 kshitij.so 39
</div>
8578 kshitij.so 40
</body>