apps/com.awspaas.user.apps.browsing_data/template/form/阅读时长-浏览时长.htm

78 lines
2.9 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">
<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.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>
<td class="awsui-ux-title"><label for="USERID" class="aws-form-ux-label">用户账号ID</label></td>
<td class="aws-form-ux-content">[#USERID]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label for="USERNAME" class="aws-form-ux-label">用户姓名</label></td>
<td class="aws-form-ux-content">[#USERNAME]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label for="MODELID" class="aws-form-ux-label">模型id</label></td>
<td class="aws-form-ux-content">[#MODELID]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label for="MODELNAME" class="aws-form-ux-label">模型名称</label></td>
<td class="aws-form-ux-content">[#MODELNAME]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label for="READING_START_TIME" class="aws-form-ux-label">阅读开始时间</label></td>
<td class="aws-form-ux-content">[#READING_START_TIME]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label for="READING_END_TIME" class="aws-form-ux-label">阅读结束时间</label></td>
<td class="aws-form-ux-content">[#READING_END_TIME]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label for="CUMULATIVE_DURATION_STAY" class="aws-form-ux-label">累计停留时长</label></td>
<td class="aws-form-ux-content">[#CUMULATIVE_DURATION_STAY]</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>