<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Helvetica, Arial, sans-serif">Hi,<br>
it's a pity that no nested (:if:) conditions are possible. For example,
I want to define a multilanguage backlink in my footer pages. However,
this backlink shouldn't show up on Index (start) pages. So I need
something like (pseudo code, sorry)<br>
<br>
if page!=index<br>
&nbsp;&nbsp;&nbsp; if userlang = en<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; "back to main"<br>
&nbsp;&nbsp;&nbsp; if userlang = de<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; "zur&uuml;ck"<br>
end if<br>
<br>
<br>
One way around that, in case that there is no way to nest ifs at all,
would be to allow setting of custom variables. Something like<br>
%setvar dummy somevalue%<br>
<br>
Then, one could check for<br>
(:if dummy somevalue:)<br>
<br>
etc.<br>
<br>
Can that be achieved?<br>
<br>
Thanks,<br>
Mike<br>
<br>
<br>
</font></font>
</body>
</html>