<!DOCTYPE >
<head>
<link rel="stylesheet" href="css/style.default.css" type="text/css" />
<script src="js/jquery.js"></script>
<script src="js/testajax.js"></script>
<script type="text/javascript" src="js/plugins/jquery-1.7.min.js"></script>
</head>
<style>
#ability { margin-top:32px; height:40px;}
#ability a
{
text-decoration:none;
background:#2f435e;
color:#f2f2f2;
padding: 10px 30px 10px 30px;
font-size:16px;
font-family: 微软雅黑,宋体,Arial,Helvetica,Verdana,sans-serif;
font-weight:bold;
border-radius:3px;
-webkit-transition:all linear 0.30s;
-moz-transition:all linear 0.30s;
transition:all linear 0.30s;
}
#ability a:hover { background:#385f9e; }
</style>
<body class="withvernav">
<div class="bodywrapper">
<div class="topheader">
<div class="left">
<h1 class="logo">基于KVM的虚拟机平台</h1>
<br clear="all" />
</div><!--left-->
</div><!--topheader-->
<div class="vernav2 iconmenu">
<ul class="ability">
<li class="current"><a href="#formsub" class="editor">基本功能</a>
<span class="arrow"></span>
<ul id="formsub">
<li><a href="profile.html">虚拟机列表</a></li>
<li><a href="create.html">创建虚拟机</a></li>
<li><a href="delete.html">删除虚拟机</a></li>
<li><a href="run.html">运行虚拟机</a></li>
<li><a href="restart.html">重启虚拟机</a></li>
<li><a href="hangon.html">挂起虚拟机</a></li>
<li><a href="close.html">关闭虚拟机</a></li>
<li class="current"><a href="resume.html">恢复虚拟机</a></li>
<li><a href="clone.html">克隆虚拟机</a></li>
<li><a href="migrate.html">迁移虚拟机</a></li>
<li><a href="changeSour.html">修改虚拟机</a></li>
</ul>
</li>
<li>
<a href="#error" class="error">MPI程序</a>
<span class="arrow"></span>
<ul id="error">
<li><a href="mpione.html">MPI一级并行</a></li>
<li><a href="mpitwo.html">MPI二级并行</a></li>
</ul>
</li>
<li>
<a href="#addons" class="addons">快照功能</a>
<span class="arrow"></span>
<ul id="addons">
<li><a href="newsnapshot.html">创建快照</a></li>
<li><a href="delsnapshot.html">删除快照</a></li>
<li><a href="recsnapshot.html">恢复快照</a></li>
</ul>
</li>
<li>
<a href="infom.html" class="infom">显示机器信息</a>
</li>
</ul>
<!--控制左边功能区-->
<script>
$(function(){
$(".ability>li").mouseenter(function(){
if($(this).children("ul").is(':hidden')){
// 显示自己,同时隐藏兄弟
$(this).children("ul").show();
$(this).siblings("li").children("ul").hide();
}
else{
$(this).children("ul").hide();
}
})
})
</script>
<a class="togglemenu"></a>
<br /><br />
</div><!--leftmenu-->
<div class="centercontent">
<div class="pageheader">
<h1 class="pagetitle">恢复虚拟机</h1>
<ul class="hornav">
<li class="current"><a href="#basicform">选择虚拟机</a></li>
</ul>
</div><!--pageheader-->
<div id="contentwrapper" class="contentwrapper">
<div id="basicform" class="subcontent">
<br />
<div class="contenttitle2">
<h3>恢复虚拟机</h3>
</div><!--contenttitle-->
<form class="stdform stdform2" method="post" action="">
<p>
<label>主机列表</label>
<span class="field">
<select name="selection" id="host">
<option value="host1">host1</option>
<option value="host2">host2</option>
</select>
</span>
</p>
<p>
<label>虚拟机列表</label>
<span class="field">
<select name="selection" id="hostKVMsus">
</select>
</span>
</p>
<p class="stdformbutton">
<div id="ability">
<a onclick="getsusHostKVM()" href="#">查询虚拟机</a>
<a onclick="resumeKVM()" href="#">恢复虚拟机</a>
</div>
</p>
</form>
<br />
</div><!--subcontent-->
</div><!--contentwrapper-->
</div><!-- centercontent -->
</div><!--bodywrapper-->
</body>
</html>
<!DOCTYPE >
<head>
<link rel="stylesheet" href="css/style.default.css" type="text/css" />
<script src="js/jquery.js"></script>
<script src="js/testajax.js"></script>
<script type="text/javascript" src="js/plugins/jquery-1.7.min.js"></script>
</head>
<style>
#ability { margin-top:32px; height:40px;}
#ability a
{
text-decoration:none;
background:#2f435e;
color:#f2f2f2;
padding: 10px 30px 10px 30px;
font-size:16px;
font-family: 微软雅黑,宋体,Arial,Helvetica,Verdana,sans-serif;
font-weight:bold;
border-radius:3px;
-webkit-transition:all linear 0.30s;
-moz-transition:all linear 0.30s;
transition:all linear 0.30s;
}
#ability a:hover { background:#385f9e; }
</style>
<body class="withvernav">
<div class="bodywrapper">
<div class="topheader">
<div class="left">
<h1 class="logo">基于KVM的虚拟机平台</h1>
<br clear="all" />
</div><!--left-->
</div><!--topheader-->
<div class="vernav2 iconmenu">
<ul class="ability">
<li class="current"><a href="#formsub" class="editor">基本功能</a>
<span class="arrow"></span>
<ul id="formsub">
<li><a href="profile.html">虚拟机列表</a></li>
<li><a href="create.html">创建虚拟机</a></li>
<li><a href="delete.html">删除虚拟机</a></li>
<li class="current"><a href="run.html">运行虚拟机</a></li>
<li><a href="restart.html">重启虚拟机</a></li>
<li><a href="hangon.html">挂起虚拟机</a></li>
<li><a href="close.html">关闭虚拟机</a></li>
<li><a href="resume.html">恢复虚拟机</a></li>
<li><a href="clone.html">克隆虚拟机</a></li>
<li><a href="migrate.html">迁移虚拟机</a></li>
<li><a href="changeSour.html">修改虚拟机</a></li>
</ul>
</li>
<li>
<a href="#error" class="error">MPI程序</a>
<span class="arrow"></span>
<ul id="error">
<li><a href="mpione.html">MPI一级并行</a></li>
<li><a href="mpitwo.html">MPI二级并行</a></li>
</ul>
</li>
<li>
<a href="#addons" class="addons">快照功能</a>
<span class="arrow"></span>
<ul id="addons">
<li><a href="newsnapshot.html">创建快照</a></li>
<li><a href="delsnapshot.html">删除快照</a></li>
<li><a href="recsnapshot.html">恢复快照</a></li>
</ul>
</li>
<li>
<a href="infom.html" class="infom">显示机器信息</a>
</li>
</ul>
<!--控制左边功能区-->
<script>
$(function(){
$(".ability>li").mouseenter(function(){
if($(this).children("ul").is(':hidden')){
// 显示自己,同时隐藏兄弟
$(this).children("ul").show();
$(this).siblings("li").children("ul").hide();
}
else{
$(this).children("ul").hide();
}
})
})
</script>
<a class="togglemenu"></a>
<br /><br />
</div><!--leftmenu-->
<div class="centercontent">
<div class="pageheader">
<h1 class="pagetitle">运行虚拟机</h1>
<ul class="hornav">
<li class="current"><a href="#basicform">选择虚拟机</a></li>
</ul>
</div><!--pageheader-->
<div id="contentwrapper" class="contentwrapper">
<div id="basicform" class="subcontent">
<br />
<div class="contenttitle2">
<h3>运行虚拟机</h3>
</div><!--contenttitle-->
<form class="stdform stdform2" method="post" action="">
<p>
<label>主机列表</label>
<span class="field">
<select name="selection" id="host">
<option value="host1">host1</option>
<option value="host2">host2</option>
</select>
</span>
</p>
<p>
<label>虚拟机列表</label>
<span class="field">
<select name="selection" id="hostKVMdown">
</select>
</span>
</p>
<p class="stdformbutton">
<div id="ability">
<a onclick="getdownHostKVM()" href="#">查询虚拟机</a>
<a onclick="runKVM()" href="#">运行虚拟机</a>
</div>
</p>
</form>
<br />
</div><!--subcontent-->
</div><!--contentwrapper-->
</div><!-- centercontent -->
</div><!--bodywrapper-->
</body>
</html>