details.tpl
来自「用php编写的一个BBS 小程序」· TPL 代码 · 共 45 行
TPL
45 行
<div id="displayDetails" style="display:none;z-index:1;position:absolute;width:362px;height:250px;left:0px;top:0px;" onmousedown="emersion(this.id)">
<table id="dragTable3" class="dragTable" width="100%" height="100%">
<tr class="dragBar" onMousedown="downMouse()" onMouseup="upMouse(this)" onMousemove="moveLayer(this.parentNode.parentNode)">
<td width="6%" height="18"></td>
<td id="ods_Tip" width="88%" align="center" valign="bottom">会员信息</td>
<td width="6%" align="right" valign="top"><a href="javascript:hideDiv(2)" style="text-decoration:none;" title="关闭窗口">×</a></td>
</tr>
<tr>
<td colspan="3" align="center" style="padding:2px">
<table class="table1" width="360" height="200">
<tr bgcolor="#fafafa">
<td class="td1" width="25%" align="right" style="padding:5px" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#fafafa'">用户名: </td><td id="ods_usr" class="td1" width="45%" style="padding:5px" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#fafafa'"> </td>
<td class="td2" width="30%" rowspan="4" align="center" style="padding:5px"><a href="javascript:void(0)" onmousedown="javascript:void(0)" id="ods_qq"><img id="ods_img" src="images/avatar.gif" width="80" height="80" title="" /></a></td>
</tr>
<tr bgcolor="#fafafa">
<td class="td1" align="right" style="padding:5px" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#fafafa'">积分: </td><td id="ods_sce" class="td1" style="padding:5px" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#fafafa'"> </td>
</tr>
<tr bgcolor="#fafafa">
<td class="td1" align="right" style="padding:5px" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#fafafa'">财富: </td><td id="ods_mny" class="td1" style="padding:5px" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#fafafa'"> </td>
</tr>
<tr bgcolor="#fafafa">
<td class="td1" align="right" style="padding:5px" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#fafafa'">主题数: </td><td id="ods_ts" class="td1" style="padding:5px" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#fafafa'"> </td>
</tr>
<tr bgcolor="#fafafa">
<td class="td1" align="right" style="padding:5px" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#fafafa'">贴子数: </td><td id="ods_ps" class="td1" style="padding:5px" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#fafafa'"> </td><td id="ods_msg" class="td1" align="center" style="padding:5px"> </td>
</tr>
<tr bgcolor="#fafafa">
<td class="td1" align="right" style="padding:5px" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#fafafa'">E-mail: </td><td id="ods_eml" class="td1" colspan="2" style="padding:5px" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#fafafa'"> </td>
</tr>
<tr bgcolor="#fafafa">
<td class="td1" align="right" style="padding:5px" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#fafafa'">最后登录: </td><td id="ods_logd" class="td1" colspan="2" style="padding:5px" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#fafafa'"> </td>
</tr>
<tr bgcolor="#fafafa">
<td class="td1" align="right" style="padding:5px" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#fafafa'">注册日期: </td><td id="ods_regd" class="td1" colspan="2" style="padding:5px" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#fafafa'"> </td>
</tr>
<tr bgcolor="#fafafa">
<td class="td1" align="right" valign="top" style="padding:5px" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#fafafa'">个性签名: </td>
<td id="ods_cmt" class="td1" colspan="2" style="padding:5px" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#fafafa'"> </td>
</tr>
</table>
</td>
</tr>
</table>
</div>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?