Ignore:
Timestamp:
06/15/05 10:48:34 (19 years ago)
Author:
bastiaans
Message:

web/addons/toga/templates/header.tpl:

  • Use block to include link to archive search

web/addons/toga/templates/overview.tpl:

  • Cleanup
  • Javascript moved to seperate .js file

web/addons/toga/templates/search.tpl:

  • Added search results and future showhosts block section

web/addons/toga/index.php:

  • Use block instead of include for archive search link

web/addons/toga/search.php:

  • Setup of working search style

web/addons/toga/libtoga.php:

  • searchDbase() will return a list of jobids matching the criteria
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/toga/templates/header.tpl

    r129 r140  
    4040      <B>{alt_view}</B>
    4141     </TD>
    42 <!-- INCLUDE BLOCK : archive -->
     42
     43<!-- START BLOCK : search -->
     44     <TD><CENTER>
     45       <A HREF="./?c={cluster_url}&view=search">
     46       Jobarchive<BR>
     47       <IMG SRC="./bricks.jpg" HEIGHT=50 WIDTH=50 ALT="Search the archive for {cluster}" TITLE="Search the archive for {cluster}" BORDER=0></A></CENTER>
     48     </TD>
     49<!-- END BLOCK : search -->
     50
    4351  </TR>
    4452  </TABLE>
Note: See TracChangeset for help on using the changeset viewer.