[Pmwiki-users] Re: variable in template-files

Ivo Schwalbe ivo.schwalbe
Thu Dec 2 02:10:58 CST 2004


Steven Leite <steven_leite <at> kitimat.net> writes:

> I'm not sure if I understand you 100%, so I am sorry if this is not the 
> answer you wanted, but I think this is what you need:
> [[link name -> {$Group}/{$Name}?somevar=value&diffvar=diffvalue]]

No. Sorry. The parameter delivery is not the Problem. I habe a form for this:

<form action="$[Absenden]" method="get">
	<input type="text" name="schnick" /><br />
	<input type="submit" />
</form>

in my *.tmpl-file.

The Problem is the usage of this variables in the action-file.

<? echo $schnick; ?> isn't possible.
<!--function:some_function $schnick--> isn't possible too.

I hope you understand me now. :-)

*iv




More information about the pmwiki-users mailing list