/[corp_html]/back/menu/global.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/menu/global.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Thu Jun 28 11:35:23 2001 UTC (22 years, 11 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
menu back-end, visible

1 <?
2 $phormationdir = "../phormation";
3 $DB = "pgsql";
4
5 $fields[] = "visible"; $names[] = "Visible";
6 $types[]="type=boolean&default=1";
7
8 $fields[] = "section"; $names[] = "Section";
9 $types[]="type=select&map[index]=Home&map[about]=About Us&map[products]=Products&map[fine]=Fine Chemicals&map[investor]=Investor's Page&map[rnd]=RnD&map[Careers]=careers&map[new]=What's new&selecttype=dropdown";
10
11 $fields[] = "item"; $names[] = "Description";
12 $types[]="type=text&length=50&required=1";
13
14 $fields[] = "url"; $names[] = "URL";
15 $types[]="type=text&length=50";
16
17 $fields[] = "file"; $names[] = "GIF image";
18 $types[]="type=showpic&dir=/m/&length=1";
19
20 $fields[] = "num"; $names[] = "Ordinal numer";
21 $types[]="type=text&length=3&required=1&default=999";
22
23 ?>

  ViewVC Help
Powered by ViewVC 1.1.26