Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 58ca9076

Von Hans Peter Schlaepfer vor etwa 5 Jahren hinzugefügt

  • ID 58ca9076f0b605e39e5efd30489a4d066ff6c5f7
  • Vorgänger d80f175e
  • Nachfolger 2a97e655

Neues kivitendo Design Aenderungen in templates/webpages/admin/..

Unterschiede anzeigen:

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

  
3 5
[% INCLUDE 'common/flash.html' %]
4 6

  
5 7
<h1>[% LxERP.t8("Database login (#1)", title) %]</h1>
6 8

  
7
<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>
8

  
9
<div class="wrapper">
9 10
<form method="post" action="controller.pl">
10
 <table>
11
  <tr>
12
   <th align="right">[% LxERP.t8('Host') %]</th>
13
   <td>[% L.input_tag('dbhost', dbhost, size=30, class="initial_focus") %]</td>
14
   <th align="right">[% LxERP.t8('Port') %]</th>
15
   <td>[% L.input_tag('dbport', dbport, size=6) %]</td>
16
  </tr>
17

  
18
  <tr>
19
   <th align="right">[% LxERP.t8('Database User') %]</th>
20
   <td>[% L.input_tag("dbuser", dbuser, size=30) %]</td>
21
   <th align="right">[% LxERP.t8('Password') %]</th>
22
   <td>[% L.input_tag("dbpasswd", dbpasswd, type='password', size=30) %]</td>
23
  </tr>
24

  
25
  <tr>
26
   <th align="right">[% LxERP.t8('Database template') %]</th>
27
   <td>[% L.input_tag("dbdefault", dbdefault, size=30) %]</td>
28
  </tr>
29
 </table>
30

  
31
 [% L.hidden_tag("action", 'Admin/dispatch') %]
32

  
33
 <p>
34
  [% L.submit_tag('action_' _ next_action, LxERP.t8('Login')) %]
35
 </p>
11
<p>
12
  [% LxERP.t8('Here you only provide the credentials for logging into the database.') %]
13
  [% LxERP.t8('Nothing will be created or deleted at this stage!') %]
14
</p>
15

  
16
<table class="tbl-horizontal">
17
  <tbody>
18
    <tr>
19
      <th>[% LxERP.t8('Host') %]</th>
20
      <td>[% L.input_tag('dbhost', dbhost, size=30, class="initial_focus wi-wide") %]</td>
21
    </tr>
22
    <tr>
23
      <th>[% LxERP.t8('Port') %]</th>
24
      <td>[% L.input_tag('dbport', dbport, class="wi-verysmall") %]</td>
25
    </tr>
26
    <tr>
27
      <th>[% LxERP.t8('Database User') %]</th>
28
      <td>[% L.input_tag("dbuser", dbuser, class="wi-wide") %]</td>
29
    </tr>
30
    <tr>
31
      <th>[% LxERP.t8('Password') %]</th>
32
      <td>[% L.input_tag("dbpasswd", dbpasswd, type='password', class="wi-wide") %]</td>
33
    </tr>
34
    <tr>
35
      <th>[% LxERP.t8('Database template') %]</th>
36
      <td>[% L.input_tag("dbdefault", dbdefault, class="wi-wide") %]</td>
37
    </tr>
38
  </tbody>
39
</table>
40

  
41
[% L.hidden_tag("action", 'Admin/dispatch') %]
42

  
43
<div class="buttons">[% L.submit_tag('action_' _ next_action, LxERP.t8('Login')) %]</div>
44

  
45
</div><!-- /.wrapper -->
36 46
</form>

Auch abrufbar als: Unified diff