apps/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.template.htm
2022-06-27 23:38:56 +08:00

60 lines
2.3 KiB
HTML
Executable File

<!Doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>设计器模板</title>
<link rel="stylesheet" href="../commons/css/awsui.css">
<link rel="stylesheet" href="../commons/js/jquery/themes/default/ui/aws.layout.css">
</head>
<body>
<div id="simple-head_1">
<div style="line-height:50px;margin-left:10px;">Coe 模板</div>
</div>
<div id="simple-left_1">
<div style="margin:15px;">
<div><span style="width:140px;" class="button">参数说明</span></div><br>
<div><span style="width:140px;" class="button">查看本页源代码</span></div>
<div><span style="width:140px;" class="button">效果展示</span></div>
<div><span style="width:140px;" class="button">参数说明</span></div><br>
<div><span style="width:140px;" class="button">查看本页源代码</span></div>
<div><span style="width:140px;" class="button">效果展示</span></div>
<div><span style="width:140px;" class="button">参数说明</span></div><br>
<div><span style="width:140px;" class="button">查看本页源代码</span></div>
<div><span style="width:140px;" class="button">效果展示</span></div>
<div><span style="width:140px;" class="button">参数说明</span></div><br>
<div><span style="width:140px;" class="button">查看本页源代码</span></div>
<div><span style="width:140px;" class="button">效果展示</span></div>
</div>
</div>
<div id="simple-layout-separater_1"></div>
<div id="simple-right_1"></div>
<script src="../commons/js/jquery/scripts/jquery.js"></script>
<script src="../commons/js/awsui.js"></script>
<!-- <script src="../commons/js/jquery/scripts/ui/aws.layout.js"></script> -->
<script type="text/javascript">
$(document).ready(function(){
$(window).layout({
head:{
target:"#simple-head_1",
height:"50px"
},
bottom:{
show:false
},
left:{
target:"#simple-left_1",
title:"分类"
},
right:{
target:"#simple-right_1"
},
separater:{
target :"#simple-layout-separater_1"
}
});
});
</script>
<input type="hidden" name="uuid" id="uuid" value="<#uuid>">
<input type="hidden" name="sid" id="sid" value="<#sid>">
</body>
</html>