Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a5ebbeef

Von Moritz Bunkus vor fast 12 Jahren hinzugefügt

Admin-Bereich: Überschriften einheitlich als <h1> anzeigen

Unterschiede anzeigen:

templates/webpages/admin/backup_dataset.html
18 18
    -->
19 19
 </script>
20 20

  
21
 <h2>[% title %]</h2>
21
 <h1>[% title %]</h1>
22 22

  
23 23
 [% IF NO_DATABSES %]
24 24
  [% 'No databases have been found on this server.' | $T8 %]
......
96 96
  </form>
97 97

  
98 98
 [% END %]
99

  
templates/webpages/admin/backup_dataset_email_done.html
1 1
[%- USE T8 %]
2 2
[%- USE LxERP %]
3 3
[%- USE HTML %]
4
 <h2>[% title %]</h2>
4
 <h1>[% title %]</h1>
5 5

  
6 6
 <p>[% LxERP.t8('The dataset backup has been sent via email to #1.', to) | html %]</p>
7 7

  
templates/webpages/admin/check_auth_database.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3 3

  
4
 <div class="listtop">[% title %]</div>
4
 <h1>[% title %]</h1>
5 5

  
6 6
 <form method="post" action="admin.pl">
7 7

  
......
57 57
  <input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">
58 58

  
59 59
 </form>
60

  
templates/webpages/admin/check_auth_tables.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3 3

  
4
 <div class="listtop">[% title %]</div>
4
 <h1>[% title %]</h1>
5 5

  
6 6
 <p>
7 7
  [% 'The tables for user management and authentication do not exist. They will be created in the next step in the following database:' | $T8 %]
......
39 39
  <input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">
40 40

  
41 41
 </form>
42

  
templates/webpages/admin/create_dataset.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
  <h2>[% title %]</h2>
3
  <h1>[% title %]</h1>
4 4

  
5 5
  <form method="post" action="admin.pl">
6 6
   <p><a href="admin.pl?action=pg_database_administration">[% 'Back' | $T8 %]</a></p>
templates/webpages/admin/create_standard_group_ask.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3 3

  
4
 <div class="listtop">[% title %]</div>
4
 <h1>[% title %]</h1>
5 5

  
6 6
 <form method="post" action="admin.pl">
7 7

  
......
45 45
  </p>
46 46

  
47 47
 </form>
48

  
templates/webpages/admin/dbadmin.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
  <h2>[% title %]</h2>
3
  <h1>[% title %]</h1>
4 4

  
5 5
  <form method="post" action="admin.pl">
6 6
   <a href="admin.pl?action=list_users">[% 'Back' | $T8 %]</a>
......
66 66
  <p>[% 'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!' | $T8 %]</p>
67 67

  
68 68
  <p>[% 'Leave host and port field empty unless you want to make a remote connection.' | $T8 %]</p>
69

  
templates/webpages/admin/dbcreate.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3 3
[%- USE LxERP %]
4
  <h2>[% title %]</h2>
4
  <h1>[% title %]</h1>
5 5

  
6 6
  <form method="post" action="admin.pl">
7 7

  
......
12 12
   <p><input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]"></p>
13 13

  
14 14
  </form>
15

  
templates/webpages/admin/dbdelete.html
1 1
[%- USE T8 %]
2 2
[%- USE LxERP %]
3 3
[%- USE HTML %]
4
  <h2>[% title %]</h2>
4
  <h1>[% title %]</h1>
5 5

  
6 6
  <form method="post" action="admin.pl">
7 7

  
......
11 11

  
12 12
   <p><input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]"></p>
13 13
  </form>
14

  
templates/webpages/admin/dbupgrade_header.html
1 1
[%- USE T8 %]
2
[% USE HTML %]<div class="listtop" width="100%">[% 'Dataset upgrade' | $T8 %] ([% HTML.escape(dbname) %])</div>
2
[% USE HTML %]<h1>[% 'Dataset upgrade' | $T8 %] ([% HTML.escape(dbname) %])</h1>
templates/webpages/admin/delete_dataset.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
 <h2>[% title %]</h2>
