This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch: Java web pages -vs- Mauve


>>>>> "Gerald" == Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> writes:

Gerald> If you want to have the navigation on all pages, I suggest
Gerald> adding something like
Gerald> [ ... ]

Gerald>   <TomAndJerry></TomAndJerry>

I assume I can do something like:

<TomAndJerry>
   some text here
</TomAndJerry>

And use %body in the definition to have the text inserted?  That way
the navigation bar code can wrap around the included code.

That's my reading of the <body> override anyway.

How about the appended patch?

Tom

Index: style.mhtml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/style.mhtml,v
retrieving revision 1.6
diff -u -r1.6 style.mhtml
--- style.mhtml	2000/11/16 22:19:51	1.6
+++ style.mhtml	2001/02/08 00:17:33
@@ -51,3 +51,65 @@
 </verbatim>
 </define-container>
 
+;; Navigation bar for gcj pages.
+<define-container GCJNAV>
+<verbatim>
+<table border=0>
+<tr><td valign="top">
+
+<table border=0>
+<tr><td>
+<img src="gcj.jpg" alt="gcj logo" width=136 height=98>
+</td></tr>
+<tr>
+<td valign>
+<br>
+<table border=0><tr><td width="10"></td><td>
+<a href="index.html">Home</a><br>
+<a href="faq.html">FAQ</a><br>
+<a href="mail.html">Mailing Lists</a><br>
+<a href="docs.html">Documentation</a><br>
+<a href="download.html">Download</a><br>
+<a href="build-snapshot.html">Build</a><br>
+<a href="contrib.html">Contributing</a><br>
+<a href="done.html">Done with Gcj</A><br>
+<a href="/cgi-bin/gnatsweb.pl?user=guest&amp;password=guest&amp;database=gcc&amp;cmd=login">Bugs</a><br>
+<a href="thanks.html">Thanks</a><br>
+<!-- <a href="support.html">Support</a><br> -->
+<br><br><br>
+<a href="http://gcc.gnu.org">GCC</a><br>
+<a href="http://sources.redhat.com/mauve">The Mauve Project</a><br>
+<a href="http://www.gnu.org">The GNU Project</a><br>
+</td></tr></table>
+<br><br><br>
+<table border=0><tr><td width="10"></td><td>
+<small>
+<form method="post" action="/cgi-bin/ml-request">
+Get our announcements:<br>
+<input type="hidden" name="digest" value="off">
+<input type="hidden" name="operation" value="subscribe">
+<input type="hidden" name="listname" value="java-announce">
+<input type="text" name="username" value="your e-mail-address" size="20">
+<br>
+<input type="Submit" name="submit" value="Subscribe!">
+</form>
+</small>
+</td></tr></table>
+
+</td></tr></table>
+
+</td>
+
+<td width=2 bgcolor="black">i</td>
+<td width=6></td>
+<td>
+
+</verbatim>
+
+%body
+
+<verbatim>
+</td></tr>
+</table>
+</verbatim>
+</define-container>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]