member.tpl

来自「用php编写的一个BBS 小程序」· TPL 代码 · 共 34 行

TPL
34
字号
<div id="displayMember" style="display:none;z-index:1;position:absolute;width:600px;height:200px;left:0px;top:0px;" onmousedown="emersion(this.id)">
<table id="dragTable11" class="dragTable" width="100%" height="100%">
  <tr class="dragBar" onMousedown="downMouse()" onMouseup="upMouse(this)" onMousemove="moveLayer(this.parentNode.parentNode)">
    <td width="20" height="18"></td>
    <td width="560" align="center" valign="bottom">会员名单</td>
    <td width="20" align="right" valign="top"><a href="javascript:hideDiv(10)" style="text-decoration:none;" title="关闭窗口">×</a></td>
  </tr>
  <tr>
    <td colspan="3" align="center" valign="top" style="padding:2px">
      <span id="mlCurPage" style="visibility:hidden" value="0"></span>
      <table id="tbML" class="table1" width="590">
        <tr bgcolor="#fafafa">
          <td class="td1" width="160" align="center" style="padding:5px" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#fafafa'">用户名</td>
          <td class="td1" width="60" align="center" style="padding:5px" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#fafafa'">头衔</td>
          <td class="td1" width="200" align="center" style="padding:5px" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#fafafa'">E-mail</td>
          <td class="td1" width="85" align="center" style="padding:5px" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#fafafa'">最后登录</td>
          <td class="td1" width="85" align="center" style="padding:5px" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#fafafa'">注册日期</td>
        </tr>
        <tr bgcolor="#fafafa">
          <td colspan="5" class="td1" align="center" style="padding:5px" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#fafafa'">正在读取...</td>
        </tr>
      </table>
      <table class="table2" width="590" height="22">
        <tr valign="bottom">
          <td width="20" style="padding-bottom:2px"><img src="images/b_member.png" width="16" height="16" alt="会员统计" /></td>
          <td id="totalmembers" width="150" style="padding-bottom:1px">&nbsp;</td>
          <td id="memberpageview" align="right" style="padding-bottom:1px">&nbsp;</td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</div>

⌨️ 快捷键说明

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