You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
197 lines
7.3 KiB
Plaintext
197 lines
7.3 KiB
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>表单</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link href="../css/themes/default/jquery.mobile-1.4.5.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="../css/themes/classic/theme-classic.css" rel="stylesheet" type="text/css" />
|
|
<script src="../js/jquery.js" type="text/javascript"></script>
|
|
<script src="../js/jquery.mobile-1.4.5.min.js" type="text/javascript"></script>
|
|
<link href="../css/mobiscroll.custom-2.5.0.min.css" rel="stylesheet" type="text/css" />
|
|
<script src="../js/mobiscroll.custom-2.5.0.min.js" type="text/javascript"></script>
|
|
|
|
<script src="../Scripts/config.js" type="text/javascript"></script>
|
|
<script src="../Comm/Gener.js" type="text/javascript"></script>
|
|
<script src="../Scripts/QueryString.js" type="text/javascript"></script>
|
|
<script src="FrmGener.js" type="text/javascript"></script>
|
|
<style type="text/css">
|
|
h1{
|
|
font-family: "微软雅黑";
|
|
font-weight: normal;
|
|
visibility:hidden
|
|
}
|
|
.btn {
|
|
display: inline-block;
|
|
display: inline;
|
|
padding: 4px 12px;
|
|
margin-bottom: 0;
|
|
margin-left: .3em;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
color: #333333;
|
|
text-align: center;
|
|
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
background-color: #f5f5f5;
|
|
background-color: #e6e6e6;
|
|
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
|
|
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
|
|
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
|
|
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
|
|
background-repeat: repeat-x;
|
|
border: 1px solid #cccccc;
|
|
border: 0;
|
|
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
border-bottom-color: #b3b3b3;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
|
zoom: 1;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
}
|
|
|
|
.btn:hover,
|
|
.btn:focus,
|
|
.btn:active,
|
|
.btn.active,
|
|
.btn.disabled,
|
|
.btn[disabled] {
|
|
color: #333333;
|
|
background-color: #e6e6e6;
|
|
background-color: #d9d9d9;
|
|
}
|
|
|
|
.btn:active,
|
|
.btn.active {
|
|
background-color: #cccccc;
|
|
}
|
|
|
|
.btn:first-child {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.btn:hover,
|
|
.btn:focus {
|
|
color: #333333;
|
|
text-decoration: none;
|
|
background-position: 0 -15px;
|
|
-webkit-transition: background-position 0.1s linear;
|
|
-moz-transition: background-position 0.1s linear;
|
|
-o-transition: background-position 0.1s linear;
|
|
transition: background-position 0.1s linear;
|
|
}
|
|
|
|
.btn:focus {
|
|
outline: thin dotted #333;
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
outline-offset: -2px;
|
|
}
|
|
|
|
.btn.active,
|
|
.btn:active {
|
|
background-image: none;
|
|
outline: 0;
|
|
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
}
|
|
|
|
.btn.disabled,
|
|
.btn[disabled] {
|
|
cursor: default;
|
|
background-image: none;
|
|
opacity: 0.65;
|
|
filter: alpha(opacity=65);
|
|
-webkit-box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.richText{
|
|
background-color:White;
|
|
font-color:black;
|
|
font-weight:bolder;
|
|
}
|
|
</style>
|
|
<!--JS 加载-->
|
|
<script type="text/javascript">
|
|
function Back() {
|
|
|
|
var from = GetQueryString('From');
|
|
if (from == null || from == "" || from == undefined) {
|
|
from = "TimeBase"
|
|
}
|
|
// TimeBase.htm?FK_Node=19602&FID=0&WorkID=133&FK_Flow=196&From=MyWorkFree&s=0.20931250484480735
|
|
if (from == "Runing")
|
|
SetHref('../Runing.htm?s=' + Math.random());
|
|
if (from == "RptSearch")
|
|
SetHref('../Default.htm?s=' + Math.random());
|
|
if (from == "TimeBase")
|
|
SetHref('../WorkOpt/OneWork/TimeBase.htm?FK_Node=' + GetQueryString("FK_Node") + "&FK_Flow=" + GetQueryString("FK_Flow") + "&WorkID=" + GetQueryString("WorkID") + "&s=" + Math.random());
|
|
return;
|
|
}
|
|
</script>
|
|
<style type="text/css">
|
|
.errorInput
|
|
{
|
|
border: 1px red solid !important;
|
|
}
|
|
|
|
.mustInput:after
|
|
{
|
|
/*content:"*"; */
|
|
color:Red;
|
|
}
|
|
|
|
.ui-listview>li .richText p
|
|
{
|
|
white-space:normal;
|
|
|
|
}
|
|
|
|
.ui-input-text input
|
|
{
|
|
background-color:White;
|
|
}
|
|
.ui-input-text select
|
|
{
|
|
background-color:White;
|
|
}
|
|
.ui-input-text ui-shadow-inset ui-body-inherit ui-corner-all ui-state-disabled ui-textinput-autogrow textarea
|
|
{
|
|
background-color:red;
|
|
font-color:black;
|
|
ui-input-text ui-shadow-inset ui-body-inherit ui-corner-all ui-state-disabled ui-textinput-autogrow
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
<div id="page" data-role="page" data-theme="d">
|
|
|
|
<div data-role="header" data-position="fixed" data-tap-toggle="false" data-theme="b">
|
|
<h2 id="title">BPM系统</h2>
|
|
<a href="javascript:Back();" target="_self" data-icon="carat-l" data-iconpos="notext"></a>
|
|
</div>
|
|
|
|
<form id="divCCForm" method="post">
|
|
<!--主表单-->
|
|
<div id="CCForm" style="width: 100%;">
|
|
<ul data-role='listview' id="Controls_view">
|
|
</ul>
|
|
</div>
|
|
<div id='divinfo' style='width: 155px; position: absolute; display: none; cursor: pointer;align: left; border-left: 1px solid #336699; border-top: 1px solid #336699; border-right: 1px solid #336699;'></div>
|
|
</form>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|