friends.htm
来自「LiteBlaster 是一款基于 .NET Framework 原创的 ASP」· HTM 代码 · 共 44 行
HTM
44 行
<table class="ListTable ListHeader">
<tbody>
<tr>
<td>好友列表</td>
<td class="ListHeaderExpanded" onClick="switchHeaderSwitcherVisible('FriendsFriendListBody', event);"> </td>
</tr>
</tbody>
</table>
<table class="ListTable">
<tbody>
<tr>
<td class="ListHeaderSub">
<input id="FriendsFriendListRefreshList" type="button" value="刷新好友列表" onClick="friendsRefreshList();" />
</td>
</tr>
</tbody>
</table>
<div id="FriendsFriendListBody"></div>
<br />
<form onSubmit="friendsAddFriend();return false;">
<table class="ListTable ListHeader">
<tbody>
<tr>
<td>添加好友</td>
<td class="ListHeaderExpanded" onClick="switchHeaderSwitcherVisible('FriendsAddBody', event);"> </td>
</tr>
</tbody>
</table>
<table id="FriendsAddBody" class="ListTable">
<tbody>
<tr>
<td class="ListItemsTd ListItemsTd_style1 txtright" width="30%">好友用户名:</td>
<td class="ListItemsTd ListItemsTd_style2 txtleft">
<input id="FriendsAddUserName" type="text" class="InputText" />
</td>
</tr>
<tr>
<td colspan="2" class="ListItemsTd ListItemsTd_style3 txtcenter">
<input id="FriendsAddSubmit" type="submit" value="添加" />
</td>
</tr>
</tbody>
</table>
</form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?