提交代码
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ActiveXDown.aspx.cs" Inherits="FineUIPro.Web.common.SysManage.ActiveXDown" %>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head id="Head1" runat="server">
|
||||
<title></title>
|
||||
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<f:PageManager ID="PageManager1" runat="server" />
|
||||
<f:Form ID="SimpleForm1" ShowBorder="true" ShowHeader="true" Title="手动下载WebOffice插件"
|
||||
BodyPadding="10px" runat="server">
|
||||
<Rows>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:LinkButton ID="LbtnDownLoad" runat="server" LabelWidth="150px" Label="WebOffice插件"
|
||||
Text="下 载" EnableAjax="false" OnClick="LbtnDownLoad_Click">
|
||||
</f:LinkButton>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
</Rows>
|
||||
<%--<Rows>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:Label runat="server" Text="说明:下载后先解压再看说明进行手动安装"></f:Label>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
</Rows>--%>
|
||||
</f:Form>
|
||||
<f:Form ID="Form2" ShowBorder="true" ShowHeader="true" Title="手动下载人脸扫描注册插件" BodyPadding="10px"
|
||||
runat="server">
|
||||
<Rows>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:LinkButton ID="btnFaceScanDownLoad" runat="server" LabelWidth="150px" Label="人脸扫描手动注册插件"
|
||||
Text="下 载" EnableAjax="false" OnClick="btnFaceScanDownLoad_Click">
|
||||
</f:LinkButton>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
</Rows>
|
||||
<%--<Rows>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:Label ID="Label1" runat="server" Text="说明:下载后先解压再看说明进行手动安装"></f:Label>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
</Rows>--%>
|
||||
</f:Form>
|
||||
<f:Form ID="FormBottom" ShowBorder="false" ShowHeader="false" Title="说明" BodyPadding="10px"
|
||||
runat="server">
|
||||
<Rows>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:Label ID="Label2" runat="server" Text="说明:下载后先解压再看说明进行手动安装">
|
||||
</f:Label>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
</Rows>
|
||||
</f:Form>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user