?? header.auth.inc.php
字號:
<?php $nm = htmlentities($_SESSION['user_logged']); ?>
<table bgcolor=black width=100% ><tr><td>
<font size=+4 color=white class="header">WoW-Wish</font></td>
<td class=header><font color=white>
<b>Hi, <?php echo $nm; ?> </b>|
<a class=header href="index.php"><img src="img/home.png" alt="Home" title="Home"> Home</a> |
<a class=header href="alt_list.php">Your alts</a> |
<a class=header href="alt_new.php">New alt</a> |
<a class=header href="logout.php">Logout</a>
</font>
</tr></td></table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -