Subversion Repositories SmartDukaan

Rev

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

Rev 21101 Rev 21363
Line 37... Line 37...
37
	<label for="amount">Amount:</label>
37
	<label for="amount">Amount:</label>
38
    <input id="amount" name="amount" />
38
    <input id="amount" name="amount" />
39
	<label for="email">Email:</label>
39
	<label for="email">Email:</label>
40
	<input id="email" name="email" value="$user.getEmail()" readonly/>
40
	<input id="email" name="email" value="$user.getEmail()" readonly/>
41
	<label for="email">CashBack:</label>
41
	<label for="email">CashBack:</label>
42
    <input name="cashback" value="1%" readonly/>
42
	<select name="cashback">
-
 
43
		<option value="0">0%</option>
-
 
44
		<option value="1">1%</option>
-
 
45
	</select>
43
	<button type="submit" style="margin:5px;">Submit</button>
46
	<button type="submit" style="margin:5px;">Submit</button>
44
	</form>
47
	</form>
45
#end
48
#end
46
</body>
49
</body>
47
<script type="text/javascript">
50
<script type="text/javascript">