Revision 63af8941
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
templates/webpages/menu/menuv3_de.html | ||
---|---|---|
|
||
<div style="clear: both;"></div>
|
||
|
||
<iframe id="win1" src="login.pl?login=$form->{login}&password=$form->{password}&action=company_logo" width="100%" height="94%" name="main_window" style="position: absolute; border: 0px; z-index: 99; ">
|
||
<iframe id="win1" src="login.pl?action=company_logo&login=<TMPL_VAR login ESCAPE=URL>&password=<TMPL_VAR password ESCAPE=URL>" width="100%" height="94%" name="main_window" style="position: absolute; border: 0px; z-index: 99; ">
|
||
<p>Ihr Browser kann leider keine eingebetteten Frames anzeigen. Bitte wählen Sie ein anderes Menü in der Benutzerkonfiguration im Administrationsmenü aus.</p>
|
||
</iframe>
|
||
</body>
|
templates/webpages/menu/menuv3_master.html | ||
---|---|---|
|
||
<div style="clear: both;"></div>
|
||
|
||
<iframe id="win1" src="login.pl?login=$form->{login}&password=$form->{password}&action=company_logo" width="100%" height="94%" name="main_window" style="position: absolute; border: 0px; z-index: 99; ">
|
||
<iframe id="win1" src="login.pl?action=company_logo&login=<TMPL_VAR login ESCAPE=URL>&password=<TMPL_VAR password ESCAPE=URL>" width="100%" height="94%" name="main_window" style="position: absolute; border: 0px; z-index: 99; ">
|
||
<p><translate>MSG_BROWSER_DOES_NOT_SUPPORT_IFRAMES</translate></p>
|
||
</iframe>
|
||
</body>
|
Auch abrufbar als: Unified diff
Falscher Link bei Umstellung auf HTML-Vorlagen.