Revision bdb4cfbb
Von Sven Schöling vor mehr als 12 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
465 | 465 |
if (my $user_style = $::myconfig{stylesheet}) { |
466 | 466 |
$user_style =~ s/\.css$//; # nuke trailing .css, this is a remnand of pre 2.7.0 stylesheet handling |
467 | 467 |
$css_path = "$css_path/$user_style" if -d "$css_path/$user_style"; |
468 |
} else { |
|
469 |
$css_path = "$css_path/lx-office-erp"; |
|
468 | 470 |
} |
469 | 471 |
$::myconfig{css_path} = $css_path; # needed for menunew, FIXME: don't do this here |
470 | 472 |
|
... | ... | |
501 | 503 |
push @header, map { qq|<script type="text/javascript" src="js/$_.js"></script>| } |
502 | 504 |
qw(jquery common jscalendar/calendar jscalendar/lang/calendar-de jscalendar/calendar-setup part_selection jquery-ui jqModal switchmenuframe); |
503 | 505 |
push @header, map { qq|<link rel="stylesheet" type="text/css" href="$css_path/$_.css">| } |
504 |
qw(main menu tabcontent list_accounts jquery.autocomplete jquery.multiselect2side frame_header/header); |
|
506 |
qw(main menu tabcontent list_accounts jquery.autocomplete jquery.multiselect2side frame_header/header ui-lightness/jquery-ui-1.8.12.custom); |
|
507 |
push @header, map { qq|<link rel="stylesheet" type="text/css" href="js/jscalendar/calendar-win2k-1.css">| } |
|
505 | 508 |
push @header, map { $_->show_javascript } @{ $self->{AJAX} || [] }; |
506 | 509 |
push @header, "<script type='text/javascript'>function fokus(){ document.$self->{fokus}.focus(); }</script>" if $self->{fokus}; |
507 | 510 |
push @header, sprintf "<script type='text/javascript'>top.document.title='%s';</script>", |
bin/mozilla/am.pl | ||
---|---|---|
1066 | 1066 |
} |
1067 | 1067 |
|
1068 | 1068 |
$form->{STYLESHEETS} = []; |
1069 |
foreach my $item (qw(lx-office-erp.css Win2000.css Mobile.css)) { |
|
1069 |
foreach my $item (qw(lx-office-erp.css Win2000.css Mobile.css kivitendo.css)) {
|
|
1070 | 1070 |
push @{ $form->{STYLESHEETS} }, { |
1071 | 1071 |
'name' => $item, |
1072 | 1072 |
'value' => $item, |
css/lx-office-erp/frame_header/header.css | ||
---|---|---|
13 | 13 |
|
14 | 14 |
div.frame-header { |
15 | 15 |
background: url('../../../image/bg_titel.gif') repeat-x; |
16 |
text-align: center; |
|
16 | 17 |
} |
17 | 18 |
|
18 | 19 |
.frame-header { |
... | ... | |
23 | 24 |
overflow: hidden; |
24 | 25 |
width: 100%; |
25 | 26 |
border-spacing: 0; |
26 |
text-align: center; |
|
27 | 27 |
} |
28 | 28 |
|
29 | 29 |
.frame-header-left { |
... | ... | |
39 | 39 |
border-spacing: 0; |
40 | 40 |
color: white; |
41 | 41 |
padding: 0; |
42 |
font-size: 12px; |
|
43 | 42 |
font-family: verdana,arial,sans-serif; |
44 | 43 |
vertical-align: middle; |
45 | 44 |
} |
templates/webpages/login/company_logo.html | ||
---|---|---|
8 | 8 |
%] |
9 | 9 |
</noscript> |
10 | 10 |
<center> |
11 |
<a class="nomobile" href="http://www.lx-office.org" target="_top"><img src="image/lx-office-erp.png" border="0" title="[% 'Lx-Office Homepage' | $T8 %]"></a>
|
|
11 |
<a class="nomobile" href="http://www.kivitendo.de" target="_top"><img src="image/kivitendo.png" border="0" title="[% 'kivitendo Homepage' | $T8 %]"></a>
|
|
12 | 12 |
|
13 | 13 |
<h3 class="login">[% 'Lx-Office' | $T8 %] [% version %]</h3> |
14 | 14 |
|
templates/webpages/login/login_screen.html | ||
---|---|---|
5 | 5 |
<table class="login" border="3" cellpadding="20"> |
6 | 6 |
<tr> |
7 | 7 |
<td class="login" align="center"> |
8 |
<a href="http://www.lx-office.org" target="_top"><img src="image/lx-office-erp.png" border="0"></a>
|
|
8 |
<a href="http://www.kivitendo.de" target="_top"><img src="image/kivitendo.png" border="0"></a>
|
|
9 | 9 |
<h3 class="login" align="center">[% 'Lx-Office' | $T8 %] [% version %]</h3> |
10 | 10 |
|
11 | 11 |
[% IF error_message %] |
templates/webpages/menu/menuv4.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body style="padding:0px; margin:0px;"> |
|
2 |
[%- USE HTML %] |
|
3 |
<body class="frame-header menuv4"> |
|
4 |
<div class="frame-header"> |
|
5 |
<span class="frame-header-element frame-header-left"> |
|
6 |
[<a href="menuv4.pl?action=display" target="_blank">[% 'new Window' | $T8 %]</a>] |
|
7 |
[<a href="JavaScript:top.main_window.print()">[% 'print' | $T8 %]</a>] |
|
8 |
</span> |
|
9 |
<span class="frame-header-element frame-header-right"> |
|
10 |
[[% 'User' | $T8 %]: [% HTML.escape(login) %] - |
|
11 |
<a href="login.pl?action=logout" target="_top">[% 'logout' | $T8 %]</a>] |
|
12 |
[% date %] <span id='clock_id' style='position:relative'></span> |
|
13 |
</span> |
|
14 |
</div> |
|
15 |
<div id="menuv4"> |
|
16 |
[% menu %] |
|
17 |
</div> |
|
18 |
<div style="clear: both;"></div> |
|
19 |
<iframe id="win1" src="[% callback %]" width="100%" height="94%" name="main_window" style="position: absolute; border: 0px; z-index: 99; "> |
|
20 |
<p>[% 'MSG_BROWSER_DOES_NOT_SUPPORT_IFRAMES' | $T8 %]</p> |
|
21 |
</iframe> |
|
22 |
</body> |
|
23 |
|
|
3 | 24 |
|
4 | 25 |
<script type="text/javascript"> |
5 | 26 |
<!-- |
... | ... | |
13 | 34 |
window.onload=clockon |
14 | 35 |
//--> |
15 | 36 |
</script> |
16 |
|
|
17 |
<table border="0" width="100%" background="image/bg_titel.gif" cellpadding="0" cellspacing="0"> |
|
18 |
<tr> |
|
19 |
<td style="color:white; font-family:verdana,arial,sans-serif; font-size: 12px;"> |
|
20 |
|
|
21 |
[<a href="menuv4.pl?action=display" target="_blank">[% 'new Window' | $T8 %]</a>] |
|
22 |
|
|
23 |
[<a href="JavaScript:top.main_window.print()">[% 'print' | $T8 %]</a>] |
|
24 |
</td> |
|
25 |
<td align="right" style="vertical-align:middle; color:white; font-family:verdana,arial,sans-serif; font-size: 12px;" nowrap> |
|
26 |
[[% 'User' | $T8 %]: [% HTML.escape(login) %] - |
|
27 |
<a href="login.pl?action=logout" target="_top">[% 'logout' | $T8 %]</a>] |
|
28 |
[% date %] <span id='clock_id' style='position:relative'></span> |
|
29 |
</td> |
|
30 |
</tr> |
|
31 |
</table> |
|
32 |
|
|
33 |
|
|
34 |
<div id="menuv4"> |
|
35 |
|
|
36 |
[% menu %] |
|
37 |
|
|
38 |
</div> |
|
39 |
|
|
40 |
<div style="clear: both;"></div> |
|
41 |
|
|
42 |
<iframe id="win1" src="[% callback %]" width="100%" height="94%" name="main_window" style="position: absolute; border: 0px; z-index: 99; "> |
|
43 |
<p>[% 'MSG_BROWSER_DOES_NOT_SUPPORT_IFRAMES' | $T8 %]</p> |
|
44 |
</iframe> |
|
45 |
</body> |
|
46 | 37 |
</html> |
Auch abrufbar als: Unified diff
cebit version