clearsilver macro 'getSelfURL' fixed

This commit is contained in:
lars 2005-08-30 16:16:09 +00:00
parent 44056467fa
commit 81f070adec
7 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
<div id="config">
<h1><?cs var:Lang.Title.Config ?></h1>
<form action="<?cs call:getSelfURL() ?>" method="post"
<form action="<?cs call:getSelfURL('','') ?>" method="post"
enctype="application/x-www-form-urlencoded">
<p><label for="ip"><?cs var:Lang.Text.IPAddress ?></label><br/>

View File

@ -11,7 +11,7 @@
</div>
</div>
<!-- CBOX-STATUS-begin - necessary for validation - do not touch!
<!-- CBOX-STATUS-begin - used for validation - do not touch!
Data.Config.IP=<?cs var:Data.Config.IP ?>
Data.Config.Language=<?cs var:Data.Config.Language ?>
Data.Config.TimeOut=<?cs var:Data.Config.TimeOut ?>

View File

@ -1,7 +1,7 @@
<h1><?cs var:Lang.Title.Init ?></h1>
<div class="init">
<form action="<?cs call:getSelfURL() ?>" method="post" enctype="application/x-www-form-urlencoded">
<form action="<?cs call:getSelfURL('','') ?>" method="post" enctype="application/x-www-form-urlencoded">
<p class="note"><?cs var:Lang.Text.InitWarning ?></p>
<p><label for="password"><?cs var:Lang.Text.EnterNewPassword ?></label><br/>

View File

@ -55,7 +55,7 @@
# - 'exclude' is 'weblang'
# BEWARE: there is a bug (?) in clearsilver, that occours, if
# only one of the arguments is set (none or both are fine)
?> set:PostSuffix='' ?><?cs
?><?cs set:PostSuffix='' ?><?cs
set:tmp_concat='?' ?><?cs
each:item = Data.PostData ?><?cs
if:(name(item) != exclude) ?><?cs

View File

@ -1,7 +1,7 @@
<h1>Aktivierung des verschl&uuml;sselten Dateisystems</h1>
<div align="center">
<form action="<?cs call:getSelfURL() ?>" method="post"
<form action="<?cs call:getSelfURL('','') ?>" method="post"
enctype="application/x-www-form-urlencoded">
<p><label for="passwort">Passwort eingeben:</label>

View File

@ -1,7 +1,7 @@
<h1><?cs var:Lang.Title.ShutDown ?></h1>
<div align="center">
<form action="<?cs call:getSelfURL() ?>" method="post"
<form action="<?cs call:getSelfURL('','') ?>" method="post"
enctype="application/x-www-form-urlencoded">
<input type="hidden" name="action" value="shutdown_do" />

View File

@ -1,7 +1,7 @@
<h1><?cs var:Lang.Title.Umount ?></h1>
<div align="center">
<form action="<?cs call:getSelfURL() ?>" method="post"
<form action="<?cs call:getSelfURL('','') ?>" method="post"
enctype="application/x-www-form-urlencoded">
<button type="submit" name="action"