mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
9 lines
179 B
Text
9 lines
179 B
Text
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<a href=$Page2>Link to page2</a><br>
|
|
$for(i in ["param_test", 123, "param_test3"])
|
|
<a href=$Param(i)>Param test: $i</a><br>
|
|
$endfor
|
|
</body>
|
|
</html>
|