Revision b6ad0428
Von Cem Aydin vor etwa 2 Jahren hinzugefügt
templates/design40_webpages/login_screen/auth_db_needs_update.html | ||
---|---|---|
[% USE LxERP %]
|
||
|
||
<div class="wrapper">
|
||
|
||
<p><b>[% LxERP.t8('Error!') %]</b></p>
|
||
|
||
<p>
|
||
[% LxERP.t8('kivitendo needs to update the authentication database before you can proceed.') %]
|
||
[% LxERP.t8('Please log in to the administration panel.') %]
|
||
[% LxERP.t8('kivitendo will then update the database automatically.') %]
|
||
</p>
|
||
|
||
<hr>
|
||
|
||
<p>
|
||
[% LxERP.t8('For further information read this: ') %] <a href="doc/html/index.html" target="_blank">kivitendo Installation</a><br>
|
||
[% 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>
|
||
</p>
|
||
|
||
<hr>
|
||
|
||
<p>
|
||
<a href="controller.pl?action=LoginScreen/user_login" target="_top">[% LxERP.t8('Login') %]</a> |
|
||
<a href="controller.pl?action=Admin/login" target="_top">[% LxERP.t8('Administration') %]</a>
|
||
</p>
|
||
|
||
</div><!-- /.wrapper -->
|
templates/design40_webpages/login_screen/auth_db_unreachable.html | ||
---|---|---|
[% USE T8 %]
|
||
|
||
<div class="wrapper">
|
||
|
||
<p><b>[% 'Error!' | $T8 %]</b></p>
|
||
|
||
<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>
|
||
|
||
<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>
|
||
|
||
<hr>
|
||
|
||
<p>
|
||
[% 'For further information read this: ' | $T8 %] <a href="doc/html/index.html" target="_blank">kivitendo Installation</a><br>
|
||
[% '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>
|
||
</p>
|
||
|
||
<hr>
|
||
|
||
<p>
|
||
<a href="controller.pl?action=LoginScreen/user_login" target="_top">[% 'Login' | $T8 %]</a> |
|
||
<a href="controller.pl?action=Admin/login" target="_top">[% 'Administration' | $T8 %]</a>
|
||
</p>
|
||
|
||
</div><!-- /.wrapper -->
|
templates/design40_webpages/login_screen/basic_tables_missing.html | ||
---|---|---|
[% USE LxERP %]
|
||
|
||
<div class="wrapper">
|
||
|
||
<p><b>[% LxERP.t8('Error!') %]</b></p>
|
||
|
||
<p>
|
||
[% LxERP.t8('The basic client tables have not been created for this client\'s database yet.') %]
|
||
[% LxERP.t8('Please log in to the administration panel.') %]
|
||
[% LxERP.t8('Then go to the database administration and chose "create database".') %]
|
||
[% LxERP.t8('There you can let kivitendo create the basic tables for you, even in an already existing database.') %]
|
||
</p>
|
||
|
||
<hr>
|
||
|
||
<p>
|
||
[% LxERP.t8('For further information read this: ') %] <a href="doc/html/index.html" target="_blank">kivitendo Installation</a><br>
|
||
[% 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>
|
||
</p>
|
||
|
||
<hr>
|
||
|
||
<p>
|
||
<a href="controller.pl?action=LoginScreen/user_login" target="_top">[% LxERP.t8('Login') %]</a> |
|
||
<a href="controller.pl?action=Admin/login" target="_top">[% LxERP.t8('Administration') %]</a>
|
||
</p>
|
||
|
||
</div><!-- /.wrapper -->
|
templates/design40_webpages/login_screen/old_configuration_files.html | ||
---|---|---|
[% USE LxERP %]
|
||
[% USE HTML %]
|
||
|
||
<h1>[% title %]</h1>
|
||
|
||
<div class="wrapper">
|
||
|
||
<p>
|
||
[% LxERP.t8('Starting with version 2.6.3 the configuration files in "config" have been consolidated.') %]
|
||
[% LxERP.t8('The following old files whose settings have to be merged manually into the new configuration file "config/kivitendo.conf" still exist:') %]
|
||
</p>
|
||
|
||
<ul>
|
||
[% FOREACH file = FILES %]
|
||
<li><code>config/[%- HTML.escape(file) %]</code></li>
|
||
[% END %]
|
||
</ul>
|
||
|
||
<p>
|
||
[% LxERP.t8('Due to security concerns these files have to be deleted or moved after the migration before you can continue using kivitendo.') %]
|
||
</p>
|
||
<p>
|
||
[% LxERP.t8('You can find information on the migration in the upgrade chapter of the documentation.') %]
|
||
</p>
|
||
<p>
|
||
[% LxERP.t8('Which is located at doc/kivitendo-Dokumentation.pdf. Click here: ') %] <a href ="doc/kivitendo-Dokumentation.pdf">doc/kivitendo-Dokumentation.pdf</a>
|
||
</p>
|
||
|
||
<p>
|
||
<a href="controller.pl?action=LoginScreen/user_login">[% LxERP.t8('Back to login') %]</a>
|
||
</p>
|
||
|
||
</div><!-- /.wrapper -->
|
Auch abrufbar als: Unified diff
design40: Fehlende Templates login_screen/ kopiert
- Formatierung vereinheitlicht
- wrapper Klasse hinzugefügt