3
 <h1>[% title %]</h1>
4 4
 <p><a href="admin.pl?action=pg_database_administration">[% 'Back' | $T8 %]</a></p>
5 5
 <form method="post" action="admin.pl">
6 6

  
......
26 26
  <p><input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]"></p>
27 27

  
28 28
 </form>
29

  
templates/webpages/admin/delete_group_confirm.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
  <div class="listtop">[% 'Delete group' | $T8 %]: [% name %]</div>
3
  <h1>[% 'Delete group' | $T8 %]: [% name %]</h1>
4 4
  <p class="message_hint">[ [% name %] ] - [% 'Do you really want to delete this group?' | $T8 %]</p>
5 5

  
6 6
   <form name="Form" method="post" action="admin.pl">
......
11 11
    <input type="hidden" name="delete_nextsub" value="delete_group">
12 12
    <input type="submit" class="submit" name="action" value="[% 'Delete' | $T8 %]">
13 13
   </form>
14

  
templates/webpages/admin/edit_group.html
2 2
 [% L.stylesheet_tag('jquery.multiselect2side') %]
3 3
 [% L.javascript_tag('jquery.selectboxes', 'jquery.multiselect2side') %]
4 4

  
5
<h1>[% 'Edit group ' | $T8 %]:  [% HTML.escape(name) %]</h1>
6

  
5 7
 <form name="Form" method="post" action="admin.pl">
6 8
  [% IF message %]
7 9
  <p class="message_ok">[% message %]</p>
8 10
  [% END %]
9 11

  
10
  <div class="listtop">[% 'Edit group ' | $T8 %]:  [% HTML.escape(name) %]</div>
11

  
12 12
  <p><a href="admin.pl?action=edit_groups">[% 'Back' | $T8 %]</a></p>
13 13

  
14 14
   <hr>
templates/webpages/admin/edit_group_membership.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %][%- USE LxERP %]
3 3

  
4
 <div class="listtop">[% 'Edit group membership' | $T8 %]</div>
4
 <h1>[% 'Edit group membership' | $T8 %]</h1>
5 5

  
6 6
 <p><a href="admin.pl?action=edit_groups">[% 'Back' | $T8 %]</a></p>
7 7
 <p>[% 'Select the checkboxes that match users to the groups they should belong to.' | $T8 %]</p>
......
42 42
  </p>
43 43

  
44 44
 </form>
45

  
templates/webpages/admin/edit_groups.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3 3

  
4
  <div class="listtop">[% 'Edit groups' | $T8 %]</div>
4
  <h1>[% 'Edit groups' | $T8 %]</h1>
5 5
  [% IF message %]
6 6
  <p class="message_ok">[% message %]</p>
7 7
  [% END %]
8 8

  
9 9
  <p><a href="admin.pl?action=login">[% 'Back' | $T8 %]</a></p>
10 10

  
11
 <h1>[% 'Add a new group' | $T8 %]</h1>
11
 <h2>[% 'Add a new group' | $T8 %]</h2>
12 12

  
13 13
 <form method="post" action="admin.pl">
14 14
 <br>
......
20 20
   <p><input type="submit" class="submit" name="action" value="[% 'Add' | $T8 %]"></p>
21 21
 </form>
22 22

  
23
 <h1>[% 'Edit and delete a group' | $T8 %]</h1>
23
 <h2>[% 'Edit and delete a group' | $T8 %]</h2>
24 24

  
25 25
 <form name="Form" method="post" action="admin.pl">
26 26
  [% IF num_groups %]
......
45 45
  </p>
46 46
 </form>
47 47

  
48
 <h1>[% 'Group membership' | $T8 %]</h1>
48
 <h2>[% 'Group membership' | $T8 %]</h2>
49 49

  
50 50
 <p>[% 'Edit the membership of all users in all groups:' | $T8 %]</p>
