apps/com.awspaas.user.apps.yili.integration/template/form/yujh测试-测试表单_m.htm
2023-06-02 19:51:39 +08:00

66 lines
2.3 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="viewport" content="initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
<script>
var userZoneOffset = 8.0;
var isSaaSModel = false;
var isYijingCloud = false;
var isDingDingDaRuntime = false;
var isAppStoreService = true;
var isHighSecurity = false;
var isDingDingAdmin = false;
</script>
[#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_m.css' name='themeCss'/>
</head>
<body>
<form id="frmMain" name="frmMain" method="post">
<div id="aws-form-container" class="mui-scroll-wrapper mobile-main-form" border="0"><!--class="aws-form-ux-container"-->
<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" style="display: none;">
<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="0" cellpadding="0"><colgroup> <col style="width: 31%;" /> <col style="width: 69%;" /> </colgroup>
<tbody>
<tr>
<td class="awsui-ux-title"><label id="CSLabel" for="CS">CS</label></td>
<td class="aws-form-ux-content">[#CS]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label id="TESTLabel" for="TEST">测试岗位</label></td>
<td class="aws-form-ux-content">[#TEST]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label id="AAALabel" for="AAA">1231</label></td>
<td class="aws-form-ux-content">[#AAA]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label id="DATAIDLabel" for="DATAID">dataid</label></td>
<td class="aws-form-ux-content">[#DATAID]</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr class="aws-form-bottom">
<td class="aws-form-ux-actionsoft">[#Actionsoft]</td>
</tr>
</tbody>
</table>
</div>
</form>
</body>
</html>