Subversion Repositories SmartDukaan

Rev

Rev 430 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
430 ashish 1
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd">
2
	<head>
3
		<title> Shop2020 support servlets </title>
4
	</head>
5
	<body>
6
	current time is ${currenttime}
7
		<h2>Shop2020 support servlets </h2>
8
		<ol>
9
			<li>[<t:pagelink page="Promotion">Add new promotion</t:pagelink>]</li>
10
			<li>[<t:pagelink page="Listp">List Promotions</t:pagelink>]</li>
11
			<li>[<t:pagelink page="Payment">View Payment Info</t:pagelink>]</li>
12
			<li>[<t:pagelink page="Inventory">Add new sku</t:pagelink>]</li>
13
		</ol>
14
	</body>
15
</html>
16