// art_menu - a menu to select actions on the art database

#set TITLE = "Art database demo - Main menu"
#include top


<center>

<br>
<br>
<br>

<table cellpadding=2><tr bgcolor=FFFFEC><td><h3>

<li> <a href="?rtn=art_list">List all</a>

<form action="?" method=GET>
#formtarget art_list
<li> Search: <input name=req value="" size=12><input type=submit value="Go">
</form>
<br><br>

#if $sqlwritable() = 0 

  <li> <a href="?rtn=art_form&formmode=new">Create a new listing</a>
  <br><br>

  <li> To edit or delete a listing,<br>
  &nbsp; &nbsp; use List or Search (above)<br>
  &nbsp; &nbsp; then click on Edit.

#else

  <font color=D00000>QUISP doesn't have permission to write to <br>
  data files on this installation, so this demo is read-only.
  </font>

#endif

</td></tr></table>
