Subversion Repositories SmartDukaan

Rev

Rev 7266 | Rev 7371 | Go to most recent revision | Details | Compare with Previous | 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
 
7266 anupam.sin 30
		.inactive{
31
			background-color:#EEEEEE;
32
		}
33
 
34
		.inactiveLink {
35
			color:#AAAAAA;
36
		}
37
 
7264 anupam.sin 38
		ul{
39
			list-style:none;
40
		}
41
	</style>
42
</head>
43
 
44
 
45
 
46
<body style="margin: 0;">
47
    <div style="line-height:37px;height:37px;background-color:#333;color:white;border-bottom: 5px solid white;">
48
    	<span style="margin-left:20px;font-weight:bold;font-size:15px">SAHOLIC RECHARGE ADMIN CONSOLE </span>
7266 anupam.sin 49
		<span style="margin-left:120px;"><a style="color:white;" href="/rch/admin">Home</a></span>
50
    	<span style="margin-left:50px;"><a style="color:white;" href="/rch/admin!doLogout">Logout</a></span>
7264 anupam.sin 51
    </div>
52
 
53
    <div id="main" style="width: 100%;min-width:500px;margin: 5px 0 0 0;">
54
		<h3>Please select an option from below</h3>
55
		<ul>
7266 anupam.sin 56
			<li><a href='/rch/delete-frc'>Delete FRC</a></li>
7370 anupam.sin 57
			<li><a href='/rch/add-frc'>Add/Update FRC</a></li>
7266 anupam.sin 58
			<li><a href="/rch/manage-store">Reset Password</a></li>
59
			<li class="inactive"><a class='inactiveLink' href="javascript:void(0)">Edit Store Details (Coming soon)</a></li>
60
			<li class="inactive"><a class='inactiveLink' href="javascript:void(0)">Change Daily Limit (Coming soon)</a></li>
7264 anupam.sin 61
		</ul>
62
    </div>
63
 
64
</body>
65
 
66
</html>