|
@ -7,7 +7,162 @@
|
|
|
--%>
|
|
|
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8" %>
|
|
|
<%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
|
|
|
<style type="text/css">
|
|
|
.pane-attribute-toolbar{
|
|
|
display: block;
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
width: 100%;
|
|
|
height: 50px;
|
|
|
padding: 6px 0 4px;
|
|
|
background-color: #fff;
|
|
|
border-top: 1px solid #ccc;
|
|
|
text-align: right;
|
|
|
}
|
|
|
.close-toolbar{
|
|
|
margin-right: 20px;
|
|
|
}
|
|
|
|
|
|
input{
|
|
|
height: 28px;
|
|
|
width: 240px;
|
|
|
}
|
|
|
|
|
|
.table{
|
|
|
margin-left: 30px;
|
|
|
}
|
|
|
|
|
|
.modal-body .table tr td {
|
|
|
font-size: 12px;
|
|
|
border: solid 0;
|
|
|
padding: 5px 3px 5px 3px;
|
|
|
}
|
|
|
.modal-body td label{float: right;font-family: SimSun;font-size: 12px;padding-top: 4px;}
|
|
|
.modal-footer button {
|
|
|
width: 84px;
|
|
|
}
|
|
|
.modal-footer {
|
|
|
border-top: 0;
|
|
|
background-color:#fff;
|
|
|
}
|
|
|
.msg-modal {
|
|
|
border-radius: 2px;
|
|
|
}
|
|
|
|
|
|
.msg-dialog {
|
|
|
width: 322px;
|
|
|
}
|
|
|
|
|
|
.msg-body {
|
|
|
height: 116px;
|
|
|
}
|
|
|
.modal-body .table input{
|
|
|
font-family: SimSun;
|
|
|
font-size: 12px;
|
|
|
height: 30px;
|
|
|
width: 240px;
|
|
|
}
|
|
|
.modal-body .table input[type="checkbox"] {
|
|
|
height: 20px;
|
|
|
width: 20px;
|
|
|
margin-top: 0;
|
|
|
margin-left: 10px;
|
|
|
}
|
|
|
.modal-body .table select {
|
|
|
font-family: SimSun;
|
|
|
font-size: 12px;
|
|
|
height: 30px;
|
|
|
width: 240px;
|
|
|
}
|
|
|
.modal-body .table textarea {
|
|
|
color: inherit;
|
|
|
}
|
|
|
.addDataSetImg{
|
|
|
margin-left:340px;
|
|
|
margin-top: -25px;
|
|
|
width: 22px;
|
|
|
height: 22px;
|
|
|
background: url(../../../images/add_btn_pre.png);
|
|
|
}
|
|
|
.image-search{
|
|
|
margin-left:210px;
|
|
|
margin-top: -25px;
|
|
|
width: 20px;
|
|
|
height: 20px;
|
|
|
background: url(../../../images/Search_btn.png);
|
|
|
}
|
|
|
.image-search:hover{
|
|
|
margin-left:210px;
|
|
|
margin-top: -25px;
|
|
|
width: 20px;
|
|
|
height: 20px;
|
|
|
background: url(../../../images/Search_btn_pre.png);
|
|
|
}
|
|
|
.version{
|
|
|
margin-top: -40px;
|
|
|
}
|
|
|
.left-gmenu {
|
|
|
width:400px;
|
|
|
border: 1px solid #d3d3d3;
|
|
|
border-left:0 ;
|
|
|
border-bottom: 0;
|
|
|
margin-left: 0;
|
|
|
}
|
|
|
.right-gmenu{
|
|
|
top:50px;
|
|
|
position: absolute;
|
|
|
border: 1px solid #d3d3d3;
|
|
|
border-right:0 ;
|
|
|
border-bottom: 0;
|
|
|
margin-left: 420px;
|
|
|
}
|
|
|
|
|
|
.dataExplain{
|
|
|
height: 180px;
|
|
|
width: 240px;
|
|
|
}
|
|
|
.metaDataExplain{
|
|
|
width: 576px;
|
|
|
height: 120px;
|
|
|
}
|
|
|
.metaData-width{
|
|
|
width: 660px;
|
|
|
}
|
|
|
.condition input,
|
|
|
.condition select{
|
|
|
font-family: SimSun;
|
|
|
font-size: 12px;
|
|
|
height: 30px;
|
|
|
width: 240px;
|
|
|
}
|
|
|
.condition button {
|
|
|
width: 84px;
|
|
|
}
|
|
|
.modal-body .table tr .split-line{
|
|
|
border-top: 0;
|
|
|
}
|
|
|
.modal-body .table td .criterionDict{
|
|
|
width: 250px;
|
|
|
}
|
|
|
.checkbox-title{
|
|
|
line-height: 20px;
|
|
|
}
|
|
|
|
|
|
.chexkbox-null{
|
|
|
margin-left: 150px;
|
|
|
margin-top: -30px;
|
|
|
}
|
|
|
|
|
|
.btn-isnull:after{
|
|
|
display: inline-block;
|
|
|
content: '*';
|
|
|
color: #FF0000;
|
|
|
}
|
|
|
.td-left{
|
|
|
text-align: left;
|
|
|
}
|
|
|
</style>
|
|
|
<%--<div id="div_set_info_form" data-role-form class="m-form-inline f-mt20">--%>
|
|
|
<div class="modal-dialog metaData-width" id="div_element_info_form" data-role-form>
|
|
|
<div class="modal-content">
|