cvs commit: modperl-docs/tmpl/custom/html head index page search

2002-03-05 Thread stas
stas02/03/05 07:18:41

  Modified:tmpl/custom/html head index page search
  Log:
  - naming the search form: site_search_form
  - adding onLoad focus on the search box
  - moving the start of the form to the search template
  
  Revision  ChangesPath
  1.5   +1 -1  modperl-docs/tmpl/custom/html/head
  
  Index: head
  ===
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/head,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- head  22 Feb 2002 10:08:31 -  1.4
  +++ head  5 Mar 2002 15:18:41 -   1.5
  @@ -10,5 +10,5 @@
   title[% doc.meta.title %]/title
   [% INCLUDE headers -%]
   /head
  -body background=[% doc.dir.abs_doc_root %]/images/bgline.gif 
bgcolor=#ff 
  +body background=[% doc.dir.abs_doc_root %]/images/bgline.gif 
bgcolor=#ff onLoad=document.site_search_form.query.focus()
   a name=top/a
  
  
  
  1.16  +0 -1  modperl-docs/tmpl/custom/html/index
  
  Index: index
  ===
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/index,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- index 28 Feb 2002 04:13:47 -  1.15
  +++ index 5 Mar 2002 15:18:41 -   1.16
  @@ -21,7 +21,6 @@
   
   !-- right box--
   div class=rightbox
  -form method=post action=/modperl-site/search/swish.cgi 
enctype=application/x-www-form-urlencoded
   [% INCLUDE index_body %]
   br
   hr noshade size=1
  
  
  
  1.18  +0 -1  modperl-docs/tmpl/custom/html/page
  
  Index: page
  ===
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/page,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- page  28 Feb 2002 04:13:47 -  1.17
  +++ page  5 Mar 2002 15:18:41 -   1.18
  @@ -23,7 +23,6 @@
   
   !-- right box--
   div class=rightbox
  -form method=post action=/modperl-site/search/swish.cgi 
enctype=application/x-www-form-urlencoded
   [% INCLUDE page_body %]
   br
   hr noshade size=1
  
  
  
  1.8   +1 -0  modperl-docs/tmpl/custom/html/search
  
  Index: search
  ===
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/search,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- search5 Mar 2002 05:09:30 -   1.7
  +++ search5 Mar 2002 15:18:41 -   1.8
  @@ -1,3 +1,4 @@
  +form method=post action=/modperl-site/search/swish.cgi 
enctype=application/x-www-form-urlencoded name=site_search_form
   table border=0 cellspacing=0 cellpadding=0
   tr
   td class=menu-border colspan=5 height=1br 
class=smallbr/td
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: modperl-docs/tmpl/custom/html head index page

2002-02-22 Thread stas
stas02/02/22 02:08:31

  Modified:tmpl/custom/html head index page
  Log:
  - get rid of empty lines at the top of the HTML pages
  - start getting rid of splash, we don't use it
  
  Revision  ChangesPath
  1.4   +2 -1  modperl-docs/tmpl/custom/html/head
  
  Index: head
  ===
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/head,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- head  5 Feb 2002 17:04:27 -   1.3
  +++ head  22 Feb 2002 10:08:31 -  1.4
  @@ -1,4 +1,5 @@
  -[%#
  +[%-
  +  #
 # head: standard header for HTML pages  
 # ARGS:
 # title   # page title
  
  
  
  1.13  +0 -5  modperl-docs/tmpl/custom/html/index
  
  Index: index
  ===
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/index,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- index 22 Feb 2002 09:09:50 -  1.12
  +++ index 22 Feb 2002 10:08:31 -  1.13
  @@ -1,8 +1,3 @@
  -[% PROCESS splash/config;
  -splash.images  = $doc.dir.abs_doc_root/images/splash;
  -splash.fg = 'mauve';
  -splash.bg = 'lilac';
  --%]
   [% INCLUDE head
   paget   = doc.meta.title
   title   = mod_perl: $paget 
  
  
  
  1.15  +0 -7  modperl-docs/tmpl/custom/html/page
  
  Index: page
  ===
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/page,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- page  22 Feb 2002 08:59:39 -  1.14
  +++ page  22 Feb 2002 10:08:31 -  1.15
  @@ -1,15 +1,8 @@
  -[% PROCESS splash/config;
  -splash.images  = $doc.dir.abs_doc_root/images/splash;
  -splash.fg = 'mauve';
  -splash.bg = 'lilac';
  --%]
  -
   [% INCLUDE head
   paget   = doc.meta.title
   title   = mod_perl: $paget 
   content = ''
   -%]
  -
   !-- Swishcommand noindex --
   
   !-- left box (NAV)--
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]