header.auth.inc.php
来自「A website for keeping track of wishes fo」· PHP 代码 · 共 13 行
PHP
13 行
<?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 + =
减小字号Ctrl + -
显示快捷键?