Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d7593d24

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

  • ID d7593d247d50af2af7077c2721070b6586cd139f
  • Vorgänger 7b9f6b22
  • Nachfolger 2e804274

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

Unterschiede anzeigen:

templates/webpages/admin/dbadmin.html
<h1>[% LxERP.t8("Database login (#1)", title) %]</h1>
<p>[% LxERP.t8('Here you only provide the credentials for logging into the database.') %] [% LxERP.t8('Nothing will be created or deleted at this stage!') %]</p>
<div class="wrapper">
<form method="post" action="controller.pl">
<table>
<tr>
<th align="right">[% LxERP.t8('Host') %]</th>
<td>[% L.input_tag('dbhost', dbhost, size=30, class="initial_focus") %]</td>
<th align="right">[% LxERP.t8('Port') %]</th>
<td>[% L.input_tag('dbport', dbport, size=6) %]</td>
</tr>
<tr>
<th align="right">[% LxERP.t8('Database User') %]</th>
<td>[% L.input_tag("dbuser", dbuser, size=30) %]</td>
<th align="right">[% LxERP.t8('Password') %]</th>
<td>[% L.input_tag("dbpasswd", dbpasswd, type='password', size=30) %]</td>
</tr>
<tr>
<th align="right">[% LxERP.t8('Database template') %]</th>
<td>[% L.input_tag("dbdefault", dbdefault, size=30) %]</td>
</tr>
</table>
[% L.hidden_tag("action", 'Admin/dispatch') %]
<p>
[% L.submit_tag('action_' _ next_action, LxERP.t8('Login')) %]
</p>
<p>
[% LxERP.t8('Here you only provide the credentials for logging into the database.') %]
[% LxERP.t8('Nothing will be created or deleted at this stage!') %]
</p>
<table class="tbl-horizontal">
<tbody>
<tr>
<th>[% LxERP.t8('Host') %]</th>
<td>[% L.input_tag('dbhost', dbhost, size=30, class="initial_focus wi-wide") %]</td>
</tr>
<tr>
<th>[% LxERP.t8('Port') %]</th>
<td>[% L.input_tag('dbport', dbport, class="wi-verysmall") %]</td>
</tr>
<tr>
<th>[% LxERP.t8('Database User') %]</th>
<td>[% L.input_tag("dbuser", dbuser, class="wi-wide") %]</td>
</tr>
<tr>
<th>[% LxERP.t8('Password') %]</th>
<td>[% L.input_tag("dbpasswd", dbpasswd, type='password', class="wi-wide") %]</td>
</tr>
<tr>
<th>[% LxERP.t8('Database template') %]</th>
<td>[% L.input_tag("dbdefault", dbdefault, class="wi-wide") %]</td>
</tr>
</tbody>
</table>
[% L.hidden_tag("action", 'Admin/dispatch') %]
<div class="buttons">[% L.submit_tag('action_' _ next_action, LxERP.t8('Login')) %]</div>
</div><!-- /.wrapper -->
</form>

Auch abrufbar als: Unified diff