/[pliva-si]/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.7 - (show annotations)
Mon Jul 2 12:20:24 2001 UTC (22 years, 10 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +0 -0 lines
FILE REMOVED
kraci back-end

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[domov]=Home&map[o_nas]=O nas&map[izdelki]=Izdelki&map[nasveti]=Nasveti&map[sladkorna]=Sladkorna Stran&map[za_zdravnike]=Za zdravnike&map[novosti]=Novosti&selecttype=dropdown";
10
11 $fields[] = "level"; $names[] = "Level";
12 $types[]="type=select&map[1]=Main (with line)&map[2]=Sub (heading of bullets)&map[3]=SubSub (bullets)&selecttype=dropdown";
13
14 $fields[] = "item"; $names[] = "Description";
15 $types[]="type=text&length=50&required=1";
16
17 $fields[] = "url"; $names[] = "URL";
18 $types[]="type=text&length=50";
19
20 $fields[] = "file"; $names[] = "GIF image";
21 $types[]="type=showpic&dir=../../m/&length=1";
22
23 $fields[] = "num"; $names[] = "Ordinal number";
24 $types[]="type=text&length=3&required=1&default=999";
25
26 ?>

  ViewVC Help
Powered by ViewVC 1.1.26