📄 update.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="Install_update_update, App_Web_update.aspx.e207fd26" %>
<!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 runat="server">
<style type="text/css"><!--
body,td,th{font-family: 宋体;font-size:12px;color:#000000;}
.titletext{font-size:24px; font-weight:bold; color:#FFFFFF}
.subtitle{ margin:10px 20px;padding:5px auto;font-size:16px;font-weight:bold;}
.glowedge{filter:Glow(Color=#666666,Strength=2)}
textarea{border:0px #0099CC;
SCROLLBAR-FACE-COLOR: #0099CC;
SCROLLBAR-HIGHLIGHT-COLOR: #0099CC;
SCROLLBAR-SHADOW-COLOR: #0099CC;
SCROLLBAR-ARROW-COLOR: #000000;
SCROLLBAR-TRACK-COLOR: #FFFFFF;
SCROLLBAR-3DLIGHT-COLOR: #0099CC;
SCROLLBAR-DARKSHADOW-COLOR: #FCFCFC;}
input,select,textarea,option{font-family:tahoma,verdana,宋体,fantasy;font-size:12px;line-height:15px;color:#000000;}
.flatbutton{border:0px;width:80px;color:#FFFFFF;background-color:#0099CC;}
.hinttext{color:#FF0000}
--></style>
<title>
<% = cls_Utility.HREMS_TITLE %>
- 升级页面</title>
</head>
<body>
<form id="form1" runat="server">
<table width="780" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#0099CC">
<tr valign="middle">
<td height="48" align="center" class="titletext glowedge">
<% = cls_Utility.HREMS_TITLE + cls_Utility.HREMS_VERSION %>
升级页面</td>
</tr>
<tr>
<td align="center" bgcolor="#FFFFFF">
<div class="subtitle">
程 序 升 级 说 明</div>
<div style="margin: 10px 20px; padding: 5px auto; text-align: left; line-height: 20px;">
<div>
<ul>
<li>本升级程序将以前版本升级到<font class="hinttext"><% = cls_Utility.HREMS_VERSION %></font>。</li>
<li>本升级程序只升级更新SQL Server数据库中的内容,<font class="hinttext">App_Data</font>目录下面的配置文件请自行备份。</li>
<li>根目录下的<font class="hinttext">web.config</font>中的<font class="hinttext">数据库连接串</font>请参考最新版本中的进行修改。</li>
</ul>
</div>
</div>
</td>
</tr>
<tr>
<td height="30" align="center" bgcolor="#FFFFFF">
<input type="button" name="noagree" hidefocus class="flatbutton" value=" 取 消 " onclick="window.close();" />
<input type="button" name="agree" hidefocus class="flatbutton" value=" 开 始 " onclick="form1.action='?action=agree';form1.submit();" />
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -