ViewMember.jsp 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <%@ page contentType="text/html;charset=GBK"%>
  2. <!-- wait msg -->
  3. <div id="sending" style="position:absolute; top:200;left:1; z-index:0; visibility:hidden">
  4. <table width="100%" height="50" border="0" cellspacing="6" cellpadding="0" class="form">
  5. <tr>
  6. <td bgcolor="#FFFFCC" align="center">
  7. <div align="center">
  8. 请稍候...
  9. </div>
  10. </td>
  11. </tr>
  12. </table>
  13. </div>
  14. <TABLE width='100%' border="0" cellspacing="0" bgcolor="#B1C8FD" cellpadding="0">
  15. <TR>
  16. <TD bgcolor="#ffffff" width="100%" valign="top">
  17. <TABLE width='100%' border="0" cellspacing="0" cellpadding="0">
  18. <TR>
  19. <!-- <TD height="22" class="path" background="images/post/a2.gif"> -->
  20. <TD height="22" class="td1">
  21. 列表->
  22. <%=showName%>
  23. </TD>
  24. </TR>
  25. </TABLE>
  26. <%@ include file="/include/viewloop.jsp"%>
  27. <%@ include file="/include/viewdata.jsp"%>
  28. <%@ include file="/include/viewselect.jsp"%>
  29. <!-- 控制视图高度 -->
  30. </TD>
  31. </TR>
  32. <!-- <div style="position:absolute; left:0px; bottom:0px"> -->
  33. </TABLE>
  34. <SCRIPT>
  35. initButtons(<%=iNowPage%>,<%=pages%>);
  36. </SCRIPT>
  37. <!-- /div> -->