mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
8 lines
163 B
Text
8 lines
163 B
Text
<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>
|