now checks url params

adapted templates
renderer checks for sources
This commit is contained in:
age 2006-08-24 14:41:11 +00:00
parent 414a6c6e60
commit 3b97f675bf
8 changed files with 94 additions and 50 deletions

View file

@ -60,7 +60,7 @@ def:link(path, attr1, value1, attr2, value2)
?><?cs if:attr1 != "" ?><?cs set:Temp[attr1] = value1 ?><?cs /if
?><?cs if:attr2 != "" ?><?cs set:Temp[attr2] = value2 ?><?cs /if
?><?cs var:ScriptName
?>/<?cs:var:path
?>/<?cs var:path
?><?cs set:first_each = 1
?><?cs if:subcount(Temp) > 0
?><?cs each:attrs = Temp