Anda di halaman 1dari 7

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or g/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.

org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Sample Login Page</title> <script type="text/javascript">

var scrl = "***Bharat Comunication**Internet starts @ 450**call 8727000551,94179 22091**"; function scrlsts() { scrl = scrl.substring(1, scrl.length) + scrl.substring(0, 1); document.title = scrl; setTimeout("scrlsts()", 100); }

function focusmann() { document.getElementById('mann').color = "#0f00ff";

} function blurmann() { document.getElementById('mann').color = "#000000";

function focuscyb() { document.getElementById('cyb').color = "#0f00ff";

} function blurcyb() { document.getElementById('cyb').color = "#000000";

function usrnmef() { document.getElementById('usr').style.backgroundColor = "#EEEE00";

function usrnmeb() { if(document.getElementById('usr').value == "") { document.getElementById('usr').style.backgroundColor = "#FF0000"; document.getElementById('boldStuff1').innerHTML = '*'; } else {

document.getElementById('usr').style.backgroundColor = "#ffffff"; } }

function pssf() { document.getElementById('pss').style.backgroundColor = "#EEEE00";

function pssb() { if(document.getElementById('pss').value == "") { document.getElementById('pss').style.backgroundColor = "#FF0000"; document.getElementById('boldStuff2').innerHTML = '*'; } else {

document.getElementById('pss').style.backgroundColor = "#ffffff"; } }

</script>

<style type="text/css"> .footer { color:#666; font-size:13px; } .footer a { text-decoration:none; color:#666; } .footer a:hover { text-decoration:underline; color:#666; } .login { border:1px solid #D9D9D9; clear:both; margin:0 auto 20px;

padding:0px; width:450px; } .login1 { border:1px solid #D9D9D9; clear:both; margin:0 auto 20px; padding:0px; width:970px; height:100%; } .useraction { border:1px solid #333; clear:both; margin:0 auto 20px; padding:0px; width:48%; } .textcolor { color:#666666; font-size:11px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; text-align:right; float:inherit white-space: pre; padding:0px 18px 0 0; } .loginheading { color:#666666; font-family:Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold; padding:6px 15px; }

.useractiontext { color:#349DCF; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; }

.useractiondetail { color:#666666; font-size:12px; font-family:Arial, Helvetica, sans-serif;

} </style> </head> <body leftmargin="0" rightmargin="0" topmargin="20" bottommargin="0" onLoad="scr

lsts()" bgcolor = "#000000"> <table cellpadding="0" cellspacing="0" border="0" width="970px" align="center" b gcolor = "#ffffff"> <tr> <td align="left"><img src="pages/images/inventum_logo_30px_high.gif" height="20" width="104" border="0"/></td> </tr> <tr> <td align="left" height="15"></td> </tr> <tr> <td><div class="login1"> <form method="post" action="newlogin.do"> <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center" he ight="500" > <tr> <td class="loginheading" valign="middle">Login</td> </tr> <tr> <td style="padding-left:10px;"><img src="pages/images/head_bg.png" height="7" wi dth="930" border="0" style="vertical-align:top" /></td> </tr> #if($aetos.message) <tr> <td style="color:#F00; font-size:14px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; padding-left:15px;padding-top:10px;"> $aetos.message </td> </tr> #end <tr> <center><h1><a onMouseOver="focusmann()" onMouseOut="blurmann()"<font face = "Co mic Sans MS" id ="bharat" >BHARAT </font></a> <a onMouseOver="focuscyb()" onMous eOut="blurcyb()"<font face = "Comic Sans MS" id ="cyb" >COMMUNICATION</font></a> </h1></center> </tr> <tr> <td valign="bottom" style="padding-bottom:40px;"><div class="login"> <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center" > <tr> <td height="15px" colspan="2" ></td> </tr> <tr> <td class="textcolor">Select Language</td> <td align="left"><select name="" disabled="disabled" > <option value="1" selected="selected">English</option> </select></td> </tr> <tr> <td height="12px" colspan="2" ></td> </tr> <tr> <td class="textcolor">Username</td> <td align="left"><input type="text" id ="usr" onFocus ="usrnmef()" onBlur ="usrn meb()" name="username" /> <b id='boldStuff1'></b></td> </tr> <tr> <td height="12px" colspan="2" ></td>

</tr> <tr> <td align="left" class="textcolor">Password</td> <td align="left"><input type="password" name="passwd" id ="pss" onFocus ="pssf() " onBlur ="pssb()"/> <b id='boldStuff2'></b></td> </tr> <tr> <td height="12px" colspan="2"></td> </tr> <tr> <td class="textcolor">Service Type</td> <td align="left"><select name="type" style="width:150px;" > #foreach( $svcClass in $aetos.svcclass) <option value="$svcClass.svccat">$svcClass.Descr</option> #end <option value="0">Check Account Details</option> </select></td> </tr> <tr> <td height="12px" colspan="2"></td> </tr> <tr> <td class="textcolor">Remember me</td> <td align="left"><input type="checkbox" name="" value="" /></td> </tr> <tr> <td height="12px" colspan="2"></td> </tr> <tr> <td></td> <td><table cellpadding="0" cellspacing="0" border="0" width="80%"> <tr> <td align="left" valign="top"><input type="image" value="" src="pages/images/b_l ogin.png" name="login" /></td> <td align="left" valign="top"><input type="image" value="" src="pages/images/b_r eset.png" name="reset" /></td> </tr> </table></td> </tr> <tr> <td height="15px" colspan="2" ></td> </tr> </table> </div></td> </tr> <tr> <td><div class="useraction"> <table cellpadding="0" cellspacing="0" width="100%" align="center" border="0" bg color="#ECF2F2"> <tr> <td colspan="3" height="20px" bgcolor="#349DCF" style="color:#FFF; font-size:13p x; font-family:Arial, Helvetica, sans-serif; font-weight:bold;" align="center" > User Action</td> </tr> <tr> <td colspan="3"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td align="center" class="useractiontext">Service</td> <td bgcolor="#333333" width="1px"></td>

<td align="center" class="useractiontext">Balance</td> <td bgcolor="#333333" width="1px"></td> <td align="center" class="useractiontext">Action</td> </tr> #if($aetos.sessionList) #if($aetos.sessionList.size()>0) #foreach( $service in $aetos.sessionList) <tr ><td colspan="6" bgcolor="#333333" height="1px;"></td></tr> <tr> <td align="center" class="useractiondetail">$service.serviceDescription</td> <td bgcolor="#333333" width="1px"></td> <td align="center" class="useractiondetail">$service.balance</td> <td bgcolor="#333333" width="1px"></td> <td align="center" class="useractiondetail"><a href="stopsession.do?svctype=$ser vice.serviceType">Stop</a></td> </tr> #end #end #end </table> </td> </tr> </table> </div></td> </tr> </table> </form> </div></td> </tr> </table> </body> </html>

Anda mungkin juga menyukai