[gatewiki-commits] SF.net SVN: gatewiki:[1444] trunk/site-plugins/gate2

View: New views
1 Messages — Rating Filter:   Alert me  

[gatewiki-commits] SF.net SVN: gatewiki:[1444] trunk/site-plugins/gate2

by ggorrell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Revision: 1444
          http://gatewiki.svn.sourceforge.net/gatewiki/?rev=1444&view=rev
Author:   ggorrell
Date:     2009-07-03 11:07:05 +0000 (Fri, 03 Jul 2009)

Log Message:
-----------
Removed <base href="http://localhost:8080"> from cowguest.gsp to fix relative links prob. Layout now same as gate.ac.uk awaiting requests regarding visual changes if any.
 

Modified Paths:
--------------
    trunk/site-plugins/gate2/grails-app/views/layouts/cowguest.gsp
    trunk/site-plugins/gate2/grails-gate2-0.1.zip
    trunk/site-plugins/gate2/web-app/css/gate.css

Modified: trunk/site-plugins/gate2/grails-app/views/layouts/cowguest.gsp
===================================================================
--- trunk/site-plugins/gate2/grails-app/views/layouts/cowguest.gsp 2009-07-03 08:40:38 UTC (rev 1443)
+++ trunk/site-plugins/gate2/grails-app/views/layouts/cowguest.gsp 2009-07-03 11:07:05 UTC (rev 1444)
@@ -14,22 +14,59 @@
   <g:layoutHead />
   <g:javascript library="application" />        
 
-  <meta name="keywords" content="GATE Home Page, Software Architecture for Language Engineering, Hamish Cunningham, Valentin Tablan, Kalina Bontcheva, General Architecture for Text Engineering">
+  <meta name="keywords" content="GATE Home Page, Software Architecture for Language Engineering, Hamish Cunningham, Valentin Tablen, Kalina Bontcheva, General Architecture for Text Engineering">
   <meta name="description" content="Home page of GATE, A General Architecture for Text Engineering">
   <title>GATE, A General Architecture for Text Engineering</title>
 
-  <base href="http://localhost:8080">
-
   <link rel="stylesheet" type="text/css" href="/plugins/gate2-0.1/css/gate.css">
 
+
 
+  <style type="text/css">
+    .banner {
+      float:left;
+      width:100%;
+      overflow:hidden;
+      position:relative;
+      margin-bottom: 10px;
+    }
+
+    .banner ul {
+      clear:left;
+      float:left;
+      list-style:none;
+      margin:0;
+      padding:0;
+      position:relative;
+      left:50%;
+      text-align:center;
+    }
+  
+    .banner ul li {
+      display:block;
+      float:left;
+      list-style:none;
+      margin:5px 0;
+      padding: 0 8px;
+      border-left: 1px solid black;
+      border-right: 1px solid black;
+      position:relative;
+      right:50%;
+    }
+
+    #topPageSpecific a, #topBreadcrumbs a, #topLoginEtc a {
+      background: transparent;
+    }
+  </style>
 <!-- body ************************************************************* -->
 </head><body>
 
 <!-- header gif ******************************************************* -->
+<div style="width: 100%; overflow: hidden; padding: 8px;">
+  <span style="float: left;">
+    <a href="."><img src="/plugins/gate-0.1/images/gateHeader.gif" alt="GATE" width="356" border="0" height="76"></a>
+  </span>
 
-<div id="body_wrapper">
-
   <div style="float: right; clear: right;" id="topLoginEtc">
     <!-- If admin area, id will be null; don't show search box in admin area -->
     <g:if test="${id}">
@@ -65,32 +102,56 @@
     <g:pageLink action="show" id="1" linkPath="doc/gatewiki.html">Help</g:pageLink>
   </div>
 
-  <div style="float: left; clear: left;" id="topPageSpecific">
+  <!-- second row header links -->
+  <!-- <div id="topBreadcrumbs">
+    <g:if test="${pageTree}">
+      ${pageTree}
+    </g:if>
+  </div> -->
+
+  <!-- third row header links -->
+  <div style="float: right; clear: right;" id="topPageSpecific">
     <!-- PAGE controller support -->
     ${pageLinks}
   </div>
-<br><br>
-
-<div id="title_pane" class="main_title">
-http://www.gate.ac.uk/
 </div>
 
-<div id="menu">
-<b>
-<a href="index.html">Home</a>  
-<a href="developer.html">GATE Developer</a>  
-<a href="embedded.html">GATE Embedded</a>  
-<a href="teamware.html">GATE Teamware</a>  
-<a href="wiki.html">GATE Wiki</a>  
-<a href="cloud.html">GATE Cloud</a>  
-<a href="support.html">Support</a>  
-<a href="aboutus.html">About Us</a>
-</b>
+<!-- top banner ******************************************************* -->
+<div class="banner">
+  <ul>
+    <li><a href="/index.html">Home</a></li>
+    <li><a href="/developer_embedded.html">GATE Developer/Embedded</a></li>
+    <li><a href="/teamware.html">GATE Teamware</a></li>
+    <li><a href="/wiki.html">GATE Wiki</a></li>
+    <li><a href="/cloud.html">GATE Cloud</a></li>
+    <li><a href="/support.html">Support</a></li>
+    <li><a href="/aboutus.html">About Us</a></li>
+  </ul>
 </div>
-<br><br>
 
+
+
 <g:layoutBody />
 
 
+<!-- footer ********************************************************** -->
+<div class="banner">
+  <ul>
+    <li>GATE 2009
+  </ul>
 </div>
+
+<div style="text-align: center; overflow: hidden; width: 100%;">
+<a style="float:left;" href="http://nlp.shef.ac.uk/">
+<img width="164" height="60" border="0" src="/plugins/gate-0.1/images/revNlpLogo.jpg"
+  name="revNlpLogo" alt="NLP group" />
+</a>
+<!--</td>
+<td>-->
+<!--</td>
+<td>-->
+<a style="float: right;" href="http://sourceforge.net/projects/gate/">Hosted on
+<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=143829&type=10" width="80" height="15" border="0" alt="SourceForge.net" /></a>
+
+</div>
 <!-- ***************************************************************** -->

Modified: trunk/site-plugins/gate2/grails-gate2-0.1.zip
===================================================================
(Binary files differ)

Modified: trunk/site-plugins/gate2/web-app/css/gate.css
===================================================================
--- trunk/site-plugins/gate2/web-app/css/gate.css 2009-07-03 08:40:38 UTC (rev 1443)
+++ trunk/site-plugins/gate2/web-app/css/gate.css 2009-07-03 11:07:05 UTC (rev 1444)
@@ -1,90 +1,27 @@
-
-
-body {
- background-color: #fff;
- /*font-family: verdana, arial, sans-serif;*/
- font-size: 13px;
-}
-
-#body_wrapper {
- margin: 0px auto;
- padding: 2px 0px;
- width: 100%;
- background-color: #ffffff;
- text-align: left;
-}
-
+/* Adapted from w3.org "home" style, by Hamish, 16/11/1 */
+/* $Id: gate.css 2931 2001-11-27 12:36:47Z hamish $ */
 
-#title_pane {
- /*background: url('images/hubble_bar.jpg') no-repeat 3px;*/
- background-color: #505050;
- width: 100%;
- height: 100px;
+
+/* ****************** style for page body *************** */
+html, body {
+  background: #fff;
+  color: #000;
+  font-family: sans-serif;
+/*  font-weight: bold; */
 }
 
-.main_title {
- font-family: arial, sans-serif;
- font-size: 54px;
- font-weight: bold;
- text-align: center;
- line-height: 100px;
- color: #fff;
-}
-
-/* Navigational Menu */
-
-#nav_menu {
- /*width: 997px;*/
- color: #fff;
- font-family: arial, sans-serif;
- font-weight: bold;
- text-align: center;
-}
-
-
-
-/* Content Body */
-
-#content_body {
- background-color: #ffffff;
- text-align: left;
- width: 100%;
-}
-
-#menu {
- background-color: #fff;
- color: #000000;
- /*font-family: Courier;*/
- font-size: 16px;
- text-align: center;
-}
-
-/* Left Column */
-
-#left_column {
- width: 19%;
- float: left;
-}
-
-/* Right Column */
-
-#right_column {
- width: 79%;
- float: right;
-}
-
-/* Page Footer */
-
-#page_footer {
- margin: 0px 2px;
- padding: 7px 0px;
- width: 773px;
- background-color: #5c3424;
- color: inherit;
- font-size: 11px;
- font-weight: bold;
- text-align: center;
-}
+
+/* ****************** misc ************** */
+
+h1,h2,h3,h4,h5,p,ul,ol { font-family: sans-serif; }
+pre { font-family: monospace; }
+h3.navhead {
+  font-size: 100%;
+}
+
+
+/* ****************** style for banner ************** */
+
 div.banner {
   border: none;
   margin-right: 0px;
@@ -92,7 +29,6 @@
   padding: 0.09em;
   text-align: center;
   font-weight: bold;
-  font-size: 54px;
 }
 div.banner a:link, div.banner {
   background: #A0D0F0;
@@ -106,3 +42,4 @@
   background: #000000;
   color: #FFFFFF;
 }
+


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
gatewiki-commits mailing list
gatewiki-commits@...
https://lists.sourceforge.net/lists/listinfo/gatewiki-commits