29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
-
+
|
wapp-trim {
<html>
<head>
<link href="%url([wapp-param SCRIPT_NAME]/style.css)" rel="stylesheet">
<title>Wapp Self-Display Demo</title>
</head>
<body>
<p>In the box below is shown the Wapp script that generated this page.
<p>The box below shows the Wapp script that generated this page.
Change the foreground color using the color= query parameter.
Examples:</p>
<ul>
<li><a href='%url($self?color=red)'>%html($self?color=red)</a>
<li><a href='%url($self?color=green)'>%html($self?color=green)</a>
<li><a href='%url($self?color=blue)'>%html($self?color=blue)</a>
<li><a href='%url($self)?color=%23003f7f'>%html($self?color=%23003f7f)</a>
|