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

📄 u_row.ihtml

📁 PHPLOB注释详细版 使用模板技术的好帮手 PHP最有用的东东了
💻 IHTML
字号:
 <!-- existing user --><?php global $sess, $perm ?> <form method="post" action="<?php $sess->pself_url() ?>"> <tr valign=middle align=left><?php  if ($perm->have_perm("admin")): ?>  <td><input type="text" name="username" size=12 maxlength=32 value="<?php echo $username?>"></td>  <td><input type="text" name="password" size=12 maxlength=32 value="<?php echo $password?>"></td>  <td><?php print $perm->perm_sel("perms", $perms) ?></td>  <td align=right>   <input type="hidden" name="u_id"   value="<?php echo $uid?>">   <input type="submit" name="u_kill" value="Kill">   <input type="submit" name="u_edit" value="Change">  </td><?php  elseif ($auth->auth["uname"] == $username): ?>  <td><?php echo $username ?></td>  <td><input type="text" name="password" size=12 maxlength=32 value="<?php echo $password?>"></td>  <td><?php echo $perms ?></td>  <td align=right>   <input type="hidden" name="u_id"   value="<?php echo $uid?>">   <input type="submit" name="u_edit" value="Change">  </td> <?php else: ?>  <td><?php echo $username ?></td>  <td>**********</td>  <td><?php echo $perms ?></td>  <td align=right>&nbsp;</td><?php endif; ?> </tr> </form>

⌨️ 快捷键说明

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