ZHJA_HJGL/HJGL_ZH/FineUIPro.Web/APPDownload.aspx

53 lines
2.2 KiB
Plaintext
Raw Normal View History

2024-05-08 17:17:11 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="APPDownload.aspx.cs" Inherits="FineUIPro.Web.APPDownload" %>
<!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 id="Head1" runat="server">
<title>APP下载</title>
<link href="../res/css/common.css" rel="stylesheet" type="text/css" />
<style type="text/css">
.userphoto .f-field-label
{
margin-top: 0;
}
.userphoto img
{
width: 150px;
height: 180px;
}
.uploadbutton .f-btn
{
width: 100%;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" runat="server" />
<f:Panel ID="Panel2" runat="server" ShowHeader="false" ShowBorder="false" ColumnWidth="100%" MarginRight="5px">
<Items>
<f:Form ID="SimpleForm1" LabelAlign="Top" MessageTarget="Qtip" RedStarPosition="BeforeText"
LabelWidth="90px" BodyPadding="5px" ShowBorder="false" ShowHeader="false" runat="server"
AutoScroll="false">
<Items>
<f:Panel ID="Panel5" Title="面板1" BoxFlex="3" runat="server" ShowBorder="false" ShowHeader="false" Layout="VBox">
<Items>
<f:Image ID="Image1" CssClass="userphoto" ImageUrl="~/res/images/blank_180.png" runat="server"
BoxFlex="1" MarginLeft="60px">
</f:Image>
</Items>
<Items>
<f:HyperLink ID="HyperLink3" Text="APP下载地址仅限安卓系统暂不支持IOS" Target="_blank"
runat="server">
</f:HyperLink>
</Items>
</f:Panel>
</Items>
</f:Form>
</Items>
</f:Panel>
</form>
</body>
</html>