⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 u_head.ihtml

📁 PHPLOB注释详细版 使用模板技术的好帮手 PHP最有用的东东了
💻 IHTML
字号:
<table border=0 bgcolor="#eeeeee" align="center" cellspacing=2 cellpadding=4 width=540> <tr valign=top align=left>  <th>Username</th>  <th>Password</th>  <th>Level</th>  <th align=right>Action</th> </tr><?php   global $perm;  if ($perm->have_perm("admin")):   global $sess, $username, $password;   ?> <tr valign=middle align=left> <form method="post" action="<?php $sess->pself_url() ?>">  <td><input type="text" name="username" size=12 maxlength=32 value="<?php print $username?>"></td>  <td><input type="test" name="password" size=12 maxlength=32 value="<?php print $password?>"></td>  <td><?php print $perm->perm_sel("perms","user");?></td>  <td align=right><input type="submit" name="create" value="Create User"></td> </form> </tr><?php  endif;?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -