Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b6ad0428

Von Cem Aydin vor etwa 1 Jahr hinzugefügt

design40: Fehlende Templates login_screen/ kopiert

- Formatierung vereinheitlicht
- wrapper Klasse hinzugefügt

Unterschiede anzeigen:

templates/design40_webpages/login_screen/auth_db_needs_update.html
1
[% USE LxERP %]
2

  
3
<div class="wrapper">
4

  
5
  <p><b>[% LxERP.t8('Error!') %]</b></p>
6

  
7
  <p>
8
    [% LxERP.t8('kivitendo needs to update the authentication database before you can proceed.') %]
9
    [% LxERP.t8('Please log in to the administration panel.') %]
10
    [% LxERP.t8('kivitendo will then update the database automatically.') %]
11
  </p>
12

  
13
  <hr>
14

  
15
  <p>
16
    [% LxERP.t8('For further information read this: ') %] <a href="doc/html/index.html" target="_blank">kivitendo Installation</a><br>
17
    [% LxERP.t8('Or download the whole Installation Documentation as PDF (350kB) for off-line study (currently in German Language): ') %] <a href="doc/kivitendo-Dokumentation.pdf" target="_blank">kivitendo-Dokumentation.pdf</a>
18
  </p>
19

  
20
  <hr>
21

  
22
  <p>
23
    <a href="controller.pl?action=LoginScreen/user_login" target="_top">[% LxERP.t8('Login') %]</a> |
24
    <a href="controller.pl?action=Admin/login" target="_top">[% LxERP.t8('Administration') %]</a>
25
  </p>
26

  
27
</div><!-- /.wrapper -->
templates/design40_webpages/login_screen/auth_db_unreachable.html
1
[% USE T8 %]
2

  
3
<div class="wrapper">
4

  
5
  <p><b>[% 'Error!' | $T8 %]</b></p>
6

  
7
  <p>[% 'The authentication database is not reachable at the moment. Either it hasn\'t been set up yet or the database server might be down. Please contact your administrator.' | $T8 %]</p>
8

  
9
  <p>[% 'If you want to set up the authentication database yourself then log in to the administration panel. kivitendo will then create the database and tables for you.' | $T8 %]</p>
10

  
11
  <hr>
12

  
13
  <p>
14
    [% 'For further information read this: ' | $T8 %] <a href="doc/html/index.html" target="_blank">kivitendo Installation</a><br>
15
    [% 'Or download the whole Installation Documentation as PDF (350kB) for off-line study (currently in German Language): ' | $T8 %] <a href="doc/kivitendo-Dokumentation.pdf" target="_blank">kivitendo-Dokumentation.pdf</a>
16
  </p>
17

  
18
  <hr>
19

  
20
  <p>
21
    <a href="controller.pl?action=LoginScreen/user_login" target="_top">[% 'Login' | $T8 %]</a> |
22
    <a href="controller.pl?action=Admin/login" target="_top">[% 'Administration' | $T8 %]</a>
23
  </p>
24

  
25
</div><!-- /.wrapper -->
templates/design40_webpages/login_screen/basic_tables_missing.html
1
[% USE LxERP %]
2

  
3
<div class="wrapper">
4

  
5
  <p><b>[% LxERP.t8('Error!') %]</b></p>
6

  
7
  <p>
8
    [% LxERP.t8('The basic client tables have not been created for this client\'s database yet.') %]
9
    [% LxERP.t8('Please log in to the administration panel.') %]
10
    [% LxERP.t8('Then go to the database administration and chose "create database".') %]
11
    [% LxERP.t8('There you can let kivitendo create the basic tables for you, even in an already existing database.') %]
12
  </p>
13

  
14
  <hr>
15

  
16
  <p>
17
    [% LxERP.t8('For further information read this: ') %] <a href="doc/html/index.html" target="_blank">kivitendo Installation</a><br>
18
    [% LxERP.t8('Or download the whole Installation Documentation as PDF (350kB) for off-line study (currently in German Language): ') %] <a href="doc/kivitendo-Dokumentation.pdf" target="_blank">kivitendo-Dokumentation.pdf</a>
19
  </p>
20

  
21
  <hr>
22

  
23
  <p>
24
    <a href="controller.pl?action=LoginScreen/user_login" target="_top">[% LxERP.t8('Login') %]</a> |
25
    <a href="controller.pl?action=Admin/login" target="_top">[% LxERP.t8('Administration') %]</a>
26
  </p>
27

  
28
</div><!-- /.wrapper -->
templates/design40_webpages/login_screen/old_configuration_files.html
1
[% USE LxERP %]
2
[% USE HTML %]
3

  
4
<h1>[% title %]</h1>
5

  
6
<div class="wrapper">
7

  
8
  <p>
9
    [% LxERP.t8('Starting with version 2.6.3 the configuration files in "config" have been consolidated.') %]
10
    [% LxERP.t8('The following old files whose settings have to be merged manually into the new configuration file "config/kivitendo.conf" still exist:') %]
11
  </p>
12

  
13
  <ul>
14
    [% FOREACH file = FILES %]
15
    <li><code>config/[%- HTML.escape(file) %]</code></li>
16
    [% END %]
17
  </ul>
18

  
19
  <p>
20
    [% LxERP.t8('Due to security concerns these files have to be deleted or moved after the migration before you can continue using kivitendo.') %]
21
  </p>
22
  <p>
23
    [% LxERP.t8('You can find information on the migration in the upgrade chapter of the documentation.') %]
24
  </p>
25
  <p>
26
    [% LxERP.t8('Which is located at doc/kivitendo-Dokumentation.pdf. Click here: ') %] <a href ="doc/kivitendo-Dokumentation.pdf">doc/kivitendo-Dokumentation.pdf</a>
27
  </p>
28

  
29
  <p>
30
    <a href="controller.pl?action=LoginScreen/user_login">[% LxERP.t8('Back to login') %]</a>
31
  </p>
32

  
33
</div><!-- /.wrapper -->

Auch abrufbar als: Unified diff