📄 index.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Index.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<link href="CSS/StyleSheet.css" />
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>主页</title>
<link href="CSS/StyleSheet.css" rel="stylesheet" type="text/css"/>
</head>
<body style="color: #000000; background-color: #ffffff; text-align: center; vertical-align: middle;" class="CSS/StyleSheet.css">
<form id="form1" runat="server">
<table style="width: 755px; background-image: url(Images/index.jpg); height: 473px; background-repeat: no-repeat;" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" rowspan="3" style="width: 399px">
<table style="width: 279px; height: 168px;">
<tr>
<td>
</td>
<td>
投票系统主要功能简介</td>
<td>
</td>
</tr>
<tr>
<td colspan="3" rowspan="2" style="height: 75px; text-align: left">
1,该系统管理员登录后,可向数据库中添 加投票选项。<br />
2,系统能够自动统计投票数目,并将其转化 为百分比和图像,使投票结果更直观形象。<br />
3,登录后,能够对选项进行编辑,删除。<br />
4,该系统由吉林省明日科技公司开发,仅供 参考学习。</td>
</tr>
<tr>
</tr>
</table>
</td>
<td style="height: 43px; width: 346px;">
</td>
</tr>
<tr>
<td style="width: 346px; height: 93px;" class="CSS/StyleSheet.css">
<table style="width: 342px" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4" style="width: 337px; height: 10px">
<a href=Login.aspx style="color: black"><span style="font-size: 9pt; color: white">添加新项</span></a><span
style="font-size: 9pt; color: orangered;"> </span>
</td>
</tr>
<tr>
<td colspan="4" style="width: 337px; height: 13px">
</td>
</tr>
<tr>
<td colspan="4" rowspan="2" style="width: 337px; height: 16px;">
<table style="width: 336px; height: 15px;" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3" rowspan="3" style="color: black; height: 23px; text-align: left;">
<%=GetList()%>
</td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
</td>
</tr>
<tr>
</tr>
<tr>
<td colspan="4" rowspan="1" style="width: 337px; text-align: right; height: 10px;">
<a href= AllVote.aspx>查看所有主题>></a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="height: 318px; width: 346px;">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -