Update of /cvsroot/mhonarc/mhonarc/MHonArc/doc/faq/_helper
In directory subversions:/tmp/cvs-serv27402/doc/faq/_helper

Modified Files:
        addbuttons.pl 
Log Message:
* A bunch of documentation updates.


Index: addbuttons.pl
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/doc/faq/_helper/addbuttons.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** addbuttons.pl       5 Sep 2001 16:04:08 -0000       1.4
--- addbuttons.pl       18 Dec 2002 05:55:22 -0000      1.5
***************
*** 15,19 ****
                last  if /<!--X-NavButtons-End-->/;
            }
!           print OUT "<p align=center>\n";
            if ($i > 0) {
                print OUT qq{[<a href="}, $ARGV[$i-1], qq{">Prev</a>]};
--- 15,19 ----
                last  if /<!--X-NavButtons-End-->/;
            }
!           print OUT "<table width=\"100%\"><tr><td align=\"left\"><nobr>";
            if ($i > 0) {
                print OUT qq{[<a href="}, $ARGV[$i-1], qq{">Prev</a>]};
***************
*** 21,24 ****
--- 21,30 ----
                print OUT qq{[Prev]};
            }
+           print OUT "</nobr></td><td align=\"center\" width=\"100%\">";
+           print OUT qq{[<a href="faq.html">TOC</a>]};
+           print OUT qq{[<a href="../mhonarc.html">Manual</a>]};
+           print OUT qq{[<a href="http://www.mhonarc.org/";>Home</a>]};
+ 
+           print OUT "</td><td align=\"right\"><nobr>";
            if ($i < $#ARGV) {
                print OUT qq{[<a href="}, $ARGV[$i+1], qq{">Next</a>]};
***************
*** 26,31 ****
                print OUT qq{[Next]};
            }
!           print OUT qq{[<a href="faq.html">TOC</a>]};
!           print OUT qq{[<a href="http://www.mhonarc.org/";>Home</a>]};
            print OUT qq{\n</p>\n<!--X-NavButtons-End-->\n};
        }
--- 32,36 ----
                print OUT qq{[Next]};
            }
!           print OUT "</nobr></td></tr></table>";
            print OUT qq{\n</p>\n<!--X-NavButtons-End-->\n};
        }

---------------------------------------------------------------------
To sign-off this list, send email to [EMAIL PROTECTED] with the
message text UNSUBSCRIBE MHONARC-DEV

Reply via email to