Subversion Repositories SmartDukaan

Rev

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

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