From f11c233fb55043866bc976a324fd2d1ecc72a962 Mon Sep 17 00:00:00 2001 From: andi Date: Fri, 14 Jan 2005 18:40:58 +0100 Subject: style divs added darcs-hash:20050114174058-9977f-10d666a7f688212ef7877fa0e19802a12a993e57.gz --- inc/html.php | 110 +++++++++++++++++++++++++++++++---------------------------- 1 file changed, 57 insertions(+), 53 deletions(-) (limited to 'inc') diff --git a/inc/html.php b/inc/html.php index 1ab53ac64..7624e238c 100644 --- a/inc/html.php +++ b/inc/html.php @@ -286,7 +286,7 @@ function html_acl($perm){ } /** - * Displays the page header and calls html_head() + * Displays the overall page header and calls html_head() * * @author Andreas Gohr */ @@ -300,40 +300,42 @@ function html_header(){
-
-
- [[]] +
+
+
+ [[]] +
+
- - - -
-
- - 'revisions'))?> -
- -
- 'recent'))?> -
- - - -
  -
-
- + +
 
- -
-
- - 'revisions'))?> -
+
+ +
+
+ + 'revisions'))?> +
-
- 'logout',)); - }else{ - print html_btn('login',$ID,'',array('do' => 'login')); +
+ 'logout',)); + }else{ + print html_btn('login',$ID,'',array('do' => 'login')); + } } - } - ?> - 'index'))?> -   + ?> + 'index'))?> +   +
@@ -973,7 +977,7 @@ function html_edit($text=null,$include='edit'){ //FIXME: include needed? insertButton('images/rule.png','','----\n'); mediaButton('images/image.png','','m',''); - init_locktimer(,''); - document.editform.wikitext.focus(); + document.editform.wikitext.focus(); -- cgit v1.2.3