- <%@ page contentType="text/html;charset=UTF-8" %>
- <html>
- <head><title>top</title>
- <link rel="stylesheet" href="${createLinkTo(dir: 'css', file: 'top.css')}"/>
- </head>
- <style type="text/css">
- <!--
- *{margin:0;padding:0;border:0;}
- body {
- font-family: arial, 宋体, serif;
- font-size:12px;
- }
- #nav {
- line-height: 24px; list-style-type: none; background:#666;
- }
- #nav a {
- display: block; width: 80px; text-align:center;
- }
- #nav a:link {
- color:#666; text-decoration:none;
- }
- #nav a:visited {
- color:#666;text-decoration:none;
- }
- #nav a:hover {
- color:#FFF;text-decoration:none;font-weight:bold;
- }
- #nav li {
- float: left; width: 80px; background:#CCC;
- }
- #nav li a:hover{
- background:#999;
- }
- #nav li ul {
- line-height: 27px; list-style-type: none;text-align:left; width:1000px;
- left: -999em; position: absolute;
- }
- #nav li ul li{
- float: left; width: 100px;
- background: #F6F6F6;
- }
- #nav li ul a{
- display:inline; width: 100px;text-align:left;padding-left:2px; float:left;
- }
- #nav li ul a:link {
- color:#666; text-decoration:none;float:left;
- }
- #nav li ul a:visited {
- color:#666;text-decoration:none;float:left;
- }
- #nav li ul a:hover {
- color:#F3F3F3;text-decoration:none;font-weight:normal;float:left;
- background:#C00;
- }
- #nav li:hover ul {
- left: auto;
- }
- #nav li.sfhover ul {
- left: auto;
- }
- #content {
- clear: none;
- }
- -->
- </style>
- <script type=text/javascript><!--//--><![CDATA[//><!--
- function menuFix() {
- var sfEls = document.getElementById("nav").getElementsByTagName("li");
- for (var i=0; i<sfEls.length; i++) {
- sfEls[i].onmouseover=function() {
- this.className+=(this.className.length>0? " ": "") + "sfhover";
- }
- sfEls[i].onMouseDown=function() {
- this.className+=(this.className.length>0? " ": "") + "sfhover";
- }
- sfEls[i].onMouseUp=function() {
- this.className+=(this.className.length>0? " ": "") + "sfhover";
- }
- sfEls[i].onmouseout=function() {
- this.className=this.className.replace(new RegExp("( ?|^)sfhover\b"),
- "");
- }
- }
- }
- window.onload=menuFix;
- //--><!]]></script>
- <body>
- <div class="topbar bigwidth">
- <div class="logoarea"><a href=".." onclick=" parent.location.href='../Frameset.gsp'"><img src="${createLinkTo(dir:'images',file:'logo.gif')}"></a></div>
- <div class="toprightarea">
- <div class="toptitel">Easy Centre 2000</div>
- <div class="toprightlink"><a href=".." onclick=" parent.location.href='../Frameset.gsp'">返回首页</a></div>
- <div class="landischinapic"><img src="${createLinkTo(dir:'images',file:'landischina.gif')}"></div>
- </div>
- </div>
- <ul id="nav">
- <g:generateUrl2 bigList="${allUrls2}"/>
- <li>
- <a href="#"><g:message code="logout" default="logout" /></a>
- <ul>
- <li>
- <span class="button"> <g:link class="link" controller="logout" target="_top"><g:message code="logout" default="logout" /></g:link> </span>
- </li>
- </ul>
- </li>
- </ul>
- </body>
- </html>