[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
<title>Search form for _TABLE_</title> <h3>Search form for _TABLE_</h3> <form action=_SCRIPT_ method=POST> <input type=submit value=search> _HIDDEN_ <table> _DEFAULT_ </table> </form> |
form
.
Database table tags
. The input area
is filled with the values from the cgi-bin parameters, if any. If no
value is specified the input area is left undefined, the default value
of the field, if any, is not used.
_DEFAULT_
was not found in the
template, See section Database table tags
.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
<title>Insert form for _TABLE_</title> <h3>Insert form for _TABLE_</h3> <form action=_SCRIPT_ method=POST enctype=multipart/form-data> <input type=submit value=insert> _HIDDEN_ <table> _DEFAULT_ </table> </form> |
Note the enctype=multipart/form-data
, necessary if the table contains
blobs, optional otherwise.
form
.
Database table tags
. The input area
is filled with the values from the cgi-bin parameters, if any. If no
value is specified the input area is set with the default value as defined
in the database.
_DEFAULT_
was not found in the
template, See section Database table tags
.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
<title>Edit form for _TABLE_</title> _EDITCOMMENT_ <form action=_SCRIPT_ method=POST enctype=multipart/form-data> <input type=submit name=update value=update> _HIDDEN_ <table> _DEFAULT_ </table> </form> |
Note the enctype=multipart/form-data
, necessary if the table contains
blobs, optional otherwise.
form
.
Database table tags
. The input area
is filled with the values from the cgi-bin parameters, if any. If no
value is specified the input area is set with the default value as defined
in the database.
_DEFAULT_
was not found in the
template, See section Database table tags
.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
<title>Search _TABLE_</title> <h3>_TABLE_</h3> <table border=1> <!-- start entry --> <tr>_MARGINTABLE_ _DEFAULTTITLE_</tr> <tr>_MARGIN_ _LINKS_</tr> <tr>_MARGIN_ _DEFAULTROW_</tr> <!-- end entry --> </table> <!-- start pager --> Number of pages _MAXPAGES_ <p> _PAGES_ <!-- end pager --> |
Search table (search)
.
Multipage results template
.
_DEFAULTROW_
. The background of the cells is gray to
improve readability.
Remove confirm (remove_confirm)
.
Record edit form (edit)
.
_DEFAULTTITLE_
.
_DEFAULTROW_
was not found in the
template, See section Database table tags
.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
<title>Search _TABLE_</title> <h3>_TABLE_</h3> <table border=1> <!-- start entry --> <!-- start table1,table2 --> <tr>_DEFAULTROW_</tr> <!-- end table1,table2 --> <!-- start table2,table3 --> <tr>_DEFAULTROW_</tr> <!-- end table2,table3 --> ... <!-- end entry --> </table> <!-- start pager --> Number of pages _MAXPAGES_ <p> _PAGES_ <!-- end pager --> |
Search table (search)
.
The sub parts of entry have a name built from the list of tables
for which a match was found. Most of the time the list only contains
one table name,
See section Hook Fulcrum configuration file
.
Multipage results template
.
_DEFAULTROW_
was not found in the
template, See section Database table tags
.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
<body bgcolor=#ffffff> <center> <h3>Confirm removal of record from _TABLE_</h3> <form action=_SCRIPT_ method=POST> <input type=submit name=remove value=remove> <input type=hidden name=context value=remove_confirm> _HIDDEN_ </form> </center> |
form
.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
<body bgcolor=#ffffff> <center> <h3>Record removed from _TABLE_</h3> </center> |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
<body bgcolor=#ffffff> <title>Error</title> <center><h3> Error<p> _MESSAGE_ </center></h3> |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
<title>Requests</title> <h3>Requests</h3> <table border=1> <!-- start entry --> <tr> <td bgcolor=#c9c9c9>Search <a href='_SCRIPT_?context=search_form &table=_RTABLE_ &limit=_RWHERE-CODED_ &links_set=_RLINKS_ &order=_RORDER-CODED_'>_LABEL_<a/></td> <td><a href='_SCRIPT_?context=edit &table=sqledit_requests &primary=_ROWID_'>Edit<a/></td> <td><a href='_SCRIPT_?context=remove &table=sqledit_requests &primary=_ROWID_'>Remove<a/></td> </tr> <!-- end entry --> </table> <p> <a href='_SCRIPT_?context=insert_form &table=sqledit_requests'>Insert a request</a> <br> <a href='_SCRIPT_?context=search_form &table=sqledit_requests'>Search a request</a> <br> <!-- start pager --> Number of pages _MAXPAGES_ <p> _PAGES_ <!-- end pager --> |
Search table (search)
.
Multipage results template
.
Note that most of the following tags are indeed
fields of the sqledit_requests table and may be
substituted with all legal variations,
See section Database table tags
.
Search table (search)
.
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |