favorite_users.html

来自「一个不错的关于手机模块程序This page contains everythi」· HTML 代码 · 共 24 行

HTML
24
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>Favorite users</title>
  <meta content="text/html; charset=us-ascii" http-equiv="content-type">
  <link type="text/css" rel="stylesheet" href="office11.css">
</head>
<body>
<h1>Favorite users</h1>
<dl style="margin-left: 40px;">
  <dt>Auto grant slot / Nick</dt>
  <dd>Specifies the nick of the user. The checkbox indicates if DC++ should auto grant the user a slot. If the box is checked, DC++ will automatically grant the user a slot.</dd>
  <dt>Status</dt>
  <dd>Displays if the user is online or offline.</dd>
  <dt>Hub (last seen on if offline)</dt>
  <dd>Which hub you saw this user the last time.</dd>
  <dt>Time last seen</dt>
  <dd>Which specific date and time you saw this user the last time.</dd>
  <dt>Description</dt>
  <dd>Brief description of the user.</dd>
</dl>
</body>
</html>

⌨️ 快捷键说明

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