Subversion Repositories SmartDukaan

Rev

Rev 7266 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7264 anupam.sin 1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
 
4
#if($action.getMessage() == "")
5
	#set($class="normalshadow")
6
#else
7
	#set($class="errorshadow")
8
#end
9
 
10
<head>
11
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
12
    <link rel="stylesheet" href="css/rechargewebapp_18042013.css" type="text/css" />
13
	<style>
14
		li{
15
            border: 1px solid #CCCCCC;
16
            padding: 10px;
17
			border-radius:7px;
18
			margin:8px;
19
			box-shadow:-2px -2px 15px 0px #cccccc inset;
20
			width:500px;
21
		}
22
 
23
		li a{
24
    		color: #2789C1;
25
            font-weight: bold;
26
            text-decoration: none;
27
            cursor: pointer;
28
		}
29
 
30
		ul{
31
			list-style:none;
32
		}
33
	</style>
34
</head>
35
 
36
 
37
 
38
<body style="margin: 0;">
39
    <div style="line-height:37px;height:37px;background-color:#333;color:white;border-bottom: 5px solid white;">
40
    	<span style="margin-left:20px;font-weight:bold;font-size:15px">SAHOLIC RECHARGE ADMIN CONSOLE </span>
41
    	<span style="margin-left:120px;"><a style="color:white;" href="/rch/admin!doLogout">Logout</a></span>
42
    </div>
43
 
44
    <div id="main" style="width: 100%;min-width:500px;margin: 5px 0 0 0;">
45
		<h3>Please select an option from below</h3>
46
		<ul>
47
			<li><a href='/rch/manage-frc'>Manage FRC</a></li>
48
			<li><a href="/rch/manage-store!resetPassword">Reset Password</a></li>
49
			<li><a href="/rch/manage-store!editDetails">Edit Store Details</a></li>
50
			<li><a href="/rch/manage-store!changeBudget">Change Daily Limit</a></li>
51
		</ul>
52
    </div>
53
 
54
</body>
55
 
56
</html>