Subversion Repositories SmartDukaan

Rev

Rev 7264 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7264 Rev 7266
Line 19... Line 19...
19
        width: 600px;
19
        width: 600px;
20
        overflow: visible;
20
        overflow: visible;
21
        margin: 25px;
21
        margin: 25px;
22
        border-radius: 15px;
22
        border-radius: 15px;
23
		background-color:black;
23
		background-color:black;
-
 
24
		padding-top:25px;
24
		}
25
		}
25
		
26
		
26
		.normalshadow{
27
		.normalshadow{
27
		border: solid 2px grey;
28
		border: solid 2px grey;
28
		box-shadow: 0 0 10px 3px black;
29
		box-shadow: 0 0 10px 3px black;
Line 53... Line 54...
53
	<span style="margin-left:20px;font-weight:bold;font-size:15px">SAHOLIC RECHARGE ADMIN CONSOLE</span>
54
	<span style="margin-left:20px;font-weight:bold;font-size:15px">SAHOLIC RECHARGE ADMIN CONSOLE</span>
54
</div>
55
</div>
55
 
56
 
56
<div id="main" style="width: 100%;min-width:500px;margin: 5px 0 0 0;">
57
<div id="main" style="width: 100%;min-width:500px;margin: 5px 0 0 0;">
57
	<form action="/rch/admin" id="loginForm" class="$class" method="post">
58
	<form action="/rch/admin" id="loginForm" class="$class" method="post">
-
 
59
		
-
 
60
		#if($action.getMessage() != "")
58
    	<div class="padding-row" style="font-size: 16px;color: red;padding: 15px 0 10px 0px;text-align:center;">
61
    	<div class="padding-row" style="font-size: 16px;color: red;padding: 0 0 10px 0px;text-align:center;">
59
			$action.getMessage()
62
			$action.getMessage()
60
    	</div>
63
    	</div>
61
				
64
		#end
62
    	<div class="row">
65
    	<div class="row">
63
        	<div class="text" style="width:200px;color:#AAAAAA">Username : </div>
66
        	<div class="text" style="width:200px;color:#AAAAAA">Username : </div>
64
        	<div class="input-div">
67
        	<div class="input-div">
65
    			<input class="inputbox padding48" style="border-radius:7px;" type="text" name="username">
68
    			<input class="inputbox padding48" style="border-radius:7px;" type="text" name="username">
66
    		</div>
69
    		</div>