Revision bb800c52
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/Dispatcher.pm | ||
---|---|---|
35 | 35 |
return $self; |
36 | 36 |
} |
37 | 37 |
|
38 |
sub interface_type { |
|
39 |
my ($self) = @_; |
|
40 |
return $self->{interface} eq 'cgi' ? 'CGI' : 'FastCGI'; |
|
41 |
} |
|
42 |
|
|
38 | 43 |
sub pre_request_checks { |
39 | 44 |
if (!$::auth->session_tables_present) { |
40 | 45 |
if ($::form->{script} eq 'admin.pl') { |
bin/mozilla/login.pl | ||
---|---|---|
163 | 163 |
|
164 | 164 |
$form->{stylesheet} = $myconfig{stylesheet}; |
165 | 165 |
$form->{title} = $::locale->text('Lx-Office'); |
166 |
$form->{interface} = $::dispatcher->interface_type; |
|
166 | 167 |
|
167 | 168 |
# create the logo screen |
168 | 169 |
$form->header() unless $form->{noheader}; |
locale/de/all | ||
---|---|---|
1897 | 1897 |
'Warning' => 'Warnung', |
1898 | 1898 |
'Warnings during template upgrade' => 'Warnungen bei Aktualisierung der Dokumentenvorlagen', |
1899 | 1899 |
'WebDAV link' => 'WebDAV-Link', |
1900 |
'Webserver interface' => 'Webserverschnittstelle', |
|
1900 | 1901 |
'Weight' => 'Gewicht', |
1901 | 1902 |
'Weight unit' => 'Gewichtseinheit', |
1902 | 1903 |
'What <b>term</b> you are looking for?' => 'Nach welchem <b>Begriff</b> wollen Sie suchen?', |
templates/webpages/login/company_logo.html | ||
---|---|---|
40 | 40 |
<th align="left">[% 'Database Host' | $T8 %]</th> |
41 | 41 |
<td>[% HTML.escape(myconfig_dbhost) %]</td> |
42 | 42 |
</tr> |
43 |
<tr> |
|
44 |
<th align="left">[% 'Webserver interface' | $T8 %]</th> |
|
45 |
<td>[% HTML.escape(interface) %]</td> |
|
46 |
</tr> |
|
43 | 47 |
<tr class="nomobile"> |
44 | 48 |
<th align="left">[% 'Lx-Office Homepage' | $T8 %]:</th> |
45 | 49 |
<td><a href="http://lx-office.org" target="_blank" title="[% 'Lx-Office Homepage' | $T8 %]">http://lx-office.org</a></td> |
Auch abrufbar als: Unified diff
Verwendete Schnittstelle (CGI/FastCGI) in Versionsinfoscreen anzeigen