51 51

  
templates/webpages/admin/edit_user.html
21 21
    -->
22 22
 </script>
23 23

  
24
 <form name="Form" id="Form" method="post" action="admin.pl">
24
 <h1>[% title %]</h1>
25 25

  
26
  <div class="listtop" width="100%">[% title %]</div>
26
 <form name="Form" id="Form" method="post" action="admin.pl">
27 27
  <p><a href="admin.pl?action=list_users">[% 'Back' | $T8 %]</a></p>
28 28

  
29 29
  <table width="100%">
templates/webpages/admin/list_users.html
61 61
  </div>
62 62
 </form>
63 63

  
64
 <h1>[% 'User Login' | $T8 %]</h1>
64
 <hr>
65

  
66
 <h2>[% 'User Login' | $T8 %]</h2>
65 67

  
66 68
 <form method="post" action="controller.pl">
67 69
  <input type="hidden" name="action" value="LoginScreen/login">
......
80 82
  </table>
81 83

  
82 84
 </form>
83

  
84
 <hr size="3" noshade>
85

  
templates/webpages/admin/restore_dataset.html
4 4
    $(function(){ document.getElementsByName('dbname')[0].focus();});
5 5
  </script>
6 6

  
7
 <h2>[% title %]</h2>
7
 <h1>[% title %]</h1>
8 8

  
9 9
 <form name="Form" method="post" action="admin.pl" enctype="multipart/form-data">
10 10

  
......
56 56
  <input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]">
57 57

  
58 58
 </form>
59

  
templates/webpages/admin/restore_dataset_start_header.html
1 1
[%- USE T8 %]
2
 <h2>[% title %]</h2>
2
 <h1>[% title %]</h1>
3 3

  
4 4
 <p>[%- 'The restoration process has started. Here\'s the output of the &quot;pg_restore&quot; command:' | $T8 %]</p>
5 5

  
templates/webpages/admin/test_db_connection.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3 3

  
4
 <div class="listtop">[% title %]</div>
4
 <h1>[% title %]</h1>
5 5

  
6 6
 [%- IF connection_ok %]
7 7

  
......
23 23
   <input type="button" class="submit" onclick="window.close()" value="[% 'Close Window' | $T8 %]">
24 24
  </form>
25 25
 </p>
26

  
templates/webpages/admin/update_dataset.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3
 <h2>[% title %]</h2>
3
 <h1>[% title %]</h1>
4 4
 <p><a href="admin.pl?action=pg_database_administration">[% 'Back' | $T8 %]</a></p>
5 5
 [% IF ALL_UPDATED %]
6 6
  [% 'All Datasets up to date!' | $T8 %]
......
51 51
  </form>
52 52

  
53 53
 [% END %]
54

  
templates/webpages/admin/user_migration.html
2 2
[%- USE LxERP %]
3 3
[%- USE HTML %]
4 4

  
5
 <div class="listtop">[% title %]</div>
5
 <h1>[% title %]</h1>
6 6

  
7 7
 <form method="post" action="admin.pl">
8 8

  
......
21 21
  <input type="submit" class="submit" name="action" value="[% 'No' | $T8 %]">
22 22

  
23 23
 </form>
24

  
templates/webpages/admin/user_migration_complete.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3 3

  
4
 <div class="listtop">[% title %]</div>
4
 <h1>[% title %]</h1>
5 5

  
6 6
 <form method="post" action="admin.pl">
7 7

  
......
20 20
  </p>
21 21

  
22 22
 </form>
23

  
templates/webpages/admin/user_migration_done.html
1 1
[%- USE T8 %]
2 2
[%- USE HTML %]
3 3

  
4
 <div class="listtop">[% title %]</div>
4
 <h1>[% title %]</h1>
5 5

  
6 6
 <form method="post" action="admin.pl">
7 7

  
......
14 14
  <input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]">
15 15

  
16 16
 </form>
17

  

Auch abrufbar als: Unified diff