?? setup.aspx
字號(hào):
?<%@ Page AutoEventWireup="false" Inherits="px.setup"%>
<!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">
<title>品行誠信電子檔案與綜合素質(zhì)測評(píng)系統(tǒng)安裝</title>
<link href="../App_Themes/default/login.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="../js/common.js"></script>
</head>
<body>
<form id="form1" runat="server">
<div>
<br /><br /><br /><br />
<table class="logintable" cellspacing="0" cellpadding="8" width="600" border="0">
<tbody>
<tr class="loginheader">
<td colspan="2" style="height: 1px; text-align: center">
<span style="font-weight: bold; font-size: 14px; color: #ffff66">品行誠信電子檔案與綜合素質(zhì)測評(píng)系統(tǒng)安裝</span></td>
</tr>
<tr>
<td colspan="2" rowspan="6">
說明:<br />
首先感謝您使用自由領(lǐng)域工作室的《品行誠信電子檔案與綜合素質(zhì)測評(píng)系統(tǒng)》,本程序?qū)⒁龑?dǎo)您安裝本系統(tǒng)。<br />
您將要進(jìn)行的是安裝《品行誠信電子檔案與綜合測評(píng)系統(tǒng)》的操作,該操作將初始化清空所有的數(shù)據(jù)庫中已經(jīng)存在的數(shù)據(jù)信息,若您的數(shù)據(jù)庫中已經(jīng)有了數(shù)據(jù),請謹(jǐn)慎操作。<br />
成功安裝系統(tǒng)后初始用戶名和密碼均為 admin ,請及時(shí)修改。</td>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
<td colspan="2">
請?zhí)顚懭缦聰?shù)據(jù):</td>
</tr>
<tr>
<td style="width: 228px; text-align: right">
<strong>系統(tǒng)名稱:</strong></td>
<td>
<asp:TextBox ID="TextBox5" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 228px; text-align: right">
<strong>數(shù)據(jù)庫服務(wù)器IP:</strong></td>
<td>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 228px; text-align: right">
<strong>數(shù)據(jù)庫用戶名:</strong></td>
<td>
<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 228px; text-align: right">
<strong>數(shù)據(jù)庫密碼:</strong></td>
<td>
<asp:TextBox ID="TextBox3" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 228px; text-align: right">
<strong>數(shù)據(jù)庫庫名: </strong></td>
<td>
<asp:TextBox ID="TextBox4" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td colspan="2" style="text-align: center">
該操作將清空現(xiàn)有數(shù)據(jù)庫,請確認(rèn)您的操作!<asp:CheckBox ID="CheckBox1" runat="server" AutoPostBack="True"
BackColor="Red" ForeColor="White" Text="確認(rèn)" /></td>
</tr>
<tr>
<td align="center" colspan="6">
<asp:Button ID="Button1" runat="server" Text="開始安裝" class="button" OnClientClick="return msgbox('請確認(rèn)您的操作!您的操作將完全重建數(shù)據(jù)庫!')" UseSubmitBehavior="True"/></td>
</tr>
<tr>
<td align="center" colspan="6" style="text-align: left">
<div id="xx" runat="server"></div>
</td>
</tr>
<tr>
<td colspan="2" style="text-align: center">
Powered By:<a href="http://www.tfot.cn" target="_blank">自由領(lǐng)域工作室</a></td>
</tr></tbody></table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -