Ignore:
Timestamp:
06/16/05 16:21:06 (19 years ago)
Author:
bastiaans
Message:

web/addons/toga/libtoga.php:

  • Removed debug print

web/addons/toga/redcross.jpg:

  • Image for clearing date/time fields (tnx walter ;))

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

  • Header form name configurable

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

  • Moved javascript back in for modification
  • Misc. cosmetic changes
  • Added clear buttons for date/time fields

web/addons/toga/index.php:

  • Header will now label "Jobsearch" in header

web/addons/toga/search.php:

  • Misc. cleanup
  • Initial graphing code setup

web/addons/toga/graph.php:

  • Modified / modifyable graphing script for archive jobs

web/addons/toga/next.gif:

  • Next month button of datepicker

web/addons/toga/prev.gif:

  • Previous month button of datepicker

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

  • Configurable form
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/toga/index.php

    r140 r143  
    187187        }
    188188
     189        if( $view == "search" ) {
     190                $node_menu .= "<B>&gt;</B>\n";
     191                $node_menu .= "<B>Jobarchive</B> ";
     192                $tpl->assign("view", "search" );
     193                $tpl->assign("form_name", "archive_search_form" );
     194        } else {
     195                $tpl->assign("form_name", "toga_form" );
     196                $tpl->assign("view", "overview" );
     197        }
     198
    189199        $tpl->assign("node_menu", $node_menu);
    190200
Note: See TracChangeset for help on using the changeset viewer.