⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 map management.htm

📁 一个产品管理系统的UI设计等等东西
💻 HTM
字号:
<!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 Management</title>
</head>
<script language="javascript" type="text/javascript">
function OpenWindow(page)
{
    window.open(page);
}
function Redirect(page)
{
    window.location = page;
}
</script>
<body bgcolor="#ff9933">
    <div></div>
    <table border="1">
	 <tr>
            <td colspan="4" style="text-align: right">
		<input id="Button1" type="button" value="Save" style="width: 50px" onclick="Redirect('Map List.htm');" />
    <input id="Button2" type="button" value="Back" style="width: 50px" onclick="Redirect('Map List.htm');" />
	   </td>
        </tr>
        <tr>
            <td colspan="4" style="text-align: center"><strong><span style="font-size: 16pt">Map Management</span></strong></td>
        </tr>
        <tr>
            <td>Map Name</td>
            <td colspan="3" style="width: 627px"><input id="Text1" type="text" value="European Continent" style="width: 400px" /></td>
        </tr>
        <tr>
            <td>Map Region</td>
            <td colspan="3" style="width: 627px">
                <input id="Button3" type="button" value="Edit" style="width: 50px" onclick="OpenWindow('Region List.htm');" /><br />
                <input id="Checkbox1" checked="checked" type="checkbox" />WEU<br />
                <input id="Checkbox2" type="checkbox" />CN<br />
                <input id="Checkbox3" type="checkbox" />AU<br />
                <input id="Checkbox4" type="checkbox" />NA
            </td>
        </tr>
        <tr>
            <td>Map Version History</td>
            <td colspan="3" style="width: 627px">
                <input id="Button4" type="button" value="Add" style="width: 50px" onclick="OpenWindow('Map Version Management.htm');" /><br />
                <table border="1">
                    <tr>
                        <td></td>
                        <td>Batch Id</td>
                        <td>Version</td>
                        <td>Release Date</td>
                        <td>Region Id</td>
                        <td>ISO</td>
                        <td>Mapcore</td>
                        <td></td>
                        <td></td>
                        <td></td>
                    </tr>
                    <tr>
                        <td style="width: 5px"><input id="Checkbox6" type="checkbox" /></td>
                        <td>1</td>
                        <td>V7.1032</td>
                        <td>2007/10/01</td>
                        <td>801</td>
                        <td></td>
                        <td>32</td>
                        <td><input id="Button5" type="button" value="Modify" style="width: 50px" onclick="OpenWindow('Map Version Management.htm');" /></td>
                        <td><input id="Button6" type="button" value="Delete" style="width: 50px" /></td>
                        <td><input id="Button7" type="button" value="Related Models" style="width: 100px" onclick="OpenWindow('Related Models.htm');" /></td>
                    </tr>
                    <tr>
                        <td style="width: 5px"><input id="Checkbox7" type="checkbox" /></td>
                        <td>2</td>
                        <td>V8.0432</td>
                        <td>2008/04/01</td>
                        <td>1201</td>
                        <td></td>
                        <td>32</td>
                        <td><input id="Button8" type="button" value="Modify" style="width: 50px" onclick="OpenWindow('Map Version Management.htm');" /></td>
                        <td><input id="Button9" type="button" value="Delete" style="width: 50px" /></td>
                        <td><input id="Button10" type="button" value="Related Models" style="width: 100px" onclick="OpenWindow('Related Models.htm');" /></td>
                    </tr>
                </table>
            </td>
        </tr>
        <tr>
            <td>Shopping URL</td>
            <td colspan="3" style="width: 627px"><input id="Text2" type="text" value="" style="width: 500px" /></td>
        </tr>
        <tr>
            <td>E-Shop File URL</td>
            <td colspan="3" style="width: 627px"><input id="Text3" type="text" value="" style="width: 500px" /></td>
        </tr>
        <tr>
            <td>Update File URL</td>
            <td colspan="3" style="width: 627px"><input id="Text4" type="text" value="" style="width: 500px" /></td>
        </tr>
	<tr>
            <td colspan="4" style="text-align: right">
		<input id="Button1" type="button" value="Save" style="width: 50px" onclick="Redirect('Map List.htm');" />
    <input id="Button2" type="button" value="Back" style="width: 50px" onclick="Redirect('Map List.htm');" />
	   </td>
        </tr>
    </table>
 </body>
</html>

⌨️ 快捷键说明

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