📄 submitdocument.aspx
字号:
<%@ Page Language="VB" MasterPageFile="~/student/studentMasterPage.master"
AutoEventWireup="false" CodeFile="SubmitDocument.aspx.vb" Inherits="student_SubmitDocument" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 100%; position: relative; height: 100%">
<tr>
<td style="width: 5px;" rowspan="3">
<asp:Label ID="Label1" runat="server" Style="position: relative; left: 5px; top: 3px;" Text="请输入您提交论文的关键字" Font-Names="华文隶书" Font-Size="Large" Height="83px" Width="37px"></asp:Label></td>
<td style="width: 100px; height: 10%">
<asp:Label ID="Label2" runat="server" Style="position: relative" Text="Key1:"></asp:Label>
<asp:TextBox ID="TextBox1" runat="server" Style="position: relative"></asp:TextBox></td>
<td rowspan="3" style="width: 20px">
<asp:FileUpload ID="FileUpload1" runat="server" Style="position: relative; left: 36px; top: 8px;" /></td>
</tr>
<tr>
<td style="width: 100px; height: 24px">
<asp:Label ID="Label3" runat="server" Style="position: relative" Text="Key2:"></asp:Label>
<asp:TextBox ID="TextBox2" runat="server" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px; height: 20px">
<asp:Label ID="Label4" runat="server" Style="position: relative" Text="Key3:"></asp:Label>
<asp:TextBox ID="TextBox3" runat="server" Style="position: relative"></asp:TextBox></td>
</tr>
<tr>
<td colspan="3" style="height: 28px">
<asp:Button ID="Button1" runat="server" Height="32px" Style="left: 380px; position: relative;
top: 1px" Text="确认上传" Width="101px" /></td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -