Revision: 3506
          http://vexi.svn.sourceforge.net/vexi/?rev=3506&view=rev
Author:   clrg
Date:     2009-05-22 21:06:27 +0000 (Fri, 22 May 2009)

Log Message:
-----------
Web material tweaking

Modified Paths:
--------------
    trunk/media/web/VexiBook.php
    trunk/media/web/blog_template.xml
    trunk/media/web/template.css
    trunk/media/web/template.html

Added Paths:
-----------
    trunk/media/web/forum/
    trunk/media/web/forum/bugs/
    trunk/media/web/forum/bugs/index.html
    trunk/media/web/forum/core/
    trunk/media/web/forum/core/index.html
    trunk/media/web/forum/general/
    trunk/media/web/forum/general/index.html
    trunk/media/web/forum/index.html
    trunk/media/web/forum/showcase/
    trunk/media/web/forum/showcase/index.html

Removed Paths:
-------------
    trunk/media/web/forum.html

Modified: trunk/media/web/VexiBook.php
===================================================================
--- trunk/media/web/VexiBook.php        2009-05-22 17:47:58 UTC (rev 3505)
+++ trunk/media/web/VexiBook.php        2009-05-22 21:06:27 UTC (rev 3506)
@@ -108,12 +108,12 @@
                if($this->data['trackbackhtml']) print 
$this->data['trackbackhtml']; ?>
                
                <!-- Vexi Header Template -->
