• wewe


    <#assign base=rc.contextPath />
    <#import "spring.ftl" as s />
    <!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link type="text/css" rel="stylesheet" href="${base}/res/css/style.css" />
    <script type="text/javascript" src="${base}/res/js/jquery-1.11.3.js"></script>
    <script type="text/javascript">
    $(document).ready(function() {
    	//alert("<--base-->${base}<--basePath-->${basePath}");
    })
    </script>
    <script type="text/javascript">    
    	function iFrameHeight() {    
    		var ifm= document.getElementById("iframepage");    
    		var subWeb = document.frames ? document.frames["iframepage"].document : ifm.contentDocument;    
    		if(ifm != null && subWeb != null) { 
    		   ifm.height = subWeb.body.scrollHeight; 
    		   ifm.width = subWeb.body.scrollWidth; 
    		}    
    	}    
    </script> 
    
    <title>超市账单管理系统</title>
    </head>
    <iframe width="100%" height="100%" src="${base}/frame/iframe" id="iframepage" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" onLoad="iFrameHeight()"></iframe>
    <body></body>
    </html>
    
    <#assign base=rc.contextPath />
    <#import "spring.ftl" as s />
    <!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link type="text/css" rel="stylesheet" href="${base}/res/css/style.css" />
    <script type="text/javascript" src="${base}/res/js/jquery-1.11.3.js"></script>
    <title>超市账单管理系统</title>
    </head></frameset>
    <frameset rows="200,900,100" cols="*" frameborder="no" border="0" framespacing="0">
        <frame src="${base}/frame/top" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" />
        <frameset cols="200,*" frameborder="no" border="0" framespacing="0">
            <frame src="${base}/frame/left" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" />
            <frame src="${base}/frame/content" name="mainFrame" id="mainFrame" />
        </frameset>
        <frame src="${base}/frame/foot" name="footFrame"scrolling="No" noresize="noresize" id="footFrame" />
    </frameset>
    <noframes><body>
    </body></noframes>
    
    <#assign base=rc.contextPath />
    <#import "spring.ftl" as s />
    <#assign user='root'>  
    <!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title></title>
    <link type="text/css" rel="stylesheet" href="${base}/res/css/style.css" />
    <script type="text/javascript" src="${base}/res/js/jquery-1.11.3.js"></script>
    </head>
    
    <body>
    	<div id="header">
    	    <div class="title"></div>
    	    <div class="welcome">欢迎您:${user}</div>
    	</div>
    </body>
    </html>
    
    <#assign base=rc.contextPath />
    <#import "spring.ftl" as s />
    <#assign user='root'>  
    <!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title></title>
    <link type="text/css" rel="stylesheet" href="${base}/res/css/style.css" />
    <script type="text/javascript" src="${base}/res/js/jquery-1.11.3.js"></script>
    </head>
    
    <body class="frame-bd">
    <ul class="left-menu">
        <li><a href="#" target="mainFrame"><img src="${base}/res/images/btn_bill.gif" /></a></li>
        <c:if test="${newus.u_level==1 }">
        <li><a href="#" target="mainFrame"><img src="${base}/res/images/btn_suppliers.gif" /></a></li>
        </c:if>
        <li><a href="#" target="mainFrame"><img src="${base}/res/images/btn_users.gif" /></a></li>
        <li><a href="#" target="_parent"><img src="${base}/res/images/btn_exit.gif" /></a></li>
    </ul>
    </body>
    </html>
    
    <#import "spring.ftl" as s />
    <#assign user='root'>  
    <!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title></title>
    <link type="text/css" rel="stylesheet" href="${base}/res/css/style.css" />
    </head>
    
    <body>
    </body>
    </html>
    
    <#assign base=rc.contextPath />
    <#import "spring.ftl" as s />
    <#assign user='root'>  
    <!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title></title>
    <link type="text/css" rel="stylesheet" href="${base}/res/css/style.css" />
    </head>
    
    <body>
        <div id="header">
            <div class="title"></div>
            <div class="welcome">欢迎您:${user}</div>
        </div>
    </body>
    </html>
    
  • 相关阅读:
    利用国内的源安装 Python第三方库
    Python 算法(1) 快速排序
    Python 算法(2) 哈夫曼编码 Huffman Encoding
    Python sql注入 过滤字符串的非法字符
    tesseract中文语言文件包 下载
    python 多线程爬虫 实例
    Python 爬虫实例(5)—— 爬取爱奇艺视频电视剧的链接(2017-06-30 10:37)
    Django的ORM中如何判断查询结果是否为空,判断django中的orm为空
    Python 爬虫实例(4)—— 爬取网易新闻
    NLTK在自然语言处理
  • 原文地址:https://www.cnblogs.com/asoks/p/5419481.html
Copyright © 2020-2023  润新知