Subversion Repositories SmartDukaan

Rev

Rev 4295 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4295 Rev 5055
Line 11... Line 11...
11
<body>
11
<body>
12
	<h3>User Requests for Product Notifications</h3>
12
	<h3>User Requests for Product Notifications</h3>
13
	
13
	
14
	<form action="" method="POST">
14
	<form action="" method="POST">
15
		<fieldset>
15
		<fieldset>
16
			<legend>Emails submitted to recieve Product Notifications</legend>
16
			<legend>Emails submitted to which Product Notifications were sent in past</legend>
17
			Download the emails submitted during last 
17
			Download the emails submitted between (DD/MM/YYYY)&nbsp;  
18
			<select name="np">
-
 
19
				<option value="d">24 hours</option>
-
 
20
				<option value="w">1 week</option>
-
 
21
				<option value="f">1 fortnight</option>
-
 
22
				<option value="m" selected>1 month</option>
18
			<input type="text" name="startDate" size="14"/> and 
23
				<option value="3m">3 months</option>
-
 
24
				<option value="6m">6 months</option>
-
 
25
				<option value="a">[All Emails]</option>
-
 
26
            </select>&nbsp;&nbsp;&nbsp;
19
			<input type="text" name="endDate" size="14"/>&nbsp;&nbsp;
27
			<input type="submit" value="Download" />
20
			<input type="submit" value="Download" />
28
		</fieldset>
21
		</fieldset>
29
	</form>
22
	</form>
30
	
23
	
31
	<h3>Item wise distribution of product notification requests</h3>
24
	<h3>Item wise distribution of product notification requests</h3>
Line 53... Line 46...
53
			</tr>
46
			</tr>
54
			#foreach($requestCount in $requestCounts)
47
			#foreach($requestCount in $requestCounts)
55
			<tr>
48
			<tr>
56
				<td>$action.getProductNameFromItem($requestCount.getItem())</td>
49
				<td>$action.getProductNameFromItem($requestCount.getItem())</td>
57
				<td align="center">$requestCount.getCount()</td>
50
				<td align="center">$requestCount.getCount()</td>
-
 
51
				<!--<td>
-
 
52
					<form action="" method="post">
-
 
53
						<input type="submit" value="Download Emails" />
-
 
54
                    </form>
-
 
55
				</td>-->
58
			</tr>
56
			</tr>
59
			#end
57
			#end
60
		</table>
58
		</table>
61
		#else
59
		#else
62
			<p>No statistics can be retrieved. Try again later!</p>
60
			<p>No statistics can be retrieved. Try again later!</p>