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

📄 hardware list.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>Hardware 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="Button1" style="width: 50px" type="button" value="Add" onclick="Redirect('Hardware Management.htm');" /></td>
        </tr>
        <tr>
            <td colspan="3" style="text-align: center"><strong><span style="font-size: 16pt">Hardware List</span></strong></td>
        </tr>
        <tr>
            <td style="width: 400px">BTHF</td>
            <td><input id="Button2" style="width: 50px" type="button" value="Modify" onclick="Redirect('Hardware Management.htm');" /></td>
            <td><input id="Button3" style="width: 50px" type="button" value="Delete" /></td>            
        </tr>
        <tr>
            <td style="width: 400px">BT DUN</td>
            <td><input id="Button4" style="width: 50px" type="button" value="Modify" onclick="Redirect('Hardware Management.htm');" /></td>
            <td><input id="Button5" style="width: 50px" type="button" value="Delete" /></td>            
        </tr>
        <tr>
            <td style="width: 400px">GPS Instent Fix</td>
            <td><input id="Button6" style="width: 50px" type="button" value="Modify" onclick="Redirect('Hardware Management.htm');" /></td>
            <td><input id="Button7" style="width: 50px" type="button" value="Delete" /></td>            
        </tr>
        <tr>
            <td style="width: 400px">FM Transmitter</td>
            <td><input id="Button8" style="width: 50px" type="button" value="Modify" onclick="Redirect('Hardware Management.htm');" /></td>
            <td><input id="Button9" style="width: 50px" type="button" value="Delete" /></td>            
        </tr>
        <tr>
            <td style="width: 400px">FM Radio Broadcasting</td>
            <td><input id="Button10" style="width: 50px" type="button" value="Modify" onclick="Redirect('Hardware Management.htm');" /></td>
            <td><input id="Button11" style="width: 50px" type="button" value="Delete" /></td>            
        </tr>
        <tr>
            <td style="width: 400px">Camera</td>
            <td><input id="Button12" style="width: 50px" type="button" value="Modify" onclick="Redirect('Hardware Management.htm');" /></td>
            <td><input id="Button13" style="width: 50px" type="button" value="Delete" /></td>            
        </tr>
    </table>
</body>
</html>

⌨️ 快捷键说明

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