diff options
author | ivan <ivan> | 2006-09-14 19:30:28 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-09-14 19:30:28 +0000 |
commit | e417b8d8579f2ba08391cdace5d88f2120b8e722 (patch) | |
tree | bcb6d481eeb0a8266c752693bc5c6d60caf41657 /httemplate/edit/process/generic.cgi | |
parent | 27c4adc2c6074e5bf8cdaddfebdd434a15f18284 (diff) |
pointer to elements/process.html, fwiw
Diffstat (limited to 'httemplate/edit/process/generic.cgi')
-rw-r--r-- | httemplate/edit/process/generic.cgi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/httemplate/edit/process/generic.cgi b/httemplate/edit/process/generic.cgi index 82137c177..e3ac113ae 100644 --- a/httemplate/edit/process/generic.cgi +++ b/httemplate/edit/process/generic.cgi @@ -1,5 +1,3 @@ -% -% %# Welcome to generic.cgi. %# %# This script provides a generic edit/process/ backend for simple table @@ -8,6 +6,10 @@ %# If there's an existing record with the same primary key, it will be %# replaced. (Deletion will be added in the future.) %# +%# also see elements/process.html, newer and somewhat along the same lines, +%# though it still makes you setup a process file for the table. +%# perhaps safer, perhaps more of a pain in the ass. +%# %# Special cgi params for this script: %# table: the name of the table to be edited. The script will die horribly %# if it can't find the table. |