!
! ");
/* Main code begins here */
/* Step through the array.... */
--- 57,75 ----
}
/* the allows the table cells to extend a little bit past the words */
! $mid_main_separator = "\n "; /* Put a link break between links */
! $begin_main_separator = "\n"; /* begin formatting for main links */
! $end_main_separator = " \n"; /* end formatting for main links */
! $mid_sub_separator = "\n "; /* Put a link break between links */
$begin_sub_separator = "\n"; /* begn formatting for sub-linkss */
$end_sub_separator = " "; /* end formatting for sub-links */
/* the main table definition was put here for consistancy */
! print ("\n\n
!
! ");
/* Main code begins here */
/* Step through the array.... */
***************
*** 94,106 ****
print $mid_main_separator;
print $begin_main_separator;
if ($hyper) {
! print "";
}
print $name; /* Print the name of the link */
! if ($hyper) { print ""; } /* Close the hyperlink */
print $end_main_separator;
/* Now start looping through the sub-headings if necessary, using the same tactic */
--- 94,106 ----
print $mid_main_separator;
print $begin_main_separator;
if ($hyper) {
! print "";
}
print $name; /* Print the name of the link */
! if ($hyper) { print ""; } /* Close the hyperlink */
print $end_main_separator;
/* Now start looping through the sub-headings if necessary, using the same tactic */
***************
*** 120,141 ****
print $mid_sub_separator;
print $begin_sub_separator;
if ($hyper) {
! print "";
}
print $sub_name; /* Print the name of the link */
! if ($hyper) { print ""; } /* Close the hyperlink */
print $end_sub_separator;
}}
}
/* this could add some space between the menu and the content */
/* I left it here so it would be easier to put back if we want it. */
! print (" | | ");
! print ("");
}
function show_body_tag() {
--- 120,141 ----
print $mid_sub_separator;
print $begin_sub_separator;
if ($hyper) {
! print "";
}
print $sub_name; /* Print the name of the link */
! if ($hyper) { print ""; } /* Close the hyperlink */
print $end_sub_separator;
}}
}
/* this could add some space between the menu and the content */
/* I left it here so it would be easier to put back if we want it. */
! print (" | ");
! print ("");
}
function show_body_tag() {
***************
*** 143,166 ****
/* First, set style info for headers */
?>
!
!
!
!
!
!
!
|
--- 143,166 ----
/* First, set style info for headers */
?>
!
!
!
!
!
!
!
|
***************
*** 170,187 ****
function show_footer() {
?>
!
! Copyright 1998-2001 SourceGear Corporation, Sam
Tobin-Hochstadt and others. All rights reserved.
! Send comments to webmaster@abisource.com.
AbiSource, AbiSuite, AbiWord, and the AbiSource logo are trademarks of SourceGear Corporation.
! All other product names, company names, or logos cited herein are the property of their respective owners.
!
-
draw_nav_bar();
}
--- 170,185 ----
function show_footer() {
?>
!
! Copyright 1998-2001 SourceGear Corporation, Sam
Tobin-Hochstadt and others. All rights reserved.
! Send comments to webmaster@abisource.com.
AbiSource, AbiSuite, AbiWord, and the AbiSource logo are trademarks of SourceGear Corporation.
! All other product names, company names, or logos cited herein are the property of their respective owners.
!
draw_nav_bar();
}
***************
*** 191,208 ****
!
}
--- 189,206 ----
!
}
|