-    <meta name="author" content="Charles Goodwin" >
-    <link rel="icon" href="/web/favicon.png" type="image/x-icon">
-    <link rel="shortcut icon" href="/web/favicon.png" type="image/x-icon">
-    <link rel="icon" href="/web/favicon.png" type="image/ico">
-    <link rel="shortcut icon" href="/web/favicon.png" type="image/ico">
-    <link rel="stylesheet" type="text/css" media="screen" 
href="/web/template.css">
+    <meta name="author" content="Charles Goodwin" />
+    <link rel="icon" href="/web/favicon.png" type="image/x-icon" />
+    <link rel="shortcut icon" href="/web/favicon.png" type="image/x-icon" />
+    <link rel="icon" href="/web/favicon.png" type="image/ico" />
+    <link rel="shortcut icon" href="/web/favicon.png" type="image/ico" />
+    <link rel="stylesheet" type="text/css" media="screen" 
href="/web/template.css" />
        </head>
 <body<?php if($this->data['body_ondblclick']) { ?> ondblclick="<?php 
$this->text('body_ondblclick') ?>"<?php } ?>
 <?php if($this->data['body_onload']) { ?> onload="<?php 
$this->text('body_onload') ?>"<?php } ?>
@@ -171,7 +171,13 @@
        </div>
                </div>
                <div id="column-one">
-               
+    <div class="portlet">
+      <h5>sponsored by</h5>
+      <div class="pBody">
+        <a href="http://www.webenableit.com";><img border="0" width="150" 
alt="Sponsored by WEBenableIT" src="/web/webenable_button.png" height="40"/></a>
+      </div>
+    </div>
+
   <?php if($this->data['loggedin']) { ?>
        <div id="p-cactions" class="portlet">
                <h5><?php $this->msg('views') ?></h5>

Modified: trunk/media/web/blog_template.xml
===================================================================
--- trunk/media/web/blog_template.xml   2009-05-22 17:47:58 UTC (rev 3505)
+++ trunk/media/web/blog_template.xml   2009-05-22 21:06:27 UTC (rev 3506)
@@ -4,7 +4,13 @@
   <head>
     <b:include data='blog' name='all-head-content'/>
     <title><data:blog.pageTitle/></title>
-    <link href='http://vexi.sourceforge.net/web/template.css' media='screen' 
rel='stylesheet' type='text/css' />
+    <link href='http://vexi.sourceforge.net/web/template.css' media='screen' 
rel='stylesheet' type='text/css'/>
+    <meta content='Charles Goodwin' name='author'/>
+
+    <link href='http://vexi.sourceforge.net/web/favicon.png' rel='icon' 
type='image/x-icon'/>
+    <link href='http://vexi.sourceforge.net/web/favicon.png' rel='shortcut 
icon' type='image/x-icon'/>
+    <link href='http://vexi.sourceforge.net/web/favicon.png' rel='icon' 
type='image/ico'/>
+    <link href='http://vexi.sourceforge.net/web/favicon.png' rel='shortcut 
icon' type='image/ico'/>
     <b:skin><![CDATA[
 /* Variable definitions
    ====================
@@ -386,14 +392,14 @@
 </b:section>
     </div>
     
-    <div id="vexi-header-main">
-      <a href="/"><img src="http://vexi.sourceforge.net/web/vexi-icon64.png"; 
height="64" width="64" alt="Vexi Platform" /></a>Vexi Platform
+    <div id='vexi-header-main'>
+      <a href='/'><img alt='Vexi Platform' height='64' 
src='http://vexi.sourceforge.net/web/vexi-icon64.png' width='64'/></a>Vexi 
Platform
     </div>
-    <div id="vexi-header-upper">vexi: easy, extensible, flexible</div>
-    <div id="vexi-header-lower">
-      <div class="vexi-header-link"><a 
href="http://vexi.sourceforge.net/blog/"; 
class="vexi-header-current">Blog</a></div>
-      <div class="vexi-header-link"><a 
href="http://vexi.sourceforge.net/forum/";>Forum</a></div>
-      <div class="vexi-header-link"><a 
href="http://vexi.sourceforge.net/";>Wiki</a></div>
+    <div id='vexi-header-upper'>vexi: easy, extensible, flexible</div>
+    <div id='vexi-header-lower'>
+      <div class='vexi-header-link'><a class='vexi-header-current' 
href='http://vexi.sourceforge.net/blog/'>Blog</a></div>
+      <div class='vexi-header-link'><a 
href='http://vexi.sourceforge.net/forum/'>Forum</a></div>
+      <div class='vexi-header-link'><a 
href='http://vexi.sourceforge.net/'>Wiki</a></div>
     </div>
  
     <div id='content-wrapper'>
@@ -428,4 +434,4 @@
   </div></div> <!-- end outer-wrapper -->
 </body>
 </html>
-
+                

Added: trunk/media/web/forum/bugs/index.html
===================================================================
--- trunk/media/web/forum/bugs/index.html                               (rev 0)
+++ trunk/media/web/forum/bugs/index.html       2009-05-22 21:06:27 UTC (rev 
3506)
@@ -0,0 +1,37 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
+
+<html>
+  <head>
+    <title>Bug Reports & Support forum</title>
+    <title>Vexi forum</title>
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
+    <meta name="author" content="Charles Goodwin" />
+
+    <link rel="icon" href="/web/favicon.png" type="image/x-icon" />
+    <link rel="shortcut icon" href="/web/favicon.png" type="image/x-icon" />
+    <link rel="icon" href="/web/favicon.png" type="image/ico" />
+    <link rel="shortcut icon" href="/web/favicon.png" type="image/ico" />
+
+    <link rel="stylesheet" type="text/css" media="screen" 
href="/web/template.css" />
+  </head>
+  <body>
+    <div id="vexi-header-main">
+      <a href="/"><img src="/web/vexi-icon64.png" height="64" width="64" 
alt="Vexi Platform" /></a>Vexi Platform
+    </div>
+    <div id="vexi-header-upper">vexi: easy, extensible, flexible</div>
+    <div id="vexi-header-lower">
+      <div class="vexi-header-link"><a href="/blog/">Blog</a></div>
+      <div class="vexi-header-link"><a href="/forum/" 
class="vexi-header-current">Forum</a></div>
+      <div class="vexi-header-link"><a href="/">Wiki</a></div>
+    </div>
+    <div id="vexi-content">
+      <a id="nabblelink" 
href="http://n2.nabble.com/Bug-Reports---Support-f2341405.html"; 
style="display:none;">Bug Reports & Support</a>
+      <script src="http://n2.nabble.com/embed/f2341405";></script>
+      <div id="vexi-footer">
+        <a href="http://sourceforge.net/projects/vexi";><img border="0" 
width="150" alt="Get The Vexi Platform at SourceForge.net. Fast, secure and 
Free Open Source software downloads" 
src="http://sflogo.sourceforge.net/sflogo.php?group_id=163477&type=15"; 
height="40"/></a>
+        <a href="http://www.webenableit.com";><img border="0" width="150" 
alt="Sponsored by WEBenableIT" src="/web/webenable_button.png" height="40"/></a>
+        <a href="http://www.java.net";><img border="0" alt="Java Network 
Member" src="http://today.java.net/images/javanet_button_170.gif"; 
height="40"/></a>
+      </div>
+    </div>
+  </body>
+</html>

Added: trunk/media/web/forum/core/index.html
===================================================================
--- trunk/media/web/forum/core/index.html                               (rev 0)
+++ trunk/media/web/forum/core/index.html       2009-05-22 21:06:27 UTC (rev 
3506)
@@ -0,0 +1,36 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
+
+<html>
+  <head>
+    <title>Vexi Core forum & mailing list archive</title>
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
+    <meta name="author" content="Charles Goodwin" />
+
+    <link rel="icon" href="/web/favicon.png" type="image/x-icon" />
+    <link rel="shortcut icon" href="/web/favicon.png" type="image/x-icon" />
+    <link rel="icon" href="/web/favicon.png" type="image/ico" />
+    <link rel="shortcut icon" href="/web/favicon.png" type="image/ico" />
+
+    <link rel="stylesheet" type="text/css" media="screen" 
href="/web/template.css" />
+  </head>
+  <body>
+    <div id="vexi-header-main">
+      <a href="/"><img src="/web/vexi-icon64.png" height="64" width="64" 
alt="Vexi Platform" /></a>Vexi Platform
+    </div>
+    <div id="vexi-header-upper">vexi: easy, extensible, flexible</div>
+    <div id="vexi-header-lower">
+      <div class="vexi-header-link"><a href="/blog/">Blog</a></div>
+      <div class="vexi-header-link"><a href="/forum/" 
class="vexi-header-current">Forum</a></div>
+      <div class="vexi-header-link"><a href="/">Wiki</a></div>
+    </div>
+    <div id="vexi-content">
+      <a id="nabblelink" href="http://n2.nabble.com/Vexi-Core-f1677021.html"; 
style="display:none;">Vexi Core</a>
+      <script src="http://n2.nabble.com/embed/f1677021";></script>
+      <div id="vexi-footer">
+        <a href="http://sourceforge.net/projects/vexi";><img border="0" 
width="150" alt="Get The Vexi Platform at SourceForge.net. Fast, secure and 
Free Open Source software downloads" 
src="http://sflogo.sourceforge.net/sflogo.php?group_id=163477&type=15"; 
height="40"/></a>
+        <a href="http://www.webenableit.com";><img border="0" width="150" 
alt="Sponsored by WEBenableIT" src="/web/webenable_button.png" height="40"/></a>
+        <a href="http://www.java.net";><img border="0" alt="Java Network 
Member" src="http://today.java.net/images/javanet_button_170.gif"; 
height="40"/></a>
+      </div>
+    </div>
+  </body>
+</html>

Added: trunk/media/web/forum/general/index.html
===================================================================
--- trunk/media/web/forum/general/index.html                            (rev 0)
+++ trunk/media/web/forum/general/index.html    2009-05-22 21:06:27 UTC (rev 
3506)
@@ -0,0 +1,36 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
+
+<html>
+  <head>
+    <title>General Discussion forum</title>
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
+    <meta name="author" content="Charles Goodwin" />
+
+    <link rel="icon" href="/web/favicon.png" type="image/x-icon" />
+    <link rel="shortcut icon" href="/web/favicon.png" type="image/x-icon" />
+    <link rel="icon" href="/web/favicon.png" type="image/ico" />
+    <link rel="shortcut icon" href="/web/favicon.png" type="image/ico" />
+
+    <link rel="stylesheet" type="text/css" media="screen" 
href="/web/template.css" />
+  </head>
+  <body>
+    <div id="vexi-header-main">
+      <a href="/"><img src="/web/vexi-icon64.png" height="64" width="64" 
alt="Vexi Platform" /></a>Vexi Platform
+    </div>
+    <div id="vexi-header-upper">vexi: easy, extensible, flexible</div>
+    <div id="vexi-header-lower">
+      <div class="vexi-header-link"><a href="/blog/">Blog</a></div>
+      <div class="vexi-header-link"><a href="/forum/" 
class="vexi-header-current">Forum</a></div>
+      <div class="vexi-header-link"><a href="/">Wiki</a></div>
+    </div>
+    <div id="vexi-content">
+      <a id="nabblelink" 
href="http://n2.nabble.com/General-Discussion-f2341431.html"; 
style="display:none;">General Discussion</a>
+      <script src="http://n2.nabble.com/embed/f2341431";></script>
+      <div id="vexi-footer">
+        <a href="http://sourceforge.net/projects/vexi";><img border="0" 
width="150" alt="Get The Vexi Platform at SourceForge.net. Fast, secure and 
Free Open Source software downloads" 
src="http://sflogo.sourceforge.net/sflogo.php?group_id=163477&type=15"; 
height="40"/></a>
+        <a href="http://www.webenableit.com";><img border="0" width="150" 
alt="Sponsored by WEBenableIT" src="/web/webenable_button.png" height="40"/></a>
+        <a href="http://www.java.net";><img border="0" alt="Java Network 
Member" src="http://today.java.net/images/javanet_button_170.gif"; 
height="40"/></a>
+      </div>
+    </div>
+  </body>
+</html>

Added: trunk/media/web/forum/index.html
===================================================================
--- trunk/media/web/forum/index.html                            (rev 0)
+++ trunk/media/web/forum/index.html    2009-05-22 21:06:27 UTC (rev 3506)
@@ -0,0 +1,36 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
+
+<html>
+  <head>
+    <title>Vexi forum</title>
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
+    <meta name="author" content="Charles Goodwin" />
+
+    <link rel="icon" href="/web/favicon.png" type="image/x-icon" />
+    <link rel="shortcut icon" href="/web/favicon.png" type="image/x-icon" />
+    <link rel="icon" href="/web/favicon.png" type="image/ico" />
+    <link rel="shortcut icon" href="/web/favicon.png" type="image/ico" />
+
+    <link rel="stylesheet" type="text/css" media="screen" 
href="/web/template.css" />
+  </head>
+  <body>
+    <div id="vexi-header-main">
+      <a href="/"><img src="/web/vexi-icon64.png" height="64" width="64" 
alt="Vexi Platform" /></a>Vexi Platform
+    </div>
+    <div id="vexi-header-upper">vexi: easy, extensible, flexible</div>
+    <div id="vexi-header-lower">
+      <div class="vexi-header-link"><a href="/blog/">Blog</a></div>
+      <div class="vexi-header-link"><a href="/forum/" 
class="vexi-header-current">Forum</a></div>
+      <div class="vexi-header-link"><a href="/">Wiki</a></div>
+    </div>
+    <div id="vexi-content">
+      <a id="nabblelink" href="http://n2.nabble.com/Vexi-f1669141.html"; 
style="display:none;">Vexi</a>
+      <script src="http://n2.nabble.com/embed/f1669141";></script>
+      <div id="vexi-footer">
+        <a href="http://sourceforge.net/projects/vexi";><img border="0" 
width="150" alt="Get The Vexi Platform at SourceForge.net. Fast, secure and 
Free Open Source software downloads" 
src="http://sflogo.sourceforge.net/sflogo.php?group_id=163477&type=15"; 
height="40"/></a>
+        <a href="http://www.webenableit.com";><img border="0" width="150" 
alt="Sponsored by WEBenableIT" src="/web/webenable_button.png" height="40"/></a>
+        <a href="http://www.java.net";><img border="0" alt="Java Network 
Member" src="http://today.java.net/images/javanet_button_170.gif"; 
height="40"/></a>
+      </div>
+    </div>
+  </body>
+</html>

Added: trunk/media/web/forum/showcase/index.html
===================================================================
--- trunk/media/web/forum/showcase/index.html                           (rev 0)
+++ trunk/media/web/forum/showcase/index.html   2009-05-22 21:06:27 UTC (rev 
3506)
@@ -0,0 +1,36 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
+
+<html>
+  <head>
+    <title>Application Showcase gallery</title>
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
+    <meta name="author" content="Charles Goodwin" />
+
+    <link rel="icon" href="/web/favicon.png" type="image/x-icon" />
+    <link rel="shortcut icon" href="/web/favicon.png" type="image/x-icon" />
+    <link rel="icon" href="/web/favicon.png" type="image/ico" />
+    <link rel="shortcut icon" href="/web/favicon.png" type="image/ico" />
+
+    <link rel="stylesheet" type="text/css" media="screen" 
href="/web/template.css" />
+  </head>
+  <body>
+    <div id="vexi-header-main">
+      <a href="/"><img src="/web/vexi-icon64.png" height="64" width="64" 
alt="Vexi Platform" /></a>Vexi Platform
+    </div>
+    <div id="vexi-header-upper">vexi: easy, extensible, flexible</div>
+    <div id="vexi-header-lower">
+      <div class="vexi-header-link"><a href="/blog/">Blog</a></div>
+      <div class="vexi-header-link"><a href="/forum/" 
class="vexi-header-current">Forum</a></div>
+      <div class="vexi-header-link"><a href="/">Wiki</a></div>
+    </div>
+    <div id="vexi-content">
+      <a id="nabblelink" 
href="http://n2.nabble.com/Application-Showcase-f2532720.html"; 
style="display:none;">Application Showcase</a>
+      <script src="http://n2.nabble.com/embed/f2532720";></script>
+      <div id="vexi-footer">
+        <a href="http://sourceforge.net/projects/vexi";><img border="0" 
width="150" alt="Get The Vexi Platform at SourceForge.net. Fast, secure and 
Free Open Source software downloads" 
src="http://sflogo.sourceforge.net/sflogo.php?group_id=163477&type=15"; 
height="40"/></a>
+        <a href="http://www.webenableit.com";><img border="0" width="150" 
alt="Sponsored by WEBenableIT" src="/web/webenable_button.png" height="40"/></a>
+        <a href="http://www.java.net";><img border="0" alt="Java Network 
Member" src="http://today.java.net/images/javanet_button_170.gif"; 
height="40"/></a>
+      </div>
+    </div>
+  </body>
+</html>

Deleted: trunk/media/web/forum.html
===================================================================
--- trunk/media/web/forum.html  2009-05-22 17:47:58 UTC (rev 3505)
+++ trunk/media/web/forum.html  2009-05-22 21:06:27 UTC (rev 3506)
@@ -1,31 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
-
-<html>
-  <head>
-    <title>Vexi forum</title>
-    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
-    <meta name="author" content="Charles Goodwin" >
-
-    <link rel="icon" href="/web/favicon.png" type="image/x-icon">
-    <link rel="shortcut icon" href="/web/favicon.png" type="image/x-icon">
-    <link rel="icon" href="/web/favicon.png" type="image/ico">
-    <link rel="shortcut icon" href="/web/favicon.png" type="image/ico">
-
-    <link rel="stylesheet" type="text/css" media="screen" 
href="/web/template.css">
-  </head>
-  <body>
-    <div id="vexi-header-main">
-      <a href="/"><img src="/web/vexi-icon64.png" height="64" width="64" 
alt="Vexi Platform" /></a>Vexi Platform
-    </div>
-    <div id="vexi-header-upper">vexi: easy, extensible, flexible</div>
-    <div id="vexi-header-lower">
-      <div class="vexi-header-link"><a href="/blog/">Blog</a></div>
-      <div class="vexi-header-link"><a href="/forum/" 
class="vexi-header-current">Forum</a></div>
-      <div class="vexi-header-link"><a href="/">Wiki</a></div>
-    </div>
-    <div id="vexi-content">
-      <a id="nabblelink" href="http://n2.nabble.com/Vexi-f1669141.html"; 
style="display:none;">Vexi</a>
-      <script src="http://n2.nabble.com/embed/f1669141";></script>
-    </div>
-  </body>
-</html>

Modified: trunk/media/web/template.css
===================================================================
--- trunk/media/web/template.css        2009-05-22 17:47:58 UTC (rev 3505)
+++ trunk/media/web/template.css        2009-05-22 21:06:27 UTC (rev 3506)
@@ -67,9 +67,22 @@
 }
 
 #vexi-content {
-    position:absolute;
-    top:96px;
-    left:0px;
-    right:0px;
-    width:100%;
+    margin-top:96px;
 }
+
+#vexi-footer { text-align:center; }
+
+#vexi-navbar {
+    font-size:13px;
+    padding:5px;
+    vertical-align:middle;
+}
+
+#vexi-navbar img { vertical-align:middle; }
+
+#vexi-navbar a { color:white; text-decoration:none; margin-right:15px; 
vertical-align:middle; }
+#vexi-navbar a:visited { color:white; }
+
+#vexi-trac { background:#0D0D0D; height:100%; }
+
+#vexi-trac iframe { background:white; height:95%; }

Modified: trunk/media/web/template.html
===================================================================
--- trunk/media/web/template.html       2009-05-22 17:47:58 UTC (rev 3505)
+++ trunk/media/web/template.html       2009-05-22 21:06:27 UTC (rev 3506)
@@ -3,15 +3,15 @@
 <html>
   <head>
     <title>Vexi Web Application Platform</title>
-    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
-    <meta name="author" content="Charles Goodwin" >
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
+    <meta name="author" content="Charles Goodwin" />
 
-    <link rel="icon" href="favicon.png" type="image/x-icon">
-    <link rel="shortcut icon" href="favicon.png" type="image/x-icon">
-    <link rel="icon" href="favicon.png" type="image/ico">
-    <link rel="shortcut icon" href="favicon.png" type="image/ico">
+    <link rel="icon" href="favicon.png" type="image/x-icon" />
+    <link rel="shortcut icon" href="favicon.png" type="image/x-icon" />
+    <link rel="icon" href="favicon.png" type="image/ico" />
+    <link rel="shortcut icon" href="favicon.png" type="image/ico" />
 
-    <link rel="stylesheet" type="text/css" media="screen" href="template.css">
+    <link rel="stylesheet" type="text/css" media="screen" href="template.css" 
/>
   </head>
   <body style="padding:0;margin:0;">
     <div id="vexi-header-main">


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

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to