⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 addgroup.jsp

📁 OBPM是一个开源
💻 JSP
📖 第 1 页 / 共 3 页
字号:
      if(exceedaction[i].checked && exceedaction[i].value == '4'){
        div2.style.display = '';
      }
    }
	}
	if(n == '3'){//{*[Dispay "remind policy" "reach after" or "in advance" how many hours layer]*}
	  if(tmp.remaindertype.value == '0'){
	    div3.style.display = 'none';
	  }else{
	    div3.style.display = '';
	  }
	}
}

</script>
</head>

<body>
<form name="tmp">
<input type="hidden" name="siteid">
<input type="hidden" name="channelid">
<input type="hidden" name="fieldpermlist" value="">
<table width="100%" cellspacing="1" height="100%">
    <tr><td align="left" height="30">
        <c:if test="${!empty param.ISEDIT and param.ISEDIT eq 'TRUE'}" >
    		<input type="button"  class="bt" onclick="ev_ok()" value="{*[ok]*}">
    		</c:if>
    		<input type="button" class="bt" onclick="window.close()" value="{*[Cancle]*}">
    </td></tr>
    </tr>
    <tr>
    <td width="100%" valign="top">
<table width="100%"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td align="left" width="100%">
    <input type="button" class="bt2css" value="{*[Basic info]*}" onclick="MM_callJS('ggg(b1);')"/><input type="button" class="bt2css" value="{*[Turn into]*}" onclick="MM_callJS('ggg(b2);')"/><input type="button" class="bt2css" value="{*[Turn out]*}"  onclick="MM_callJS('ggg(b3);')"/><input type="button" class="bt2css" value="{*[Start up]*}" onclick="MM_callJS('ggg(b4);')"/><input type="button" class="bt2css" value="{*[Pass]*}" onclick="MM_callJS('ggg(b5);')"/><input type="button" class="bt2css" value="{*[Resume]*}"  onclick="MM_callJS('ggg(b6);')"/><input type="button" class="bt2css" value="{*[Return]*}" onclick="MM_callJS('ggg(b7);')"/><input type="button" class="bt2css" value="{*[Suspend]*}" onclick="MM_callJS('ggg(b8);')"/><input type="button" class="bt2css" value="{*[Terminate]*}"  onclick="MM_callJS('ggg(b9);')"/><input type="button" class="bt2css" value="{*[Abort]*}" onclick="MM_callJS('ggg(b10);')"/><input type="button" class="bt2css" value="{*[Complete]*}" onclick="MM_callJS('ggg(b11);')"/>
    </td>
    <td>&nbsp;</td>
  </tr>
</table>
 <table width="100%"  cellpadding="2" cellspacing="1"  border="0"  bgcolor="#dddddd" id="b1">
  <tr bgcolor="#FFFFFF">
    <td width="20%"  class="content-label">{*[Name]*}:</td>
    <td align="left" colspan="7">
     <c:choose>
       <c:when test="${!empty param.ISEDIT and param.ISEDIT eq 'TRUE'}" >
    	     <input type="text" size="45" name="name">
    	 </c:when>
       <c:otherwise>
           <input type="text" size="45" name="name" disabled="true">
       </c:otherwise>
     </c:choose>
    </td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td width="20%"  class="content-label">审核通过{*[Condition]*}:</td>
    <td align="left"  colspan="7">
      <c:choose>
       <c:when test="${!empty param.ISEDIT and param.ISEDIT eq 'TRUE'}" >
		  	<input type="radio" name="passcondition" value="0" onclick="changeCondition()" onchange="changeCondition()" checked>{*[Or]*}&nbsp;
		    <input type="radio" name="passcondition" value="1" onclick="changeCondition()" onchange="changeCondition()">{*[and]*}&nbsp;
		    <input type="radio" name="passcondition" value="2" onclick="changeCondition()" onchange="changeCondition()">{*[and]*}({*[and (for all)]*})
		    <input type="radio" name="passcondition" value="3" onclick="changeCondition()" onchange="changeCondition()">{*[User-defined]*}
    	 </c:when>
       <c:otherwise>
		  	<input type="radio" name="passcondition" value="0" onclick="changeCondition()" onchange="changeCondition()" disabled>{*[Or]*}&nbsp;
		    <input type="radio" name="passcondition" value="1" onclick="changeCondition()" onchange="changeCondition()" disabled>{*[and]*}&nbsp;
		    <input type="radio" name="passcondition" value="2" onclick="changeCondition()" onchange="changeCondition()" disabled>
			{*[and]*}({*[and (for all)]*})
		    <input type="radio" name="passcondition" value="3" onclick="changeCondition()" onchange="changeCondition()" disabled>{*[User-defined]*}
		    </c:otherwise>
     </c:choose>
		</td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td width="20%"  class="content-label">{*[Auditing group]*}:</td>
    <td align="left" colspan="7"><input type="text" size="45" name="namelist" value="" disabled="true">
      <c:if test="${!empty param.ISEDIT and param.ISEDIT eq 'TRUE'}" >
       <input type="button" class="btcss" value="{*[Choose specif]*}" onclick="selectNameList(true)"/>&nbsp;&nbsp;  
       <input type="button" class="btcss" value="{*[Select]*}{*[Blur]*}" onclick="selectNameList(false)"/>&nbsp;&nbsp;
      </c:if>
    </td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td width="20%" class="content-label"><div id="formview1" style="display:none">{*[Binding form]*}:</div></td>
    <td colspan="7">
     <div id="formview2" style="display:none">
       <input size="30" type="text" name="formname" value=""  disabled="true">
       <c:if test="${!empty param.ISEDIT and param.ISEDIT eq 'TRUE'}" >
	       <input type="button" class="srchbt" onclick="selectForm()" value=".."/>
	       <input type="button" class="bt" onclick="editFieldPerm()" value="{*[authority]*}"/>
       </c:if>
      </div>
    </td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td class="content-label" nowrap>{*[Comments input into]*}:</td>
	  <td width="15%">
	    <c:choose>
       <c:when test="${!empty param.ISEDIT and param.ISEDIT eq 'TRUE'}" >
    	     <input size="12" type="text" name="fieldname" value="" >
    	 </c:when>
       <c:otherwise>
	      <input size="12" type="text" name="fieldname" value=""  disabled="true">
	      </c:otherwise>
     </c:choose>
	  </td>
	  <td width="5%">
	      <div id="formview3" style="display:none">
	        <c:if test="${!empty param.ISEDIT and param.ISEDIT eq 'TRUE'}" >
	        	<input type="button" class="srchbt" onclick="selectOneField(tmp.formname.value, null, tmp.fieldname)" value=".."/>
	        </c:if>
	      </div>
	  </td>
    <td width="15%" class="content-label" nowrap>{*[Binding mode]*}:</td>
    <td width="15%" align="left">
    <c:choose>
       <c:when test="${!empty param.ISEDIT and param.ISEDIT eq 'TRUE'}" >
        <select name="isfieldtoaudit">
    				<option value="true">{*[Field for comments]*}</option>
    				<option value="false" checked>{*[Comments input into]*}</option>
    		</select>
    	 </c:when>
       <c:otherwise>
        <select name="isfieldtoaudit" disabled="true">
    				<option value="true">{*[Field for comments]*}</option>
    				<option value="false" checked>{*[Comments input into]*}</option>
    		</select>
    		</c:otherwise>
     </c:choose>
    </td>
    <td width="25%"  class="content-label" height="25" nowrap>{*[Set Approval = currently user when active]*}:</td>
    <td width="5%" align="left" colspan="2">
    <c:choose>
       <c:when test="${!empty param.ISEDIT and param.ISEDIT eq 'TRUE'}" >
        <select name="issetcurruser">
    				<option value="true">{*[Yes]*}</option>
    				<option value="false" checked>{*[No]*}</option>
    		</select>
    	 </c:when>
       <c:otherwise>
        <select name="issetcurruser" disabled="true">
    				<option value="true">{*[Yes]*}</option>
    				<option value="false" checked>{*[No]*}</option>
    		</select>
    		</c:otherwise>
     </c:choose>
    </td>
  </tr>  	
  <tr bgcolor="#FFFFFF">
    <td width="20%"  class="content-label">{*[Is starter]*}:</td>
    <td width="10%" align="left" colspan="2">
    <c:choose>
       <c:when test="${!empty param.ISEDIT and param.ISEDIT eq 'TRUE'}" >
      	<select name="isstart" onChange="ev_change('1')" >
    				<option value="true">{*[Yes]*}</option>
    				<option value="false" checked>{*[No]*}</option>
    		</select>
    	 </c:when>
       <c:otherwise>
      	<select name="isstart" onChange="ev_change('1')" disabled="true">
    				<option value="true">{*[Yes]*}</option>
    				<option value="false" checked>{*[No]*}</option>
    		</select>
    		</c:otherwise>
     </c:choose>
    </td>
    <td align="center" colspan="2"><div id="div1" align="left" style="display:none">{*[Auto send to next node when starting]*}:
    <c:choose>
       <c:when test="${!empty param.ISEDIT and param.ISEDIT eq 'TRUE'}" >
        <select name="isstartandnext">
    				<option value="true">{*[Yes]*}</option>
    				<option value="false">{*[No]*}</option>
    		</select>
    	 </c:when>
       <c:otherwise>
        <select name="isstartandnext" disabled="true">
    				<option value="true">{*[Yes]*}</option>
    				<option value="false">{*[No]*}</option>
    		</select>
    		</c:otherwise>
     </c:choose>
     </div>
    </td>
    <td width="25%"  class="content-label">{*[Is end]*}:</td>
    <td width="5%" align="left" colspan="2">
    <c:choose>
       <c:when test="${!empty param.ISEDIT and param.ISEDIT eq 'TRUE'}" >
        <select name="isend">
    				<option value="true">{*[Yes]*}</option>
    				<option value="false" checked>{*[No]*}</option>
    		</select>
    	 </c:when>
       <c:otherwise>
        <select name="isend" disabled="true">
    				<option value="true">{*[Yes]*}</option>
    				<option value="false" checked>{*[No]*}</option>
    		</select>
    		</c:otherwise>
     </c:choose>
  <!--  <input type="checkbox" name="isend" value="checkbox">//--></td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td width="20%"  class="content-label">{*[Is distribute]*}:</td>
    <td width="10%" align="left" colspan="2">
    <c:choose>
       <c:when test="${!empty param.ISEDIT and param.ISEDIT eq 'TRUE'}" >
         <select name="issplit">
    				<option value="true">{*[Yes]*}</option>
    				<option value="false" checked>{*[No]*}</option>
    		</select>
    	 </c:when>
       <c:otherwise>
         <select name="issplit" disabled="true">
    				<option value="true">{*[Yes]*}</option>
    				<option value="false" checked>{*[No]*}</option>
    		</select>
    		</c:otherwise>
     </c:choose>
    </td>
    <td width="15%" class="content-label">{*[Is centralized]*}:</td>
    <td width="15%" align="left">
    <c:choose>
       <c:when test="${!empty param.ISEDIT and param.ISEDIT eq 'TRUE'}" >
        <select name="isgather">
    				<option value="true">{*[Yes]*}</option>
    				<option value="false" checked>{*[No]*}</option>
    		</select>
    	 </c:when>
       <c:otherwise>
        <select name="isgather" disabled="true">
    				<option value="true">{*[Yes]*}</option>
    				<option value="false" checked>{*[No]*}</option>
    		</select>
    		</c:otherwise>
     </c:choose>
    </td>
    <td width="25%" class="content-label">{*[Is self loop]*}:</td>
    <td width="5%" align="left" colspan="2">
    <c:choose>
       <c:when test="${!empty param.ISEDIT and param.ISEDIT eq 'TRUE'}" >
        <select name="canflowself">
    				<option value="true">{*[Yes]*}</option>
    				<option value="false" checked>{*[No]*}</option>
    		</select>
    	 </c:when>
       <c:otherwise>
        <select name="canflowself" disabled="true">
    				<option value="true">{*[Yes]*}</option>
    				<option value="false" checked>{*[No]*}</option>
    		</select>
    		</c:otherwise>
     </c:choose>
    </td>
  </tr>
    <tr bgcolor="#FFFFFF">
    <td width="20%"  class="content-label">{*[can end]*}:</td>
    <td width="10%" align="left" colspan="2">
    <c:choose>
       <c:when test="${!empty param.ISEDIT and param.ISEDIT eq 'TRUE'}" >
         <select name="canterminate">
    				<option value="true">{*[Yes]*}</option>
    				<option value="false" checked>{*[No]*}</option>
    		</select>
    	 </c:when>
       <c:otherwise>
         <select name="canterminate" disabled="true">
    				<option value="true">{*[Yes]*}</option>
    				<option value="false" checked>{*[No]*}</option>
    		</select>
    		</c:otherwise>
     </c:choose>
    </td>
    <td width="15%"  class="content-label">{*[Can return]*}:</td>
    <td width="15%" align="left">
    <c:choose>
       <c:when test="${!empty param.ISEDIT and param.ISEDIT eq 'TRUE'}" >
         <select name="canreject">
    				<option value="true">{*[Yes]*}</option>
    				<option value="false" checked>{*[No]*}</option>
    		</select>
    	 </c:when>
       <c:otherwise>
         <select name="canreject" disabled="true">
    				<option value="true">{*[Yes]*}</option>
    				<option value="false" checked>{*[No]*}</option>
    		</select>
    		</c:otherwise>
     </c:choose>
    </td>
    <td width="25%" class="content-label">{*[Can Suspend]*}:</td>
    <td width="5%" align="left" colspan="2">
    <c:choose>
       <c:when test="${!empty param.ISEDIT and param.ISEDIT eq 'TRUE'}" >
        <select name="cansuspend">
    				<option value="true">{*[Yes]*}</option>
    				<option value="false" checked>{*[No]*}</option>
    		</select>
    	 </c:when>
       <c:otherwise>
        <select name="cansuspend" disabled="true">
    				<option value="true">{*[Yes]*}</option>
    				<option value="false" checked>{*[No]*}</option>
    		</select>
    		</c:otherwise>
     </c:choose>
    </td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td width="20%"  class="content-label" height="25">{*[Out of time policy]*}:</td>
    <td width="62%" align="left" colspan="7">
    <table>
      <tr>
        <td>
    <c:choose>
       <c:when test="${!empty param.ISEDIT and param.ISEDIT eq 'TRUE'}" >
   		<input type="radio" name="exceedaction" value="0" onClick="ev_change('2')" checked>NON&nbsp;
   		<input type="radio" name="exceedaction" value="1" onClick="ev_change('2')">{*[auto send to next step]*}&nbsp;
    	<input type="radio" name="exceedaction" value="2" onClick="ev_change('2')">{*[autoTerminate]*}&nbsp;
   		<input type="radio" name="exceedaction" value="3" onClick="ev_change('2')">{*[auto return]*}&nbsp;&nbsp;
   		<input type="radio" name="exceedaction" value="4" onClick="ev_change('2')">{*[auto return to specific node]*}:

    	 </c:when>
       <c:otherwise>
   		<input type="radio" name="exceedaction" value="0" onClick="ev_change('2')"  disabled="true">NON&nbsp;
   		<input type="radio" name="exceedaction" value="1" onClick="ev_change('2')" disabled="true">{*[auto send to next step]*}&nbsp;
    	<input type="radio" name="exceedaction" value="2" onClick="ev_change('2')" disabled="true">{*[autoTerminate]*}&nbsp;
   		<input type="radio" name="exceedaction" value="3" onClick="ev_change('2')" disabled="true">{*[auto return]*}&nbsp;&nbsp;
   		<input type="radio" name="exceedaction" value="4" onClick="ev_change('2')" disabled="true">{*[auto return to specific node]*}:
   		</c:otherwise>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -