yili-apps/com.actionsoft.apps.coe.pal/template/page/test.html
2022-07-10 14:46:18 +08:00

210 lines
7.5 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html >
<html xmlns=http://www.w3.org/1999/xhtml>
<head>
<title><#fileName>(<#versionNum>)</title>
<meta charset="UTF-8">
<link type='text/css' rel='stylesheet' href='../apps/com.actionsoft.apps.coe.pal/lib/designer/themes/default/global_zh.css' />
<link type='text/css' rel='stylesheet' href='../apps/com.actionsoft.apps.coe.pal/lib/designer/themes/default/diagraming/designer.css' />
<link type='text/css' rel='stylesheet' href='../apps/com.actionsoft.apps.coe.pal/lib/designer/themes/default/diagraming/ui.css' />
<link rel="stylesheet" href="../commons/css/awsui.css">
<style>
.button.blue {
background-color: #2375BE;
color: #FFFFFF;
line-height: 18px;
padding: 4px 21px;
}
.button, .button:visited {
background-image: none !important;
}
.showPainting{
float:left !important;
}
thead.fixedHeader tr {
position: relative;
top: expression(document.getElementById("tableContainer").scrollTop)
}
thead.fixedHeader th {
background: #C96;
border-left: 1px solid #EB8;
border-right: 1px solid #B74;
border-top: 1px solid #EB8;
font-weight: normal;
padding: 4px 3px;
text-align: center
}
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
background: #FFF;
border-bottom: 1px solid #EEE;
border-left: 1px solid #EEE;
border-right: 1px solid #AAA;
border-top: 1px solid #AAA;
padding: 2px 3px
}
.clearfix:after {
clear: both;
content:".";
display: block;
height: 0;
visibility: hidden;
}
ul.clearfix li{
float: right;
}
.cssToolbar{
clear:left !important;
display:block !important;
}
.toolbar {
background-color: #f3f3f3;
border-top: 1px solid #cbcccc;
font-size: 12px;
min-width: 975px;
padding-left: 5px;
padding-right: 5px;
}
.heightCssToolbar{
height:70px !important;
}
.toolbarExtend{
height: 36px !important;
}
</style>
<style type="text/css">
.toolbar_info2 {float: right; height: 24px;}
</style>
<script src="../apps/com.actionsoft.apps.coe.pal/lib/designer/scripts/jquery.js"></script>
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/scripts/util.js'></script>
<!--扩展设计器的样式-->
<link type='text/css' rel='stylesheet' href='../apps/com.actionsoft.apps.coe.pal/lib/designer/extend/css/designer.extend.css' />
<link rel="stylesheet" type="text/css" href="../apps/com.actionsoft.apps.cms/css/cms.site.css?v=1655363443943">
<!--针对设计器进行颜色扩展,以及文字扩充-->
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.userdefined.js'></script>
<!-- <script type='text/javascript' charset='UTF-8' src='../apps/_bpm.platform/js/designer/extend/js/designer.extend.userdefined.js'></script>-->
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/schema/schema.js'></script>
<script type="text/javascript" src="../commons/js/awsui.js"></script>
<script type="text/javascript" charset='UTF-8' src="../apps/com.actionsoft.apps.coe.pal/lib/designer/extend/js/util/json.js"></script>
<script type="text/javascript" src="../commons/js/jquery/scripts/ui/aws.util.js"></script>
<script type='text/javascript' src='../commons/js/public.js'></script>
<script type="text/javascript" src="../apps/com.actionsoft.apps.cms/js/cms.util.js?v=1655363445484"></script>
<script type="text/javascript" charset='UTF-8' src="../apps/com.actionsoft.apps.coe.pal/js/jquery.base64.js"></script>
<script type="text/javascript" charset='UTF-8' src="../apps/com.actionsoft.apps.coe.pal/lib/designer/extend/js/util/Base64.js"></script>
<!-- biz -->
<script type="text/javascript" charset='UTF-8' src="../apps/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.biz.js"></script>
<!-- 不支持HTML5的浏览器 -->
<link rel="stylesheet" href="../apps/com.actionsoft.apps.coe.pal/css/pal.pl.repository.designer.view.css">
<script type="text/javascript" src="../apps/com.actionsoft.apps.coe.pal/js/pal.pl.repository.designer.view.js"></script>
<#processlink_ete_js>
<style type="text/css">
.portalAttr{
background: white;
border-left: 1px solid #DDDDDD;
z-index: 0;
position: absolute;
right:8px;
top: 0px;
display: none;
width: 330px;
}
.headerTab{
display: inline-block;
font-size: 17px;
border-left:1px solid #DDDDDD;
padding:0 5px;
text-align:center; /* 水平居中 */
cursor:pointer;
}
.selected{
color : #888888;
}
.tableHeader{
color : #333333;
font-size : 20px;
}
.tableContent{
padding-left : 20px;
}
.dialogTableTbody tr td{
height: 22px;
color: #666666;
border:1px solid #ccc;
padding:0 5px;
white-space: normal;
cursor: pointer;
}
#canvas_container{
padding:0px;
}
.awsui-message-page .content{
width: 100%;
position: absolute;
left: 25%;
top: 10%;
text-align: center;
}
</style>
<script type="text/javascript">
$(function () {
$('.app-span-point').each(function () {
$(this).click(function () {
if ($(this).text() == "查看") {
$(this).text("收起");
}
else
$(this).text("查看");
$(this).parents(".app-tr").next(".app-tr").toggle();
});
});
});
</script>
</head>
<body style="overflow:hidden;">
<table>
<tr class="app-tr app-detail-1-content-table-tr2">
<td class="app-detail-1-content-table-td1" style="width:10%">1</td>
<td class="app-detail-1-content-table-td2" style="width:50%">程序数据任意备份</td>
<td class="app-detail-1-content-table-td1" style="width:20%">
<span class="app-danger">有风险</span>
</td>
<td class="app-detail-1-content-table-td1" style="width:20%">
<a class="app-span-point" >查看</a>
</td>
</tr>
<tr class="app-tr" style="display:none;">
<td colspan="4">
<div class="description">
<div class="app-tr-description">风险描述</div>
<p>AndroidManifest.xml配置文件中没有设置allowBackup标志(默认为true)或将allowBackup标志设置为true。当这个标志被设置为true时应用程序数据可以备份和恢复adb调试备份允许恶意攻击者复制应用程序数据。</p>
<div class="app-tr-description">修复建议</div>
<p>AndroidManifest.xml 配置文件中中设置为android:allowBackup="false"。</p>
</div>
</td>
</tr>
</table>
</body>
</html>