forumcontent_prefs.jsp

来自「java开发的一套非常好用的oa系统」· JSP 代码 · 共 65 行

JSP
65
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>Untitled</title>
</head>

<body>

<p>

<font size="-1"><b>Display Settings</b></font>
<ul>
    
    <table cellpadding="3" cellspacing="0" border="0">
    <tr>
    	<td><input type="radio" name="a"></td>
        <td>
            <font size="-1">
            Display
            <select size="1">
            <option>most recent modified threads
            <option>most recent created threads
            </select>
            <select size="1">
            <option>first
            <option>last
            </select>
            </font>
        </td>
    </tr>
    <tr>
    	<td><input type="radio" name="a"></td>
        <td>
            <font size="-1">
            Display all threads posted by this user
            <input type="text" name="username" size="30">
            </font>
        </td>
    </tr>
    <tr>
    	<td>&nbsp;</td>
        <td>
            <font size="-1">
            Show
            <select size="1">
            <option>15
            <option>30
            </select>
            threads per page
            </font>
        </td>
    </tr>
    <tr>
    	<td>&nbsp;</td>
        <td>
            <input type="submit" value="Save Changes">
        </td>
    </tr>
    </table>
</ul>

</body>
</html>

⌨️ 快捷键说明

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