sysIndexLayoutManageSelectTemplate.jsp 862 B

123456789101112131415161718192021222324252627282930
  1. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  2. <%@include file="/commons/include/html_doctype.html" %>
  3. <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
  4. <html>
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <title>选择模版</title>
  8. <script type="text/javascript">
  9. /*KILLDIALOG*/
  10. var dialog = frameElement.dialog; //调用页面的dialog对象(ligerui对象)
  11. function selectTemplate(template){
  12. //window.returnValue=obj;
  13. dialog.get('sucCall')(template);
  14. dialog.close();
  15. }
  16. </script>
  17. <style type="text/css">
  18. div.bottom{text-align: center;padding-top: 10px;}
  19. html,body{width:100%;height:100%;margin: 0 0 0 0;padding: 0 0 0 0 ;overflow: hidden;}
  20. </style>
  21. </head>
  22. <body>
  23. <iframe src="dialog.ht" width="100%" height="100%" frameborder="0"></iframe>
  24. </body>
  25. </html>