ChengDa_English/SGGL/FineUIPro.Web/ZHGL/ServerCheck/CheckInfoTemplate.aspx

69 lines
3.7 KiB
Plaintext
Raw Normal View History

2022-03-15 17:36:38 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CheckInfoTemplate.aspx.cs" Inherits="FineUIPro.Web.ZHGL.ServerCheck.CheckInfoTemplate" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
<style type="text/css">
.f-grid-row .f-grid-cell-inner {
white-space: normal;
word-break: break-all;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" />
<f:Panel ID="Panel1" runat="server" ShowBorder="false" ShowHeader="false" Layout="Region">
<Items>
<f:Panel runat="server" ID="panelCenterRegion" RegionPosition="Center" ShowBorder="true"
2025-02-24 16:04:16 +08:00
Layout="VBox" ShowHeader="false" BodyPadding="2px" IconFont="PlusCircle" Title="<%$ Resources:Lan,Z_CheckInfoTemplate_Panel1_TitleToolTip%>"
TitleToolTip="<%$ Resources:Lan,Z_CheckInfoTemplate_Panel1_TitleToolTip%>" AutoScroll="true">
2022-03-15 17:36:38 +08:00
<Toolbars>
<f:Toolbar ID="Toolbar1" runat="server" ToolbarAlign="Right">
<Items>
<f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
2025-02-24 16:04:16 +08:00
<f:Button ID="imgbtnUpload" runat="server" Icon="DiskDownload" Text="<%$ Resources:Lan,Z_CheckInfoTemplate_imgbtnUpload_Text%>"
2022-03-15 17:36:38 +08:00
OnClick="imgbtnUpload_Click" EnableAjax="false">
</f:Button>
2025-02-24 16:04:16 +08:00
<f:Button ID="btnClose" Icon="SystemClose" runat="server" Text="<%$ Resources:Lan,Z_SuperviseCheckReportEdit_btnClose_Text%>" OnClick="btnClose_Click">
2022-03-15 17:36:38 +08:00
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
<Items>
<f:SimpleForm ID="SimpleForm2" BodyPadding="5px" runat="server" LabelAlign="Top" EnableCollapse="true"
Title="表单" Width="850px" ShowHeader="false">
<Items>
2025-02-24 16:04:16 +08:00
<f:HtmlEditor runat="server" Label="<%$ Resources:Lan,Z_CheckNotice_btnFind_Text%>" ID="HtmlEditor1" ShowLabel="false"
2022-03-15 17:36:38 +08:00
Editor="UMEditor" BasePath="~/res/umeditor/" ToolbarSet="Full" Height="400px">
<Options>
<f:OptionItem Key="lang" Value="en" />
<f:OptionItem Key="toolbar"
Value="['bold italic underline strikethrough |', 'insertorderedlist insertunorderedlist |', 'justifyleft justifycenter justifyright |', 'link unlink |', 'source|','print preview|','selectall fullscreen']"
PersistOriginal="true" />
</Options>
</f:HtmlEditor>
</Items>
</f:SimpleForm>
</Items>
</f:Panel>
</Items>
</f:Panel>
</form>
<script type="text/javascript">
// 返回false来阻止浏览器右键菜单
function onRowContextMenu(event, rowId) {
// F(menuID).show(); //showAt(event.pageX, event.pageY);
return false;
}
function reloadGrid() {
__doPostBack(null, 'reloadGrid');
}
</script>
</body>
</html>