map version management.htm

来自「一个产品管理系统的UI设计等等东西」· HTM 代码 · 共 40 行

HTM
40
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>Map Version Management</title>
</head>
<body bgcolor="#ff9933">
    <table border="1">
        <tr>
            <td colspan="4" align="right">
    		<input id="Button1" type="button" value="Save" style="width: 50px" onclick="window.close();" />
    		<input id="Button2" type="button" value="Close" style="width: 50px" onclick="window.close();" /><br />
            </td>
        </tr>
        <tr>
            <td colspan="4" style="text-align: center"><strong><span style="font-size: 16pt">Map Version Management</span></strong></td>
        </tr>
        <tr>
            <td>Version</td>
            <td colspan="3"><input id="Text1" type="text" value="V7.1032" style="width: 100px" /></td>
        </tr>
        <tr>
            <td>Release Date</td>
            <td colspan="3"><input id="Text2" type="text" value="2007/10/01" style="width: 100px" /></td>
        </tr>
        <tr>
            <td>Region ID</td>
            <td colspan="3"><input id="Text3" type="text" value="801" style="width: 100px" /></td>
        </tr>
        <tr>
            <td>ISO</td>
            <td colspan="3"><input id="Text4" type="text" value="" style="width: 500px" /></td>
        </tr>
        <tr>
            <td>Mapcore</td>
            <td colspan="3"><input id="Text5" type="text" value="32" style="width: 100px" /></td>
        </tr>
    </table>
</body>
</html>

⌨️ 快捷键说明

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