sku management.htm

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

HTM
138
字号
<!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>SKU 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('SKU List.htm');" />
    <input id="Button2" type="button" value="Back" style="width: 50px" onclick="Redirect('SKU List.htm');" /></td>
        </tr>
        <tr>
            <td colspan="4" style="text-align: center"><strong><span style="font-size: 16pt">SKU Management</span></strong></td>
        </tr>
        <tr>
            <td style="width: 139px">SKU Name</td>
            <td colspan="3"><input id="Text1" type="text" value="Moov 300 WEU" style="width: 400px" /></td>
        </tr>
        <tr>
            <td style="width: 139px">Marketing Name</td>
            <td style="width: 211px"><input id="Text2" type="text" value="Moov 300" style="width: 200px" /></td>
            <td style="width: 90px">Region Name</td>
            <td style="width: 211px">
                <select id="Select1" style="width: 150px">
                    <option selected="selected">WEU</option>
                </select>
                <input id="Button3" type="button" value="Edit" style="width: 50px" onclick="OpenWindow('Region List.htm');" />
            </td>
        </tr>
        <tr>
            <td style="width: 139px">Family Name</td>
            <td style="width: 211px"><input id="Text3" type="text" value="Moov" style="width: 200px" /></td>
            <td style="width: 90px">Project Name</td>
            <td style="width: 211px"><input id="Text4" type="text" value="Seeker 300" style="width: 200px" /></td>
        </tr>
        <tr>
            <td style="width: 139px">Engine</td>
            <td colspan="3">
                <input id="Radio1" type="radio" checked="CHECKED" />Merio&nbsp;
                <input id="Radio2" type="radio" />AKL&nbsp;
                <input id="Radio3" type="radio" />TW
            </td>
        </tr>
        <tr>
            <td style="width: 139px">Mapcore Version</td>
            <td style="width: 211px"><input id="Text5" type="text" value="32" style="width: 100px" /></td>
            <td style="width: 90px">Build Version</td>
            <td style="width: 211px"><input id="Text6" type="text" value="1.0.0.0" style="width: 100px" /></td>
        </tr>
        <tr>
            <td style="width: 139px">Region Map</td>
            <td colspan="3">
                <select id="Select2" style="width: 400px">
                    <option selected="selected">European Continent</option>
                </select>
                <select id="Select3" style="width: 100px">
                    <option selected="selected">V7.1032</option>
                </select>
            </td>
        </tr>
        <tr>
            <td style="width: 139px">Relation Map<br />(same mapcore maps)</td>
            <td colspan="3">
                <input id="Button4" type="button" value="Edit" style="width: 50px" onclick="OpenWindow('Map List.htm');" /><br />
                <input id="Checkbox1" type="checkbox" />European Continent<br />
                <input id="Checkbox2" checked="checked" type="checkbox" />Spain, Portugal and Andorra<br />
                <input id="Checkbox3" checked="checked" type="checkbox" />France and Andorra<br />
                <input id="Checkbox4" checked="checked" type="checkbox" />Germany, Austria and Switzerland<br />
                <input id="Checkbox5" checked="checked" type="checkbox" />Belgium, Netherlands and Luxemburg<br />
                <input id="Checkbox6" checked="checked" type="checkbox" />Norway, Sweden, Finland and Denmark<br />
                <input id="Checkbox7" checked="checked" type="checkbox" />Great Britain and Ireland<br />
                <input id="Checkbox8" checked="checked" type="checkbox" />Italy
            </td>
        </tr>
        <tr>
            <td style="width: 139px"> Content</td>
            <td colspan="3">
                <input id="Button5" type="button" value="Edit" style="width: 50px" onclick="OpenWindow('Content List.htm');" /><br />
                <input id="Checkbox9" checked="checked" type="checkbox" />Local Search<br />
                <input id="Checkbox10" checked="checked" type="checkbox" />Google Search<br />
                <input id="Checkbox11" type="checkbox" />Weather<br />
                <input id="Checkbox12" checked="checked" type="checkbox" />Gas Price<br />
                <input id="Checkbox13" checked="checked" type="checkbox" />Wcities<br />
                <input id="Checkbox14" checked="checked" type="checkbox" />Google Send to GPS
            </td>
        </tr>
        <tr>
            <td style="width: 139px">E-Shop</td>
            <td colspan="3"><input id="Text8" type="text" value="http://www.mio.com/shop/map.html" style="width: 500px" /></td>
        </tr>
        <tr>
            <td style="width: 139px">Panel</td>
            <td style="width: 211px"><input id="Text9" type="text" value="3.5''" style="width: 200px" /></td>
            <td style="width: 90px">CPU</td>
            <td style="width: 211px"><input id="Text10" type="text" value="Samsung 2440 400MHz" style="width: 200px" /></td>
        </tr>
        <tr>
            <td style="width: 139px">RAM</td>
            <td style="width: 211px"><input id="Text11" type="text" value="64MB" style="width: 200px" /></td>
            <td style="width: 90px">ROM</td>
            <td style="width: 211px"><input id="Text12" type="text" value="1G/2G" style="width: 200px" /></td>
        </tr>
        <tr>
            <td style="width: 139px">Hardware</td>
            <td colspan="3">
                <input id="Button6" type="button" value="Edit" style="width: 50px" onclick="OpenWindow('Hardware List.htm');" /><br />
                <input id="Checkbox15" type="checkbox" />BTHF<br />
                <input id="Checkbox16" type="checkbox" />BT DUN<br />
                <input id="Checkbox17" checked="checked" type="checkbox" />GPS Instent Fix<br />
                <input id="Checkbox18" type="checkbox" />FM Transmitter<br />
                <input id="Checkbox19" type="checkbox" />FM Radio Broadcasting<br />
                <input id="Checkbox20" type="checkbox" />Camera
            </td>
        </tr>
        <tr>
            <td style="width: 139px">Remark</td>
            <td colspan="3"><input id="Text13" type="text" value="" style="width: 500px; height: 200px;" /></td>
        </tr>
	<tr>
            <td colspan="4" style="text-align: right"><input id="Button1" type="button" value="Save" style="width: 50px" onclick="Redirect('SKU List.htm');" />
    		<input id="Button2" type="button" value="Back" style="width: 50px" onclick="Redirect('SKU List.htm');" /></td>
        </tr>
    </table>
	
</body>
</html>

⌨️ 快捷键说明

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