apps/com.actionsoft.apps.kms/template/form/借阅-借阅(申请).htm
2024-10-30 20:29:52 +08:00

70 lines
2.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>借阅(申请)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="renderer" content="webkit">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
[#AWSImport]
[#AWSUIImport]
<link rel='stylesheet' id='schemeCss' href='../apps/_bpm.platform/css/colorschemes/scheme_aws.css' name='schemeCss'/>
<link type='text/css' rel='stylesheet' id='themeCss' href='../apps/_bpm.platform/css/theme/theme.css' name='themeCss'/>
</head>
<body>
<form id="frmMain" name="frmMain" method="post">
<div id="aws-form-container" class="aws-form-ux-container" border="0">
<table id="aws-form-maintable" class="awsui-ux aws-form-ux-maintable" style="table-layout: auto;" align="center" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr id="aws-form-titlebg" class="aws-form-ux-titlebg">
<td id="aws-form-title" class="aws-form-ux-header">借阅(申请)</td>
</tr>
<tr class="aws-form-ux-formcontent" id="aws-form-formcontent">
<td>
<table id="table_container" class="awsui-ux table-striped" style="padding: 0px;" width="100%" cellspacing="3" cellpadding="0"><colgroup><col class="awsui-ux-title" /><col style="width: 100.0%;" /></colgroup>
<tbody>
<tr id="4f95fd12_6585_48cc_8c20_9be497ddaf44">
<td class="awsui-ux-title">申请人</td>
<td class="aws-form-ux-content">[#APPLYUSERNAME]</td>
</tr>
<tr id="282fb393_1b98_4d28_a3d8_6d0b708624ff">
<td class="awsui-ux-title"><label id="CARDNAMELabel" class="aws-form-ux-label" for="CARDNAME">知识名称</label></td>
<td class="aws-form-ux-content">[#CARDNAME]</td>
</tr>
<tr id="c74f39f4_e680_0001_4b14_1c151cf2d520">
<td class="awsui-ux-title">知识路径</td>
<td class="aws-form-ux-content">[#DIMENSIONNAME]</td>
</tr>
<tr id="c74f390c_3a50_0001_19c4_1c6212f0d0f0">
<td class="awsui-ux-title">管理员</td>
<td class="aws-form-ux-content">[#DIMENSIONADMIN]</td>
</tr>
<tr>
<td class="awsui-ux-title" rowspan="4">备注说明</td>
<td class="aws-form-ux-content" rowspan="4">[#REASON]</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr class="aws-form-bottom">
<td class="aws-form-ux-actionsoft">[#Actionsoft]</td>
</tr>
</tbody>
</table>
</div>
</form>
<script type="text/javascript">
function closeParentDialog() {
try {
parent.$('#borrowProcessDialog').dialog('close');
} catch (e) {
}
}
AWSFormMainAPI.customCloseFormPage(closeParentDialog);
</script>
</body>
</html>