Subversion Repositories SmartDukaan

Rev

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

Rev 5717 Rev 5718
Line 7... Line 7...
7
	<h2>Store Collection Report Generator</h2>
7
	<h2>Store Collection Report Generator</h2>
8
	<p>Specify the date range (dd/MM/yyyy):</p>
8
	<p>Specify the date range (dd/MM/yyyy):</p>
9
	<div>
9
	<div>
10
		<form action="" method="post">
10
		<form action="" method="post">
11
			<div class="register-row">
11
			<div class="register-row">
12
				<label><span>Store Id</span></label>
12
				<label><span>Select Store</span></label>
-
 
13
					<select id="storeId" name="storeId">
-
 
14
                     
-
 
15
					#set($stores = $action.getAllStores())
13
                <div class="imgTextBox textbox-image">
16
                    #foreach($store in $stores)
14
					<input type="text" class="textbox" value="" name="storeId" id="storeid" />
17
                                 <option value="$store.getId()">$store.getName()</option>
15
                </div>
18
                    #end
-
 
19
                   </select>
16
                <div class="clearBoth"></div>	
20
				   <div class="clearBoth"></div>	
17
             </div>
21
             </div>
18
			<br/>
22
			<br/>
19
			<div class="register-row">
23
			<div class="register-row">
20
				<label><span>Start Date:</span></label>
24
				<label><span>Start Date:</span></label>
21
                <div class="imgTextBox textbox-image">
25
                <div class="imgTextBox textbox-image">