Subversion Repositories SmartDukaan

Rev

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

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style type="text/css">
* { font-family: Verdana; font-size: 96%; }
label {
float: left;
    width: 150px;
}
select {
    width: 100px;
}
</style>
</head>
<body>
<a href="/user-image">Back to listing</a>
<div id="content">
<div style="color:blue;padding:0px;">
    #sactionmessage()
    </div>
    <div style="color:red;padding:0px;">
    #sactionerror()
</div>
<h3>Upload News Letter Images</h3>
<div style="padding-top: 20px;">
<form id="uploadCampaignFile" action="/user-image!createNewsletter" enctype="multipart/form-data" method="post">
<label for="newsletterName">NewsLetter Name : </label>
<input id="newsletterName" name="newsletterName" type="text"/>
<br></br>
<label for="imagePath">Image Path : </label>
<input name="userImage" id="file" type="file" />
<br></br>
<label for="fileExtention">Image Extension : </label>
<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>
<br></br>
<input type="submit" value="Update" name="upload" />
</form>
</div>
</div>
</body>