From 8a3f49d1645dc6d2041da0d6cf73d9eb91f2c47d Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Sat, 16 Nov 2013 17:44:31 +0100 Subject: [PATCH] Missing file, noticed by thorduri --- modules/example/media/params.html | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 modules/example/media/params.html diff --git a/modules/example/media/params.html b/modules/example/media/params.html new file mode 100644 index 0000000..63b0729 --- /dev/null +++ b/modules/example/media/params.html @@ -0,0 +1,33 @@ + + + + + Kore params test + + + + +
+

You can pass one GET parameter (arg1), any other GET parameter will + be filtered out

+

Only two out of the three input fields will be visible to Kore.

+

The first field accepts the input "test"

+

The second field accepts anything like /test/[a-z]*

+

The third field will be removed by Kore, as it is not in the params + block configured for this page.

+
+ + + + +
+ +

GET param arg1: $arg1$

+

GET param arg2: $arg2$

+

test1: $test1$

+

test2: $test2$

+

test3: $test3$

+
+ + +