/[corp_html]/back/positions_locations/detail.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

Annotation of /back/positions_locations/detail.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Tue Apr 10 10:12:33 2001 UTC (22 years, 11 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
locations in separate table

1 dpavlin 1.1 <?
2     include_once( "global.php" );
3     include_once( "dbconnect.php" );
4     include_once( "$phormationdir/form.php" );
5     include_once( "$phormationdir/file_upload.php" );
6    
7     function html_before_form()
8     {
9     ?>
10     <HTML>
11     <HEAD>
12     <link rel="stylesheet" type="text/css" href="styles.css">
13     </HEAD>
14     <BODY bgcolor="#FFFFFF">
15     <?
16     }
17     function html_after_form()
18     {
19     ?>
20     </BODY>
21     </HTML>
22     <?
23     }
24    
25     $opts = array();
26     $url = array();
27     $url["home"] = "index.php";
28    
29     form_main( "open_position_locations", "id", $fields, $names, $types, $record_id, $url, $opts );
30     ?>

  ViewVC Help
Powered by ViewVC 1.1.26