Revision 5bdc56ee
Von Moritz Bunkus vor fast 17 Jahren hinzugefügt
xslt/xulmenu.xsl | ||
---|---|---|
18 | 18 |
<xsl:template match="doc" mode="html"> |
19 | 19 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
20 | 20 |
<head> |
21 |
<meta http-equiv="refresh" content="2;url=menuv3.pl?action=display&login={/doc/login}&password={/doc/password}"/>
|
|
21 |
<meta http-equiv="refresh" content="2;url=menuv3.pl?action=display"/> |
|
22 | 22 |
</head> |
23 | 23 |
<body> |
24 | 24 |
Ihr Browser unterstuetzt kein XUL!<br/> |
25 |
wenn die automatische weiterleitung nicht funktioniert klicken sie <a href="menuv3.pl?action=display&login={/doc/login}&password={/doc/password}">hier</a>
|
|
25 |
wenn die automatische weiterleitung nicht funktioniert klicken sie <a href="menuv3.pl?action=display">hier</a> |
|
26 | 26 |
</body> |
27 | 27 |
</html> |
28 | 28 |
</xsl:template> |
... | ... | |
242 | 242 |
**************************************************************************** --> |
243 | 243 |
<xsl:template name="specialbuttons"> |
244 | 244 |
<toolbarbutton image="image/icons/24x24/Batch Printing.png" tooltiptext="hallo" oncommand="PrintW(event)"/> |
245 |
<toolbarbutton image="image/icons/24x24/Neues Fenster.png" tooltip="Neues Fenster" link="menuXML.pl?action=display&login={/doc/login}&password={/doc/password}" target="_top" oncommand="openLinkNewWindow(event)"/>
|
|
245 |
<toolbarbutton image="image/icons/24x24/Neues Fenster.png" tooltip="Neues Fenster" link="menuXML.pl?action=display" target="_top" oncommand="openLinkNewWindow(event)"/> |
|
246 | 246 |
<toolbarbutton label="Logout" link="{/*//item[@id='Programm--Logout']/@link}" target="_top" oncommand="openLink(event)"> |
247 | 247 |
<image src="image/icons/24x24/Programm--Logout.png" width="24" height="24" /> |
248 | 248 |
</toolbarbutton> |
... | ... | |
324 | 324 |
<input name="l_soldtotal" class="checkbox" type="checkbox" value="Y"/>Verkaufte Anzahl |
325 | 325 |
<input name="l_deliverydate" class="checkbox" type="checkbox" value="Y"/>Lieferdatum |
326 | 326 |
<input type="hidden" name="nextsub" value="generate_report"/> |
327 |
<input type="hidden" name="login" value="{/doc/login}"/> |
|
328 |
<input type="hidden" name="password" value="{/doc/password}"/> |
|
329 | 327 |
<input type="hidden" name="revers" value="0"/> |
330 | 328 |
<input type="hidden" name="lastsort" value=""/> |
331 | 329 |
<input type="hidden" name="sort" value="description"/> |
... | ... | |
334 | 332 |
</form> |
335 | 333 |
</xsl:template> |
336 | 334 |
<!-- *************************************************************************** --> |
337 |
</xsl:stylesheet> |
|
335 |
</xsl:stylesheet> |
Auch abrufbar als: Unified diff
Login und Passwort nicht mehr explizit übergeben.