You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.0 KiB
39 lines
1.0 KiB
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title></title>
|
|
<script src="/Scripts/3rd/jquery-2.1.3.min.js"></script>
|
|
<script src="/Scripts/lib/Util.min.js"></script>
|
|
<style type="text/css">
|
|
#showMsg {
|
|
margin-left: 47%;
|
|
font-size: 25px;
|
|
}
|
|
|
|
.maindiv {
|
|
margin-top: 10%;
|
|
}
|
|
</style>
|
|
<script type="text/javascript">
|
|
|
|
$(function () {
|
|
|
|
var sPageTile = getUrlParam('PageTile');
|
|
$('#showMsg').text(sPageTile == 'W' ? '維護中...' : sPageTile == 'N' ? '已停用' : '');
|
|
|
|
});
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<form>
|
|
<div class="maindiv">
|
|
<span id="showMsg">維修中...</span>
|
|
<div style="text-align: center; vertical-align: middle;">
|
|
<img src="../images/waitprocess.jpg" />
|
|
</div>
|
|
<br class="clear" />
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|