4  <p><a href="admin.pl?action=pg_database_administration">[% 'Back' | $T8 %]</a></p>
 
   5  <form method="post" action="admin.pl">
 
   7   <p>[% 'You can only delete datasets that are not in use.' | $T8 %]
 
   8    [% 'If you want to delete such a dataset you have to edit the user(s) that are using the dataset in question and have them use another dataset.' | $T8 %]</p>
 
  10   <p>[% 'Please seletct the dataset you want to delete:' | $T8 %]
 
  11    <select name="db">[% FOREACH row = DBSOURCES %]<option>[% HTML.escape(row.name) %]</option>[% END %]</select>
 
  14   <input type="hidden" name="dbuser"    value="[% HTML.escape(dbuser) %]">
 
  15   <input type="hidden" name="dbhost"    value="[% HTML.escape(dbhost) %]">
 
  16   <input type="hidden" name="dbport"    value="[% HTML.escape(dbport) %]">
 
  17   <input type="hidden" name="dbpasswd"  value="[% HTML.escape(dbpasswd) %]">
 
  18   <input type="hidden" name="dbdefault" value="[% HTML.escape(dbdefault) %]">
 
  20   <input name="callback" type="hidden" value="controller.pl?action=Admin/show">
 
  23   <input type="hidden" name="nextsub" value="dbdelete">
 
  25   <p><input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]"></p>