Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e873f930

Von Hans P. Schlaepfer vor mehr als 4 Jahren hinzugefügt

  • ID e873f930b2fdea34468403a140300b631b07cc5d
  • Vorgänger 9d0c7ee6
  • Nachfolger f6615eea

Neues Design 2019 Standard-Code templates/webpages/admin/check_auth_database.html

Unterschiede anzeigen:

templates/webpages/admin/check_auth_database.html
<h1>[% title %]</h1>
<form method="post" action="controller.pl">
[%- L.hidden_tag("action", 'Admin/create_auth_db') %]
[%- L.hidden_tag("{AUTH}admin_password", LXCONFIG.authentication.admin_password) %]
<p>
[% 'The database for user management and authentication does not exist. You can create let kivitendo create it with the following parameters:' | $T8 %]
</p>
<table border="0">
<tr>
<td>[% 'Host' | $T8 %]:</td>
<td>[% HTML.escape(SELF.db_cfg.host) %]</td>
</tr>
<tr>
<td>[% 'Port' | $T8 %]:</td>
<td>[% HTML.escape(SELF.db_cfg.port) %]</td>
</tr>
<tr>
<td>[% 'User name' | $T8 %]:</td>
<td>[% HTML.escape(SELF.db_cfg.user) %]</td>
</tr>
<tr>
<td>[% 'Database name' | $T8 %]:</td>
<td>[% HTML.escape(SELF.db_cfg.db) %]</td>
</tr>
[% USE T8 %]
[% USE HTML %]
[% USE L %]
[% USE LxERP %]
<h1>[% title %]</h1>
<form method="post" action="controller.pl">
[% L.hidden_tag("action", 'Admin/create_auth_db') %]
[% L.hidden_tag("{AUTH}admin_password", LXCONFIG.authentication.admin_password) %]
<p>[% 'The database for user management and authentication does not exist. You can create let kivitendo create it with the following parameters:' | $T8 %]</p>
<table class="tbl-horizontal">
<tr>
<th>[% 'Host' | $T8 %]:</th>
<td>[% HTML.escape(SELF.db_cfg.host) %]</td>
</tr>
<tr>
<th>[% 'Port' | $T8 %]:</th>
<td>[% HTML.escape(SELF.db_cfg.port) %]</td>
</tr>
<tr>
<th>[% 'User name' | $T8 %]:</th>
<td>[% HTML.escape(SELF.db_cfg.user) %]</td>
</tr>
<tr>
<th>[% 'Database name' | $T8 %]:</th>
<td>[% HTML.escape(SELF.db_cfg.db) %]</td>
</tr>
</table>
<p>
[% 'Please enter the name of the database that will be used as the template for the new database:' | $T8 %]
</p>
<p>[% 'Please enter the name of the database that will be used as the template for the new database:' | $T8 %]</p>
<p>[% 'Template database' | $T8 %]: [% L.input_tag('db_template', "template1") %]</p>
<p>
[% 'If the database user listed above does not have the right to create a database then enter the name and password of the superuser below:' | $T8 %]
</p>
<table border="0">
<tr>
<td>[% 'Superuser name' | $T8 %]:</td>
<td>[% L.input_tag('db_superuser', AUTH.DB_config.user, class="initial_focus") %]</td>
</tr>
<tr>
<td>[% 'Password' | $T8 %]:</td>
<td>[% L.input_tag('db_superuser_password', AUTH.DB_config.password, type='password') %]</td>
</tr>
<p>[% 'If the database user listed above does not have the right to create a database then enter the name and password of the superuser below:' | $T8 %]</p>
<table class="tbl-horizontal">
<tr>
<th>[% 'Superuser name' | $T8 %]:</th>
<td>[% L.input_tag('db_superuser', AUTH.DB_config.user, class="initial_focus") %]</td>
</tr>
<tr>
<th>[% 'Password' | $T8 %]:</th>
<td>[% L.input_tag('db_superuser_password', AUTH.DB_config.password, type='password') %]</td>
</tr>
</table>
[% L.submit_tag("dummy", LxERP.t8("Create Dataset")) %]
[% L.button_tag("history.back()", LxERP.t8("Back")) %]
</form>
</form>

Auch abrufbar als: Unified diff