📄 index.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Index.aspx.cs" Inherits="NetCMS.Web.Install.Index" %>
<!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><%=NetCMS.Install.Config.title%></title>
<%=NetCMS.Install.Config.style%>
</head>
<body>
<table width="700" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#666666">
<tr>
<td bgcolor="#ffffff">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" bgcolor="#333333">
<table width="100%" border="0" cellspacing="0" cellpadding="8">
<tr>
<td background="image/01.jpg">
<font color="#ffffff">欢迎安装
<%=NetCMS.Install.Config.producename%>
</font>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="180" valign="top">
<%=NetCMS.Install.Config.logo%>
</td>
<td width="520" valign="top">
<br>
<br>
<table id="Table2" cellspacing="1" cellpadding="1" width="90%" align="center" border="0">
<tr>
<td>
<p>
欢迎您选择安装<%=NetCMS.Install.Config.producename%></p>
<p>
本向导将协助您一步步的安装和初始化系统.</p>
<p>
强烈建议您在运行本向导前仔细阅读程序包中的《安装说明》文档, 如果您已经阅读过, 请点击下一步.</p>
</td>
</tr>
</table>
<p>
</p>
</td>
</tr>
<tr>
<td>
</td>
<td>
<table width="90%" border="0" cellspacing="0" cellpadding="8">
<tr>
<td align="right">
<input type="button" onclick="javascript:window.location.href='step1.aspx';" value="下一步"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<%=NetCMS.Install.Config.corpRight%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -