-->
</script>
- <h2>[% title %]</h2>
+ <h1>[% title %]</h1>
[% IF NO_DATABSES %]
[% 'No databases have been found on this server.' | $T8 %]
</form>
[% END %]
-
[%- USE T8 %]
[%- USE LxERP %]
[%- USE HTML %]
- <h2>[% title %]</h2>
+ <h1>[% title %]</h1>
<p>[% LxERP.t8('The dataset backup has been sent via email to #1.', to) | html %]</p>
[%- USE T8 %]
[%- USE HTML %]
- <div class="listtop">[% title %]</div>
+ <h1>[% title %]</h1>
<form method="post" action="admin.pl">
<input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">
</form>
-
[%- USE T8 %]
[%- USE HTML %]
- <div class="listtop">[% title %]</div>
+ <h1>[% title %]</h1>
<p>
[% 'The tables for user management and authentication do not exist. They will be created in the next step in the following database:' | $T8 %]
<input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">
</form>
-
[%- USE T8 %]
[%- USE HTML %]
- <h2>[% title %]</h2>
+ <h1>[% title %]</h1>
<form method="post" action="admin.pl">
<p><a href="admin.pl?action=pg_database_administration">[% 'Back' | $T8 %]</a></p>
[%- USE T8 %]
[%- USE HTML %]
- <div class="listtop">[% title %]</div>
+ <h1>[% title %]</h1>
<form method="post" action="admin.pl">
</p>
</form>
-
[%- 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>
<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>
-
[%- USE T8 %]
[%- USE HTML %]
[%- USE LxERP %]
- <h2>[% title %]</h2>
+ <h1>[% title %]</h1>
<form method="post" action="admin.pl">
<p><input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]"></p>
</form>
-
[%- USE T8 %]
[%- USE LxERP %]
[%- USE HTML %]
- <h2>[% title %]</h2>
+ <h1>[% title %]</h1>
<form method="post" action="admin.pl">
<p><input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]"></p>
</form>
-
[%- USE T8 %]
-[% USE HTML %]<div class="listtop" width="100%">[% 'Dataset upgrade' | $T8 %] ([% HTML.escape(dbname) %])</div>
+[% USE HTML %]<h1>[% 'Dataset upgrade' | $T8 %] ([% HTML.escape(dbname) %])</h1>
[%- USE T8 %]
[%- USE HTML %]
- <h2>[% title %]</h2>
+ <h1>[% title %]</h1>
<p><a href="admin.pl?action=pg_database_administration">[% 'Back' | $T8 %]</a></p>
<form method="post" action="admin.pl">
<p><input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]"></p>
</form>
-
[%- USE T8 %]
[%- USE HTML %]
- <div class="listtop">[% 'Delete group' | $T8 %]: [% name %]</div>
+ <h1>[% 'Delete group' | $T8 %]: [% name %]</h1>
<p class="message_hint">[ [% name %] ] - [% 'Do you really want to delete this group?' | $T8 %]</p>
<form name="Form" method="post" action="admin.pl">
<input type="hidden" name="delete_nextsub" value="delete_group">
<input type="submit" class="submit" name="action" value="[% 'Delete' | $T8 %]">
</form>
-
[% L.stylesheet_tag('jquery.multiselect2side') %]
[% L.javascript_tag('jquery.selectboxes', 'jquery.multiselect2side') %]
+<h1>[% 'Edit group ' | $T8 %]: [% HTML.escape(name) %]</h1>
+
<form name="Form" method="post" action="admin.pl">
[% IF message %]
<p class="message_ok">[% message %]</p>
[% END %]
- <div class="listtop">[% 'Edit group ' | $T8 %]: [% HTML.escape(name) %]</div>
-
<p><a href="admin.pl?action=edit_groups">[% 'Back' | $T8 %]</a></p>
<hr>
[%- USE T8 %]
[%- USE HTML %][%- USE LxERP %]
- <div class="listtop">[% 'Edit group membership' | $T8 %]</div>
+ <h1>[% 'Edit group membership' | $T8 %]</h1>
<p><a href="admin.pl?action=edit_groups">[% 'Back' | $T8 %]</a></p>
<p>[% 'Select the checkboxes that match users to the groups they should belong to.' | $T8 %]</p>
</p>
</form>
-
[%- USE T8 %]
[%- USE HTML %]
- <div class="listtop">[% 'Edit groups' | $T8 %]</div>
+ <h1>[% 'Edit groups' | $T8 %]</h1>
[% IF message %]
<p class="message_ok">[% message %]</p>
[% END %]
<p><a href="admin.pl?action=login">[% 'Back' | $T8 %]</a></p>
- <h1>[% 'Add a new group' | $T8 %]</h1>
+ <h2>[% 'Add a new group' | $T8 %]</h2>
<form method="post" action="admin.pl">
<br>
<p><input type="submit" class="submit" name="action" value="[% 'Add' | $T8 %]"></p>
</form>
- <h1>[% 'Edit and delete a group' | $T8 %]</h1>
+ <h2>[% 'Edit and delete a group' | $T8 %]</h2>
<form name="Form" method="post" action="admin.pl">
[% IF num_groups %]
</p>
</form>
- <h1>[% 'Group membership' | $T8 %]</h1>
+ <h2>[% 'Group membership' | $T8 %]</h2>
<p>[% 'Edit the membership of all users in all groups:' | $T8 %]</p>
-->
</script>
- <form name="Form" id="Form" method="post" action="admin.pl">
+ <h1>[% title %]</h1>
- <div class="listtop" width="100%">[% title %]</div>
+ <form name="Form" id="Form" method="post" action="admin.pl">
<p><a href="admin.pl?action=list_users">[% 'Back' | $T8 %]</a></p>
<table width="100%">
</div>
</form>
- <h1>[% 'User Login' | $T8 %]</h1>
+ <hr>
+
+ <h2>[% 'User Login' | $T8 %]</h2>
<form method="post" action="controller.pl">
<input type="hidden" name="action" value="LoginScreen/login">
</table>
</form>
-
- <hr size="3" noshade>
-
$(function(){ document.getElementsByName('dbname')[0].focus();});
</script>
- <h2>[% title %]</h2>
+ <h1>[% title %]</h1>
<form name="Form" method="post" action="admin.pl" enctype="multipart/form-data">
<input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]">
</form>
-
[%- USE T8 %]
- <h2>[% title %]</h2>
+ <h1>[% title %]</h1>
<p>[%- 'The restoration process has started. Here\'s the output of the "pg_restore" command:' | $T8 %]</p>
[%- USE T8 %]
[%- USE HTML %]
- <div class="listtop">[% title %]</div>
+ <h1>[% title %]</h1>
[%- IF connection_ok %]
<input type="button" class="submit" onclick="window.close()" value="[% 'Close Window' | $T8 %]">
</form>
</p>
-
[%- USE T8 %]
[%- USE HTML %]
- <h2>[% title %]</h2>
+ <h1>[% title %]</h1>
<p><a href="admin.pl?action=pg_database_administration">[% 'Back' | $T8 %]</a></p>
[% IF ALL_UPDATED %]
[% 'All Datasets up to date!' | $T8 %]
</form>
[% END %]
-
[%- USE LxERP %]
[%- USE HTML %]
- <div class="listtop">[% title %]</div>
+ <h1>[% title %]</h1>
<form method="post" action="admin.pl">
<input type="submit" class="submit" name="action" value="[% 'No' | $T8 %]">
</form>
-
[%- USE T8 %]
[%- USE HTML %]
- <div class="listtop">[% title %]</div>
+ <h1>[% title %]</h1>
<form method="post" action="admin.pl">
</p>
</form>
-
[%- USE T8 %]
[%- USE HTML %]
- <div class="listtop">[% title %]</div>
+ <h1>[% title %]</h1>
<form method="post" action="admin.pl">
<input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]">
</form>
-