Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 04706c06

Von Sven Donath vor etwa 14 Jahren hinzugefügt

  • ID 04706c063456f23d2475e4c123c2d8a4913d42be
  • Vorgänger cfce8ceb
  • Nachfolger 4bbb5dbe

Revert "Schritt 1 von: Facelifting Login-Screen"

This reverts commit cfce8ceb55223d04b2f0248be8b31116fb7faaf8.

Habe eben bemerkt, dass der alte custom_<script>.pl - Mechanismus noch funktioniert.
Ich lasse den offiziellen Login-Screen wie er ist.
Danke für eure Zeit.

Unterschiede anzeigen:

css/lx-office-erp.css
29 29
  font-weight: normal;
30 30
}
31 31
td.hover:hover {
32
  color: black;
32
	color: black;
33 33
/*          background-color: #FFFFCC;
34 34
          font-size: 8pt;
35 35
          text-decoration: none;
......
52 52
  font-family: Verdana, Arial, Helvetica;
53 53
}
54 54
body.login {
55
  background: #ccc;
55
  background: #b8d1f3;
56 56
  color: #A0A0A0;
57 57
}
58
/* h1.login {
58
h1.login {
59 59
  font-size: 18pt;
60
}*/
60
}
61 61
table.login {
62
  background-color: #efedde;
62 63
  padding: 20px;
63
  border-style: solid;
64
  border-width: 2px;
65
  border-color: #B5B5B5;
66
  background-color: #fff;
67
  -moz-border-radius: 11;
68
  -webkit-border-radius: 11;
69 64
}
70 65
td.login {
71 66
  text-align: center;
......
88 83

  
89 84
.message_ok {
90 85
    font-size: 12pt;
91
    padding:5px;
92
    background-color: lightgreen;
93
    color: black;
94
    font-weight: bolder;
95
    text-align:center;
96
    border-style:solid;
97
    border-width:thin;
86
	padding:5px;
87
	background-color: lightgreen;
88
	color: black;
89
	font-weight: bolder;
90
	text-align:center;
91
	border-style:solid;
92
	border-width:thin;
98 93
}
99 94

  
100 95
.message_error {
101 96
    font-size: 12pt;
102
    padding:5px;
103
    background-color: #FFAAAA;
104
    color: black;
105
    font-weight: bolder;
106
    text-align:center;
107
    border-style:solid;
108
    border-width:thin;
97
	padding:5px;
98
	background-color: #FFAAAA;
99
	color: black;
100
	font-weight: bolder;
101
	text-align:center;
102
	border-style:solid;
103
	border-width:thin;
109 104
}
110 105

  
111 106
/*
112
    ?berschriftsbalken
107
	?berschriftsbalken
113 108
*/
114 109
.listtop {
115
    background-color: rgb(236,233,216);
116
    text-align:left;
117
    padding:5px;
118
    font-size: 10pt;
119
    color: black;
120
    font-weight: bolder;
121
    border-style:dashed;
122
    border-width:thin;
110
	background-color: rgb(236,233,216);
111
	text-align:left;
112
	padding:5px;
113
	font-size: 10pt;
114
	color: black;
115
	font-weight: bolder;
116
	border-style:dashed;
117
	border-width:thin;
123 118
}
124 119

  
125 120

  
126 121
.listelement {
127
    background-image: url("../image/fade2.png");
128
    background-repeat:repeat-x;
129
    border-style:dashed;
130
    border-width:thin;
122
	background-image: url("../image/fade2.png");
123
	background-repeat:repeat-x;
124
	border-style:dashed;
125
	border-width:thin;
131 126
}
132 127

  
133 128
.listelement2 {
134
    background-image: url("../image/fade2.png");
135
    background-repeat:repeat-x;
136
    border-style:dashed;
137
    border-width:thin;
129
	background-image: url("../image/fade2.png");
130
	background-repeat:repeat-x;
131
	border-style:dashed;
132
	border-width:thin;
138 133
}
139 134

  
140 135
.listheading, .listheading th {
141
    font-size: 9pt;
142
    padding:3px;
143
    background-color:
144
    rgb(236,233,216);
145
    color: black;
146
    font-weight: bolder;
147
    text-align:left;
148
    background-image: url("../image/fade.png");
149
    border-style:dotted;
150
    border-width:thin;
136
	font-size: 9pt;
137
	padding:3px;
138
	background-color:
139
	rgb(236,233,216);
140
	color: black;
141
	font-weight: bolder;
142
	text-align:left;
143
	background-image: url("../image/fade.png");
144
	border-style:dotted;
145
	border-width:thin;
151 146
}
152 147

  
153 148
.listheadingcontent {
154
    font-size: 9pt;
155
    background-color:
156
    rgb(236,233,216);
157
    color: black;
158
    font-weight: bolder;
159
    text-align:left;
149
	font-size: 9pt;
150
	background-color:
151
	rgb(236,233,216);
152
	color: black;
153
	font-weight: bolder;
154
	text-align:left;
160 155
}
161 156

  
162 157
.accountlistheading {
163
    font-size: 10pt;
164
    padding:3px;
165
    color: white;
166
    font-weight: bold;
167
    text-align:left;
168
    background-color:rgb(133,132,129);
158
	font-size: 10pt;
159
	padding:3px;
160
	color: white;
161
	font-weight: bold;
162
	text-align:left;
163
	background-color:rgb(133,132,129);
169 164
}
170 165

  
171 166
.subsubheading {
......
175 170
}
176 171

  
177 172
.optionen {
178
    border:dashed;
179
/*  padding-top:10px;
180
    padding-bottom:10px;
181
    padding-left:10px;
173
	border:dashed;
174
/*	padding-top:10px;
175
	padding-bottom:10px;
176
	padding-left:10px;
182 177
*/
183
    border-width:1px;
184
    background:#efedde;
178
	border-width:1px;
179
	background:#efedde;
185 180
}
186 181

  
187 182

  
188 183
.listrow1 {
189
    background-color: rgb(208,207,201);
190
    color: black;
191
    vertical-align: top;
184
	background-color: rgb(208,207,201);
185
	color: black;
186
	vertical-align: top;
192 187
}
193 188

  
194 189
.listrow0 { background-color: rgb(236,233,216); color: black; vertical-align: top; }
templates/webpages/login/login_screen.html
2 2
[% USE HTML %]<body class="login" onLoad="document.loginscreen.login.focus()">
3 3

  
4 4
 <center>
5
 <p>&nbsp;</p>
6
 <p>&nbsp;</p>
7
  <table class="login" border="0" cellpadding="0">
5
  <table class="login" border="3" cellpadding="20">
8 6
   <tr>
9 7
    <td class="login" align="center">
10
     <a href="http://www.lx-office.org" target="_top"><img src="image/lx-office-erp.png" border="0" width="150"></a>
8
     <a href="http://www.lx-office.org" target="_top"><img src="image/lx-office-erp.png" border="0"></a>
11 9
     <h3 class="login" align="center">[% 'Lx-Office' | $T8 %] [% version %]</h3>
12 10

  
13 11
     [% IF error_message %]
......
20 18

  
21 19
       <input type="hidden" name="show_dbupdate_warning" value="1">
22 20

  
23
       <table width="100%" border=0>
21
       <table width="100%">
24 22
        <tr>
25 23
         <td align="center">
26
          <table border=0>
27
           <tr><th align="left">[% 'Login Name' | $T8 %]</th><td><input class="login" name="login" size="20" tabindex="1" title="[% 'Login Name' | $T8 %]"></td></tr>
28
           <tr><th align="left">[% 'Password' | $T8 %]</th><td><input class="login" type="password" name="password" size="20" tabindex="2" title="[% 'Password' | $T8 %]"></td></tr>
29
           <tr><th align="left"></th><td><input type="hidden" name="action" value="login"><input type="submit" value="[% 'Login' | $T8 %]" tabindex="3" title="[% 'User Login' | $T8 %]"></td></tr>
30
           <tr><th align="left"></th><td align="right"><a href="admin.pl" style="font-size: 0.66em;" title="[% 'Administration' | $T8 %]">[% 'Administration' | $T8 %]</a></td></tr>
24
          <table>
25
           <tr>
26
            <th align="right">[% 'Login Name' | $T8 %]</th>
27
            <td><input class="login" name="login" size="30" tabindex="1"></td>
28
           </tr>
29
           <tr>
30
            <th align="right">[% 'Password' | $T8 %]</th>
31
            <td><input class="login" type="password" name="password" size="30" tabindex="2"></td>
32
           </tr>
31 33
          </table>
32
         </tr>
34

  
35
          <br>
36
          <input type="hidden" name="action" value="login">
37
          <input type="submit" value="[% 'Login' | $T8 %]" tabindex="3">
38

  
39
         </td>
40
        </tr>
33 41
       </table>
34 42

  
35 43
      </form>

Auch abrufbar als: Unified diff