You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2007/05/08 20:34:24 UTC

svn commit: r536293 - in /incubator/stdcxx/trunk/doc: stdlibref/frames-banner.html stdlibug/frames-banner.html

Author: sebor
Date: Tue May  8 11:34:23 2007
New Revision: 536293

URL: http://svn.apache.org/viewvc?view=rev&rev=536293
Log:
2007-05-08  Martin Sebor  <se...@roguewave.com>

	* stdlibref/frames-banner.html: Added an image of Apache logo
	and a link to the stdcxx project web page to make it easier
	for users to navigate to the site.
	* stdlibug/frames-banner.html: Same.

Modified:
    incubator/stdcxx/trunk/doc/stdlibref/frames-banner.html
    incubator/stdcxx/trunk/doc/stdlibug/frames-banner.html

Modified: incubator/stdcxx/trunk/doc/stdlibref/frames-banner.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/doc/stdlibref/frames-banner.html?view=diff&rev=536293&r1=536292&r2=536293
==============================================================================
--- incubator/stdcxx/trunk/doc/stdlibref/frames-banner.html (original)
+++ incubator/stdcxx/trunk/doc/stdlibref/frames-banner.html Tue May  8 11:34:23 2007
@@ -4,15 +4,25 @@
         <link rel=StyleSheet
               href="../rwbanner.css"
               type="text/css"
-              title="Rogue Wave Standard Stylesheet">
-        <base target="toc">
+              title="Rogue Wave Standard Stylesheet"/>
+        <base target="toc"/>
+
+        <style type="text/css">
+            body {
+                background: url("http://apache.org/images/asf_logo.gif");
+                background-repeat: no-repeat
+            }
+        </style>
     </head>
-    <body bgcolor=#FFFFFF>
+    <body>
         <table border=0 cellpadding=4 cellspacing=0 width=100%>
             <tr>
                 <td align=center>
-                    <h2>Apache C++ Standard Library Reference Guide</h2>
-                    <h4>
+                    <h2>
+                        <a href="http://incubator.apache.org/stdcxx">
+                        Apache C++ Standard Library</a> Reference Guide
+                    </h2>
+                    <h5>
                         <a href="frames-displayarea.html"
                            target="display">Top</a>
                         |
@@ -20,13 +30,15 @@
                            target="display">Member Index</a>
                         |
                         <a href="noframes.html"
-                           target="_top">No Frames</a>
+                           target="_top">
+                            No Frames
+                        </a>
                         <br>
                         Class Indexes:
                         <a href="frames-classes-alpha.html">Alphabetical</a>
                         or
                         <a href="frames-classes-func.html">Functional Groups</a>
-                    </h4>
+                    </h5>
                 </td>
            </tr>
         </table>

Modified: incubator/stdcxx/trunk/doc/stdlibug/frames-banner.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/doc/stdlibug/frames-banner.html?view=diff&rev=536293&r1=536292&r2=536293
==============================================================================
--- incubator/stdcxx/trunk/doc/stdlibug/frames-banner.html (original)
+++ incubator/stdcxx/trunk/doc/stdlibug/frames-banner.html Tue May  8 11:34:23 2007
@@ -4,28 +4,44 @@
         <link rel=StyleSheet
               href="../rwbanner.css"
               type="text/css"
-              title="Rogue Wave Standard Stylesheet">
-            <base target="toc">
-    </head>
-    <body bgcolor=#FFFFFF>
+              title="Rogue Wave Standard Stylesheet"/>
+        <base target="toc"/>
 
+        <style type="text/css">
+            body {
+                background: url("http://apache.org/images/asf_logo.gif");
+                background-repeat: no-repeat
+            }
+        </style>
+    </head>
+    <body>
         <table border=0 cellpadding=4 cellspacing=0 width=100%>
             <tr>
                 <td align=center>
-                    <h2>Apache C++ Standard Library User's Guide</h2>
-                    <h4>
+                    <h2>
+                        <a href="http://incubator.apache.org/stdcxx">
+                            Apache C++ Standard Library</a> User's Guide
+                    </h2>
+                    <h5>
                         <a href="frames-displayarea.html"
                            target="display">Top</a>
                         |
                         <a href="frames-tindex.html"
                            target="display">Topic Index</a>
                         |
-                        <a href="noframes.html" target="_top">No Frames</a>
+                        <a href="noframes.html"
+                           target="_top">
+                            No Frames
+                        </a>
                         <br>
-                        <a href="frames-contents-chapter.html">Chapter List</a>
+                        <a href="frames-contents-chapter.html">
+                            Chapter List
+                        </a>
                         or
-                        <a href="frames-contents-all.html">Detailed Contents</a>
-                    </h4>
+                        <a href="frames-contents-all.html">
+                            Detailed Contents
+                        </a>
+                    </h5>
                 </td>
             </tr>
          </table>