/[corp_html]/back/news/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

Diff of /back/news/global.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by dpavlin, Fri Feb 23 15:22:44 2001 UTC revision 1.6 by dpavlin, Fri Feb 23 15:42:54 2001 UTC
# Line 20  $types[]="type=text&width=50&length=100& Line 20  $types[]="type=text&width=50&length=100&
20  $fields[] = "date";             $names[] = "Date (real)";  $fields[] = "date";             $names[] = "Date (real)";
21  $types[]="type=date&yearspan=8";  $types[]="type=date&yearspan=8";
22    
23    $fields[] = "priority";         $names[] = "Priority";
24    $types[]="type=text&length=2&default=0";
25    
26  $fields[] = "type";             $names[] = "Type";  $fields[] = "type";             $names[] = "Type";
27  $types[]="type=select&map[n]=News&map[c]=Community&map[e]=Events&map[r]=Results&selecttype=dropdown";  $types[]="type=select&map[n]=News&map[c]=Community&map[e]=Events&map[r]=Results&selecttype=dropdown";
28    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.26