toolbar.html
来自「论坛BBS」· HTML 代码 · 共 85 行
HTML
85 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>BigMole Dynamic Webboard 1.0 (ToolBar)</title>
<link rel="STYLESHEET" type="text/css" href="webboard.css">
<script src="js/webboard.js" type="text/javascript"></script>
<script src="js/toolbar.js" type="text/javascript"></script>
</head>
<body scroll="no" class="toolBarBody">
<fieldset style="margin-bottom: 3; background: buttonface; padding: 0;">
<table cellspacing="0" cellpadding="0">
<tr>
<td id="composeButton" class="coolButton" title="Create a new Message" valign="MIDDLE" nowrap>
<img src="images/newmessage.gif" align="absmiddle">
新帖子 </td>
<td style="width: 6"><span class="separator"></span></td>
<td id="followUpButton" class="coolButton" title="Reply to Current Message" valign="MIDDLE" nowrap>
<img src="images/replytogroup.gif" align="absmiddle">
回复帖子 </td>
<td id="replyToAuthorButton" class="coolButton" title="Reply by Email to the Sender" valign="MIDDLE" nowrap>
<img src="images/replytoauthor.gif" align="absmiddle">
回复楼主 </td>
<td style="width: 6"><span class="separator"></span></td>
<td id="refreshButton" class="coolButton" title="Refresh the Message Tree" valign="MIDDLE" nowrap>
<img src="images/refreshicon.gif" style="width: 17; height: 19" align="absmiddle">
刷新 </td>
<td style="width: 6"><span class="separator"></span></td>
<td id="toggleExpandCollapseButton" class="coolButton" title="Expand/Collapse Message Threads" valign="MIDDLE" nowrap>
<img src="images/expandthread.gif" align="absmiddle"> </td>
<td style="width: 6"><span class="separator"></span></td>
<td id="nextMessageButton" class="coolButton" title="Read Next Message" valign="MIDDLE" nowrap>
<img src="images/nextmessage.gif" align="absmiddle"> </td>
<td id="nextThreadButton" class="coolButton" title="Read Next Thread" valign="MIDDLE" nowrap>
<img src="images/nextthread.gif" align="absmiddle"> </td>
<td style="width: 6"><span class="separator"></span></td>
<td id="viewGroupsButton" class="coolButton" title="Show Message Groups" valign="MIDDLE" nowrap>
<img src="images/folderlistbutton.gif" align="absmiddle"> </td>
<td nowrap id="toggleMessageListButton" class="coolButton" title="Show message tree" valign="MIDDLE" nowrap>
<img src="images/previewposition.gif" align="absmiddle"> </td>
<td style="width: 100%"></td>
<td id="aboutButton" class="coolButton" title="About BigMole Dynamic Webboard" valign="MIDDLE" nowrap>
<img src="images/help.gif" style="width: 17; height: 19" align="absmiddle">
关于
</td>
<td class="coolButton" onclick="parent.location='http://BigMole.5188.org'" title="Back to BigMole" valign="MIDDLE" nowrap>
<img src="images/home.gif" style="width: 19" align="absmiddle">
返回主页
</td>
</tr>
</table>
<script type="text/javascript">
<!--
initToolBar();
//-->
</script>
</fieldset>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?