/[corp_html]/back/positions_locations/index.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /back/positions_locations/index.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Tue Apr 10 10:12:33 2001 UTC (23 years ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
locations in separate table

1 <?
2 include_once( "global.php" );
3 include_once( "dbconnect.php" );
4 include_once( "$phormationdir/displaytable.php" );
5
6 $params["query"] = "select id,location,email from open_position_locations";
7 $params["defaultsort"] = "id";
8 $params["editlink"] = "detail.php";
9 $params["newlink"] = "detail.php";
10 $params["addmultiplelink"] = "multi.php";
11 $params["delquery"] = "delete from open_position_locations where id = ";
12 $params["key"] = "id";
13
14 table_index( $fields, $names, $params );
15 ?>

  ViewVC Help
Powered by ViewVC 1.1.26