Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1261511c

Von Hans Peter Schlaepfer vor etwa 5 Jahren hinzugefügt

  • ID 1261511c90f46df56b679a3eb82515af5355615a
  • Vorgänger 8945a6cd
  • Nachfolger becc3467

Neues kivitendo Design Aenderungen in templates/webpages/l*

Dateien letter/* liquidity_projection/* login/* login_screen/*

Unterschiede anzeigen:

templates/webpages/login/company_logo.html
1
[%- USE T8 %]
2
[%- USE HTML %][%- USE LxERP %]
3
   <noscript>
4
   [% INCLUDE 'generic/information.html'
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE LxERP %]
4

  
5
<div class="logged-in">
6
  <noscript>
7
  [% INCLUDE 'generic/information.html'
5 8
     title_information = LxERP.t8('Your browser does not currently support Javascript.'),
6 9
     label_information = LxERP.t8('A lot of the usability of kivitendo has been enhanced with javascript. Although it is currently possible to use every aspect of kivitendo without javascript, we strongly recommend it. In a future version this may change and javascript may be necessary to access advanced features.'),
7
   %]
8
   </noscript>
9
 <center>
10
  <a class="nomobile" href="http://www.kivitendo.de" target="_top"><img src="image/kivitendo[% xmas %].png" class='kivitendo-logo' border="0" alt='[% 'kivitendo' | $T8 %]' title="[% 'kivitendo Homepage' | $T8 %]"></a>
11

  
12
  <h3 class="login">[% 'kivitendo' | $T8 %] [% version %]</h3>
13

  
14
[%- IF git_head %]
15
  <p>[%- LxERP.t8("Git revision: #1, #2 #3", git_head.hash.substr(0, 7), git_head.author_date.to_kivitendo, git_head.author_date.strftime('%H:%M:%S %Z')) %]</p>
16
[%- END %]
17

  
18
  <p>[% 'companylogo_subtitle' | $T8 %]</p>
19
  <p>
20
   <b>
21
    [% HTML.escape(defaults.company) %]
22
    <br>
23
    [% HTML.escape(defaults.address).replace('\\\\n', '<br>').replace('\n', '<br>') %]
24
   </b>
10
  %]
11
  </noscript>
12
  <div class="col" style="width:270px">
13
    <a class="nomobile" href="http://www.kivitendo.de" target="_blank" title="[% 'kivitendo Homepage' | $T8 %] ([% 'Open in new window' | $T8 %])">
14
    <img src="image/kivitendo[% xmas %].png" class="kivitendo-logo" alt="[% 'kivitendo' | $T8 %]"></a>
15
  </div>
16
  <div class="col">
17
    <h3 class="login">[% 'kivitendo' | $T8 %] [% version %]</h3>
25 18

  
26
   <br>
27
   <br>
19
    [% IF git_head %]
20
      <p>[% LxERP.t8("Git revision: #1, #2 #3", git_head.hash.substr(0, 7), git_head.author_date.to_kivitendo, git_head.author_date.strftime('%H:%M:%S %Z')) %]</p>
21
    [% END %]
28 22

  
29
   <table border="0">
30
    <tr>
31
     <th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'User' | $T8 %]</a></th>
32
     <td>[% HTML.escape(MYCONFIG.name) %]</td>
33
    </tr>
34
    <tr>
35
     <th align="left">[% IF AUTH.assert('admin', 'may_fail') %]<a href="controller.pl?action=ClientConfig/edit" title="[% 'Client Configuration' | $T8 %]">[% END %][% 'Client' | $T8 %][% IF AUTH.assert('admin', 'may_fail') %]</a>[% END %]</th>
36
     <td>[% HTML.escape(client.name) %]</td>
37
    </tr>
38
    <tr>
39
     <th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'Language' | $T8 %]</a></th>
40
     <td>[% HTML.escape(MYCONFIG.countrycode) %]</td>
41
    </tr>
42
    <tr>
43
     <th align="left">[% 'Webserver interface' | $T8 %]</th>
44
     <td>[% HTML.escape(interface) %]</td>
45
    </tr>
46
    <tr class="nomobile">
47
     <th align="left">[% 'kivitendo Homepage' | $T8 %]:</th>
48
     <td><a href="http://kivitendo.de" target="_blank" title="[% 'kivitendo Homepage' | $T8 %]">http://kivitendo.de</a></td>
49
    </tr>
50
   </table>
51
 </center>
23
    <table class="tbl-horizontal">
24
      <tbody>
25
        <tr>
26
          <th>[% 'companylogo_subtitle' | $T8 %]</th>
27
          <td><b>[% HTML.escape(defaults.company) %]<br></b>[% HTML.escape(defaults.address).replace('\\\\n', '<br>').replace('\n', '<br>') %]</td>
28
        </tr>
29
        <tr>
30
          <th><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'User' | $T8 %]</a></th>
31
          <td>[% HTML.escape(MYCONFIG.name) %]</td>
32
        </tr>
33
        <tr>
34
          <th>[% IF AUTH.assert('admin', 'may_fail') %]
35
            <a href="controller.pl?action=ClientConfig/edit" title="[% 'Client Configuration' | $T8 %]">[% END %][% 'Client' | $T8 %][% IF AUTH.assert('admin', 'may_fail') %]</a>[% END %]</th>
36
          <td>[% HTML.escape(client.name) %]</td>
37
        </tr>
38
        <tr>
39
          <th><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'Language' | $T8 %]</a></th>
40
          <td>[% HTML.escape(MYCONFIG.countrycode) %]</td>
41
        </tr>
42
        <tr>
43
          <th>[% 'Webserver interface' | $T8 %]</th>
44
          <td>[% HTML.escape(interface) %]</td>
45
        </tr>
46
        <tr class="nomobile">
47
          <th>[% 'kivitendo Homepage' | $T8 %]:</th>
48
          <td><a href="http://kivitendo.de" target="_blank" title="[% 'kivitendo Homepage' | $T8 %] ,[% 'Open in new window' | $T8 %]">http://kivitendo.de</a></td>
49
        </tr>
50
      </tbody>
51
    </table>
52
  </div>
53
</div>
52 54

  
53
 [%- todo_list %]
55
[% todo_list %]

Auch abrufbar als: Unified diff