<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gbk"> <title>登陆</title> <LINK href="../../data/images/qcss.css" rel=stylesheet> </head> <body bgcolor="#ededed" topmargin="0"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <form name=login method=post action="http://www.xxxxx.com/bbs/logging.php?action=login" target=_parent> <input type="hidden" name="referer" value="???????"> <input class="radio" type="hidden" name="loginfield" value="username"> <tr> <td height="23" align="center"> <div align="left">用户名 <input name="username" type="text" size="8"> 密码 <input name="password" type="password" size="8"> <select name="cookietime" id="cookietime"> <option value="0">不保存</option> <option value="3600">一小时</option> <option value="86400">一天</option> <option value="2592000">一个月</option> <option value="315360000">永久</option> </select> <input type="submit" name="loginsubmit" value="登陆"> <input type="button" name="Submit2" value="注册" onclick="window.open('../register');"> <input type="hidden" name="action" value="login" /> </div> </td> </tr> </form> </table> </body> </html> [!--empirenews.template--] <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>登陆</title> <LINK href="../../data/images/qcss.css" rel=stylesheet> </head> <body bgcolor="#ededed" topmargin="0"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td height="23" align="center"> <div align="left">» <font color=red><b>[!--username--]</b></font> <a href="../my" target="_parent">[!--groupname--]</a> [!--havemsg--] <a href="../msg" target=_blank>短信息</a> <a href="../fava" target=_blank>收藏夹</a> <a href="../cp" target="_parent">控制面板</a> <a href="../../enews?enews=exit&prtype=9" target=_parent onclick="return confirm('确认要退出?');">退出</a> </div> </td> </tr> </table> </body> </html>
|