Update of /cvsroot/arcem/webpages
In directory vz-cvs-4.sog:/tmp/cvs-serv21991

Modified Files:
        developer.html index.html screenshots.html 
Log Message:
Consistent nav. bar.

Index: index.html
===================================================================
RCS file: /cvsroot/arcem/webpages/index.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- index.html  25 Jul 2012 11:41:24 -0000      1.13
+++ index.html  25 Jul 2012 13:09:03 -0000      1.14
@@ -18,6 +18,16 @@
 .red {
   background-color: #FFCCCC;
 }
+
+#nav a.page {
+       display: block;
+       width: 180px; }
+
+#nav a.section {
+       display: block;
+       padding-left: 1em;
+       font-size: 85%; }
+
 -->
 </style>
 </head>
@@ -35,17 +45,20 @@
     <td valign="top" class="red">
       <table border="0" cellpadding="0" cellspacing="0">
         <tr>
-          <td valign="top">
-
-                   - <a href="#news">News</a><br>
-                       - <a href="#features">Features</a><br>
-                       - <a href="#downloads">Downloads</a><br>
-                       - <a href="#problems">Having Problems?</a><br>
-                       <p><b>Project&nbsp;Links:</b></p>
-            - <a href="http://sourceforge.net/projects/arcem/";>SourceForge 
Page</a><br>
-            - <a href="developer.html">Developer Information</a><br>
-            - <a href="screenshots.html">Screenshots</a><br>
-                       - <a href="manual.html">User Manual</a>
+          <td valign="top" id="nav">
+            <a class="page" href="index.html">ArcEm Home</a>
+              <a class="section" href="#news">News</a>
+              <a class="section" href="#features">Features</a>
+              <a class="section" href="#downloads">Downloads</a>
+              <a class="section" href="#problems">Having Problems?</a>
+            <a class="page" href="developer.html">Developer Information</a>
+               <a class="section" href="developer.html#aims">Development 
aims</a>
+               <a class="section" href="developer.html#resources">Developer 
Resources</a>
+               <a class="section" href="developer.html#featurematrix">Feature 
Matrix</a>
+            <a class="page" href="screenshots.html">Screenshots</a>
+            <a class="page" href="manual.html">User Manual</a>
+            <p><b>Project&nbsp;Links:</b></p>
+            <a href="http://sourceforge.net/projects/arcem/";>SourceForge 
Page</a>
           </td>
         </tr>
         <tr>

Index: screenshots.html
===================================================================
RCS file: /cvsroot/arcem/webpages/screenshots.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- screenshots.html    23 Jul 2012 22:49:11 -0000      1.4
+++ screenshots.html    25 Jul 2012 13:09:03 -0000      1.5
@@ -18,6 +18,15 @@
 .red {
   background-color: #FFCCCC;
 }
+
+#nav a.page {
+       display: block;
+       width: 180px; }
+
+#nav a.section {
+       display: block;
+       padding-left: 1em;
+       font-size: 85%; }
 -->
 </style>
 </head>
@@ -35,12 +44,21 @@
     <td valign="top" class="red">
       <table border="0" cellpadding="0" cellspacing="0">
         <tr>
-          <td valign="top">
+          <td valign="top" id="nav">
+            <a class="page" href="index.html">ArcEm Home</a>
+              <a class="section" href="#news">News</a>
+              <a class="section" href="#features">Features</a>
+              <a class="section" href="#downloads">Downloads</a>
+              <a class="section" href="#problems">Having Problems?</a>
+            <a class="page" href="developer.html">Developer Information</a>
+               <a class="section" href="developer.html#aims">Development 
aims</a>
+               <a class="section" href="developer.html#resources">Developer 
Resources</a>
+               <a class="section" href="developer.html#featurematrix">Feature 
Matrix</a>
+            <a class="page" href="screenshots.html">Screenshots</a>
+            <a class="page" href="manual.html">User Manual</a>
             <p><b>Project&nbsp;Links:</b></p>
-            - <a href="index.html">Main Page</a><br>
-            - <a href="http://sourceforge.net/projects/arcem/";>SourceForge 
Page</a><br>
-                       - <a href="developer.html">Developer Information</a><br>
-            - <a href="manual.html">User Manual</a> </td>
+            <a href="http://sourceforge.net/projects/arcem/";>SourceForge 
Page</a>
+          </td>
         </tr>
         <tr>
           <td valign="top" align="center"> <a target="_top" 
href="http://sourceforge.net";><img 
src="http://sourceforge.net/sflogo.php?group_id=36764"; width="88" height="31" 
border="0" alt="SourceForge Logo"></a> </td>

Index: developer.html
===================================================================
RCS file: /cvsroot/arcem/webpages/developer.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- developer.html      25 Jul 2012 11:35:22 -0000      1.10
+++ developer.html      25 Jul 2012 13:09:03 -0000      1.11
@@ -26,6 +26,15 @@
 .N {
   background-color: #FFCCCC;
 }
+
+#nav a.page {
+       display: block;
+       width: 180px; }
+
+#nav a.section {
+       display: block;
+       padding-left: 1em;
+       font-size: 85%; }
 -->
 </style>
 </head>
@@ -43,15 +52,20 @@
     <td valign="top" class="red">
       <table border="0" cellpadding="0" cellspacing="0">
         <tr>
-          <td valign="top"> - <a href="#news">News</a><br>
-                  - <a href="#resources">Developer Resources</a><br>
-                  - <a href="#featurematrix">Feature Matrix</a><br>
-            <br>
+          <td valign="top" id="nav">
+            <a class="page" href="index.html">ArcEm Home</a>
+              <a class="section" href="#news">News</a>
+              <a class="section" href="#features">Features</a>
+              <a class="section" href="#downloads">Downloads</a>
+              <a class="section" href="#problems">Having Problems?</a>
+            <a class="page" href="developer.html">Developer Information</a>
+               <a class="section" href="developer.html#aims">Development 
aims</a>
+               <a class="section" href="developer.html#resources">Developer 
Resources</a>
+               <a class="section" href="developer.html#featurematrix">Feature 
Matrix</a>
+            <a class="page" href="screenshots.html">Screenshots</a>
+            <a class="page" href="manual.html">User Manual</a>
             <p><b>Project&nbsp;Links:</b></p>
-            - <a href="http://sourceforge.net/projects/arcem/";>SourceForge 
Page</a><br>
-            - <a href="index.html">Main Page</a><br>
-            - <a href="screenshots.html">Screenshots</a><br>
-            - <a href="manual.html">User Manual</a>
+            <a href="http://sourceforge.net/projects/arcem/";>SourceForge 
Page</a>
           </td>
         </tr>
         <tr>
@@ -60,7 +74,7 @@
       </table>
     </td>
     <td valign="top">
-      <h3>Developer Aims and Future plans</h3>
+      <h3 id="aims">Developer Aims and Future plans</h3>
       <p>Here are a few things we're looking to work on in the future, if 
you're interested in helping with any of these, drop us a line on the <a 
href="#devmailinglist">developer mailing list</a></p>
       <ul>
         <li>Easier to port to more platforms</li>


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
-- 
arcem-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/arcem-cvs

Reply via email to