?? index.tpl
字號:
<HTML><HEAD> <link rel="shortcut icon" href="<?php echo Images_Path_Main ?>/favicon.ico"> <link rel="icon" href="<?php echo Images_Path_Main ?>/animated_favicon1.gif" type="image/gif"> <title>..:: {$CCMAINTITLE} ::..</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> {if ($CSS_NAME!="" && $CSS_NAME!="default")} <link href="templates/default/css/{$CSS_NAME}.css" rel="stylesheet" type="text/css"> {else} <link href="templates/default/css/main.css" rel="stylesheet" type="text/css"> <link href="templates/default/css/menu.css" rel="stylesheet" type="text/css"> <link href="templates/default/css/style-def.css" rel="stylesheet" type="text/css"> {/if} </HEAD><BODY leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">{literal}<script LANGUAGE="JavaScript"><!-- function test() { if(document.form.pr_login.value=="" || document.form.pr_password.value=="") { alert("You must enter an user and a password!"); return false; } else { return true; } }--></script><style TEXT="test/css"><!-- .form_enter { font-family: Arial, Helvetica, Sans-Serif; font-size: 11px; font-weight: bold; color: #FF9900; border: 1px solid #C1C1C1;}--></style>{/literal}<table width="100%" height="75%"><tr align="center" valign="middle"><td> <form name="form" method="POST" action="userinfo.php" onsubmit="return test()"> <input type="hidden" name="done" value="submit_log"> {if ($error == 1)} <font face="Arial, Helvetica, Sans-serif" size="2" color="red"> <b>AUTHENTICATION REFUSED, please check your user/password!</b> </font> {elseif ($error==2)} <font face="Arial, Helvetica, Sans-serif" size="2" color="red"> <b>INACTIVE ACCOUNT, Please activate your account!</b> </font> {elseif ($error==3)} <font face="Arial, Helvetica, Sans-serif" size="2" color="red"> <b>BLOCKED ACCOUNT, Please contact your administrator!</b> </font> {/if} <br><br> <table style="border: 1px solid #C1C1C1"> <tr> <td class="form_enter" align="center"> <img src="templates/{$SKIN_NAME}/images/icon_arrow_orange.gif" width="15" height="15"> <font size="3" color="red" ><b> AUTHENTICATION</b></font> </td> </tr> <tr> <td style="padding: 5px, 5px, 5px, 5px" bgcolor="#EDF3FF"> <table border="0" cellpadding="0" cellspacing="10"> <tr align="center"> <td rowspan="3" style="padding-left: 8px; padding-right: 8px"><img src="templates/{$SKIN_NAME}/images/security.png"></td> <td></td> <td align="left"><font size="2" face="Arial, Helvetica, Sans-Serif"><b>User:</b></font></td> <td><input class="form_input_text" type="text" name="pr_login"></td> </tr> <tr align="center"> <td></td> <td align="left"><font face="Arial, Helvetica, Sans-Serif" size="2"><b>Password:</b></font></td> <td><input class="form_input_text" type="password" name="pr_password"></td> </tr> <tr align="center"> <td></td> <td></td> <td><input type="submit" name="submit" value="LOGIN" class="form_input_button"></td> </tr> <tr align="center"> <td colspan=3>Forgot your password? Click <a href="forgotpassword.php">here</a>.</td> </tr> </table> </td> </tr> </table> </form></td></tr></table>{literal}<script LANGUAGE="JavaScript"> document.form.pr_login.focus();</script>{/literal}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -