Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
19685 kshitij.so 1
<!DOCTYPE html>
2
<html>
3
<head>
4
 
5
	<script src="/Support/js/jquery-1.4.2.js">
6
	</script>
7
	<style>
8
	      #content{
9
	      margin-top:20px;
10
	      }
11
	</style>
12
	<title>Upload Entities</title>
13
</head>
14
<body>
15
	<span><a href="/content/entity">Back</a></span>
16
	<div style="margin: 5px;">
17
		&nbsp;
18
	</div>
19
	<h4>Bulk Upload Entity</h4>
20
	<div class="options">
21
		<hr>
22
		<a href="http://173.255.253.139/entity-upload-template.xls" target="_blank">Download Content Upload Template</a><br>
23
		<br>
24
		<a href="http://173.255.253.139/catalog-upload-template.xls" target="_blank">Download Catalog Upload Template</a>
25
		<br>
26
		<hr>
27
		<form id="upload-form" action="/content/entity-upload" enctype="multipart/form-data" method="post" name="fileUpload">
28
			<select name="category">
29
				<option value="0">
30
					Select Category
31
				</option>
32
				<option value="1">
33
					Carrying Case
34
				</option>
35
				<option value="2">
36
					Screen Guard
37
				</option>
38
				<option value="3">
39
					Battery
40
				</option>
41
			</select> <input name="changeCatalog" type="checkbox" value="1">Only Change Catalog?<br>
42
			<div style="margin: 2px;">
43
				&nbsp;
44
			</div><label for="filePath" style="font-size: 14px;">Path :</label> <input id="upload" name="upload" type="file"> <input name="formSubmit" type="submit" value="Upload">
45
		</form>
46
		<hr>
47
	</div>
48
</body>
49
</html>