phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: wiki/template common.php,1.4,1.5 find.php,1.3,1.


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wiki/template common.php,1.4,1.5 find.php,1.3,1.4
Date: Tue, 04 Mar 2003 17:17:14 -0500

Update of /cvsroot/phpgroupware/wiki/template
In directory subversions:/tmp/cvs-serv32190

Modified Files:
        common.php find.php 
Log Message:
find-result: one ruler above and one below the result


Index: common.php
===================================================================
RCS file: /cvsroot/phpgroupware/wiki/template/common.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** common.php  4 Mar 2003 22:00:12 -0000       1.4
--- common.php  4 Mar 2003 22:17:11 -0000       1.5
***************
*** 170,174 ****
      }
    }
!   if(!$args['nosearch'])
    {
  ?>
--- 170,174 ----
      }
    }
!   if(!$args['nosearch'] && $args['history'])
    {
  ?>

Index: find.php
===================================================================
RCS file: /cvsroot/phpgroupware/wiki/template/find.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** find.php    3 Mar 2003 14:16:25 -0000       1.3
--- find.php    4 Mar 2003 22:17:11 -0000       1.4
***************
*** 1,33 ****
! <?php
! // $Id$
! 
! require_once(TemplateDir . '/common.php');
! 
! // The find template is passed an associative array with the following
! // elements:
! //
! //   find      => A string containing the text that was searched for.
! //   pages     => A string containing the XHTML markup for the list of pages
! //                found containing the given text.
! 
! function template_find($args)
! {
!   template_common_prologue(array('norobots' => 1,
!                                  'title'    => 'Find ' . $args['find'],
!                                  'heading'  => 'Find ' . $args['find'],
!                                  'headlink' => '',
!                                  'headsufx' => '',
!                                  'toolbar'  => 1));
! ?>
! <div id="body">
! <?php print $args['pages']; ?>
! </div>
! <?php
!   template_common_epilogue(array('twin'      => '',
!                                  'edit'      => '',
!                                  'editver'   => 0,
!                                  'history'   => '',
!                                  'timestamp' => '',
!                                  'nosearch'  => 0));
! }
! ?>
--- 1,34 ----
! <?php
! // $Id$
! 
! require_once(TemplateDir . '/common.php');
! 
! // The find template is passed an associative array with the following
! // elements:
! //
! //   find      => A string containing the text that was searched for.
! //   pages     => A string containing the XHTML markup for the list of pages
! //                found containing the given text.
! 
! function template_find($args)
! {
!   template_common_prologue(array('norobots' => 1,
!                                  'title'    => 'Find ' . $args['find'],
!                                  'heading'  => 'Find ' . $args['find'],
!                                  'headlink' => '',
!                                  'headsufx' => '',
!                                  'toolbar'  => 1));
! ?>
! <hr align="left" width="99%">
! <div id="body">
! <?php print $args['pages']; ?>
! </div>
! <?php
!   template_common_epilogue(array('twin'      => '',
!                                  'edit'      => '',
!                                  'editver'   => 0,
!                                  'history'   => '',
!                                  'timestamp' => '',
!                                  'nosearch'  => 0));
! }
! ?>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]