📄 login.tpl
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><meta name="AUTHOR" content="eGroupWare http://www.egroupware.org"><meta name="description" content="eGroupWare"><META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"><meta name="keywords" content="eGroupWare login screen"><style type="text/css"> a { text-decoration:none; } A:link{ text-decoration:none; color: #336699; } A:visted{ text-decoration:none; color: #336699; } A:active{ text-decoration:none; color: #ff0000; } A:hover{ text-decoration:none; color: #cc0000; } td {text-decoration:none; color: #ffffff; } body { margin-top: 0px; margin-right: 0px; margin-left: 0px; font-family: "Arial, Helvetica, san-serif" } .tablink { color: #000000; }</style><title>{website_title} - Login</title></head><!-- idsociety body tags continue into navbar.tpl, so the closing bracket here is there END Head --><body bgcolor="#cccccc" alink="#ff0000" link="#336699" vlink="#336699"><a href="http://www.egroupware.org"><img src="phpgwapi/templates/{template_set}/images/logo.gif" alt="eGroupWare" border="0"></a><p> </p><center>{lang_message}</center><p> </p><table border="0" align="center" width="40%" cellspacing="0" cellpadding="0"><tr> <td> <table border="0" width="100%" cellpadding="2" cellspacing="1"> <tr bgcolor="#525252"> <td align="left" valign="middle"> eGroupWare</td> </tr> <tr> <td valign="baseline"> <form name="login" method="post" action="{login_url}"> <input type="hidden" name="passwd_type" value="text"> <input type="hidden" name="account_type" value="u"> <table bgcolor="#adadad" border="0" align="center" width="100%" cellpadding="0" cellspacing="0"> <tr> <td colspan="2" align="center">{cd}</td> </tr> <tr> <td align="right">{lang_username}: </td> <td><input name="login" value="{cookie}"></td> </tr> <tr> <td align="right">{lang_password}: </td> <td><input name="passwd" type="password"></td> </tr> <tr> <td colspan="2" align="center"><input type="submit" value="{lang_login}" name="submitit"></td> </tr> <tr> <td colspan="2" align="right">{version}</td> </tr> </table> </FORM> </td> </tr> </table> </td> </tr></table><!-- END login_form --></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -