entruster-add.jsp 1.2 KB

123456789101112131415161718192021222324
  1. <%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  2. <%@include file="/context/mytags.jsp"%>
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6. <title>委托人</title>
  7. <t:base type="jquery,easyui,tools,DatePicker"></t:base>
  8. </head>
  9. <body>
  10. <t:formvalid formid="formobj" dialog="true" usePlugin="password" layout="table" action="activitiController.do?doEntrust" tiptype="4">
  11. <input id="taskId" name="taskId" type="hidden" value="${taskId }">
  12. <table style="width: 600px;" cellpadding="0" cellspacing="1" class="formtable">
  13. <tr>
  14. <td align="right"><label class="Validform_label"> 委托人: </label></td>
  15. <td class="value" nowrap>
  16. <input name="last" id="last" readonly="readonly" datatype="*" type="text"/>
  17. <t:choose hiddenName="id" hiddenid="id" url="activitiController.do?goEntrustSingle" name="entrusterList" height="450px" width="500px" icon="icon-search" title="用户列表" textname="last" isclear="true"></t:choose>
  18. <input id="id" name="id" readonly="readonly" type="hidden" style="width: 150px" class="inputxt">
  19. <span class="Validform_checktip"></span>
  20. </td>
  21. </tr>
  22. </table>
  23. </t:formvalid>
  24. </body>