[%- USE T8 %]
[%- USE HTML %]
- <h2>[% title %]</h2>
+ <h1>[% title %]</h1>
<form method="post" action="admin.pl">
- <a href="admin.pl?action=list_users">[% 'Back' | $T8 %]</a>
+ <a href="controller.pl?action=Admin/show">[% 'Back' | $T8 %]</a>
<table>
<tr>
<table>
- <input type="hidden" name="dbdriver" value="[% HTML.escape(dbdriver) %]">
-
<tr>
<td>
<table>
</tr>
</table>
- <input name="callback" type="hidden" value="admin.pl?action=list_users">
+ <input name="callback" type="hidden" value="controller.pl?action=Admin/show">
<br>
<input type="submit" class="submit" name="action" value="[% 'Create Dataset' | $T8 %]">
<p>[% 'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!' | $T8 %]</p>
<p>[% 'Leave host and port field empty unless you want to make a remote connection.' | $T8 %]</p>
-