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

📄 计费页面.html

📁 在linux环境下开发的药物网格程序。使用linux下的php+mysql+shell编程。通过登录主节点页面
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta content="all" name="robots" />
<meta name="description" content="药物网格设计" />
<meta name="keywords" content="药物,网格" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<title>药物设计网格</title>
<link href="css/main.css" type="text/css" rel="stylesheet" media="all" />
</head>
<body>
<div id="all">
	<div id="header">
		<h1>药物设计网格</h1>
		<span>品·格——东北大学东软信息学院</span>
	</div>
	<div id="center">
		<div id="nav">
			<ul>
				<li><a href="#">网格概论</a></li>
				<li><a href="#">使用网格</a></li>
				<li><a href="#">软件下载</a></li>
				<li><a href="#">联系我们</a></li>
			</ul>
		</div>
		<div id="subnav">
			<ul>
				<li><a href="#">可用资源</a></li>
				<li><a href="#">提交任务</a></li>
				<li><a href="#">任务监控</a></li>
				<li><a href="#">计费信息</a></li>
				<li><a href="#">使用入门</a></li>
			</ul>
		</div>
		<div id="content">
			<div class="contentTop"><h2 class="title">计费查询</h2></div>
			<div class="mainContent">
				<table summary="count info" cellpadding="0" cellspacing="0" id="countInfo">
					<caption>计费信息</caption>
					<tr>
						<th>用户ID:</th>
						<td>381956</td>
					</tr>
					<tr>
						<th>已完成任务数:</th>
						<td>25</td>
					</tr>
					<tr>
						<th>未完成任务数:</th>
						<td>34</td>
					</tr>
					<tr>
						<th>CPU运行时间:</th>
						<td>95</td>
					</tr>
				</table>
			</div>
			<div class="contentBottom"><input type="button" value="确定" class="yes" /></div>
		</div>
	</div>
	<div id="footer">
		<div id="leftCopyright">copyright &copy; 2007PinGe All Rights Reserved<br />版权所有 &copy; 品·格小组</div>
		<div id="rightCopyright"><span style="width:80px; line-height:20px; padding-left:30px;">copyright Reserved</span><img src="images/logo.JPG" alt="logo" /><span><a href="http://www.neusoft.edu.cn">www.neusoft.edu.cn</a></span></div>
	</div>
</div>
</body>
</html>

⌨️ 快捷键说明

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