📄 sku list.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>SKU List</title>
</head>
<script language="javascript" type="text/javascript">
function OpenWindow(page)
{
window.open(page);
}
function Redirect(page)
{
window.location = page;
}
</script>
<body bgcolor="#ff9933">
<table border="1">
<tr>
<td colspan="3" style="text-align: right">
<input id="Text1" type="text" style="width: 400px" /><input id="Button1" style="width: 50px" type="button" value="Search"/><br /><br />
</td>
</tr>
<tr>
<td colspan="3" style="text-align: right">
<input id="Button2" style="width: 50px" type="button" value="Add" onclick="Redirect('SKU Management.htm');" />
</td>
</tr>
<tr>
<td colspan="3" style="text-align: center"><strong><span style="font-size: 16pt">SKU List</span></strong></td>
</tr>
<tr>
<td style="width: 400px">Moov 300 WEU</td>
<td><input id="Button3" style="width: 50px" type="button" value="Modify" onclick="Redirect('SKU Management.htm');" /></td>
<td><input id="Button4" style="width: 50px" type="button" value="Delete" /></td>
</tr>
<tr>
<td style="width: 400px">Moov 300 UK</td>
<td><input id="Button5" style="width: 50px" type="button" value="Modify" onclick="Redirect('SKU Management.htm');" /></td>
<td><input id="Button6" style="width: 50px" type="button" value="Delete" /></td>
</tr>
<tr>
<td style="width: 400px">Moov 520 WEU</td>
<td><input id="Button7" style="width: 50px" type="button" value="Modify" onclick="Redirect('SKU Management.htm');" /></td>
<td><input id="Button8" style="width: 50px" type="button" value="Delete" /></td>
</tr>
<tr>
<td style="width: 400px">Moov 520 UK</td>
<td><input id="Button9" style="width: 50px" type="button" value="Modify" onclick="Redirect('SKU Management.htm');" /></td>
<td><input id="Button10" style="width: 50px" type="button" value="Delete" /></td>
</tr>
</table>
<a href="#">First</a> <a href="#">Preview</a> <a href="#">Next</a> <a href="#">Last</a>
<input id="Text2" type="text" style="width: 40px" /><input id="Button19" style="width: 40px" type="button" value="Go" /> Page: 1 / 2
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -