http package (only partially working)
This commit is contained in:
23
packages/http/examples/pwp/context.pwp
Normal file
23
packages/http/examples/pwp/context.pwp
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html xmlns:pwp="http://www.cs.otago.ac.nz/staffpriv/ok/pwp.pl">
|
||||
|
||||
<head>
|
||||
<title>Context variables for PWP scripts</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>This PWP demo lists the context-parameters that are passed into
|
||||
the script.
|
||||
</p>
|
||||
<ul>
|
||||
<li pwp:ask="member(Name=Value, CONTEXT)">
|
||||
<span class=name pwp:use="Name"/>
|
||||
=
|
||||
<span class=value pwp:use="writeq(Value)"/>
|
||||
</li>
|
||||
</ul>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user