diff options
Diffstat (limited to 'examples/ffluci/view')
-rwxr-xr-x | examples/ffluci/view/example-simpleview/foo.htm | 3 | ||||
-rwxr-xr-x | examples/ffluci/view/example-simpleview/index.htm | 6 | ||||
-rw-r--r-- | examples/ffluci/view/hello.htm | 1 |
3 files changed, 10 insertions, 0 deletions
diff --git a/examples/ffluci/view/example-simpleview/foo.htm b/examples/ffluci/view/example-simpleview/foo.htm new file mode 100755 index 0000000000..a0df536f16 --- /dev/null +++ b/examples/ffluci/view/example-simpleview/foo.htm @@ -0,0 +1,3 @@ +<%+header%> +<h1>bar</h1> +<%+footer%>
\ No newline at end of file diff --git a/examples/ffluci/view/example-simpleview/index.htm b/examples/ffluci/view/example-simpleview/index.htm new file mode 100755 index 0000000000..ffe1ccf71d --- /dev/null +++ b/examples/ffluci/view/example-simpleview/index.htm @@ -0,0 +1,6 @@ +<%+header%> +<p><%:descr This is the Simple View-Example.<br /> +This template is ffluci/view/example-simpleview/index.htm and belongs +to the index-Action.%></p> +<p><%:lan The router's LAN IP-Address is:%> <%~network.lan.ipaddr%></p> +<%+footer%>
\ No newline at end of file diff --git a/examples/ffluci/view/hello.htm b/examples/ffluci/view/hello.htm new file mode 100644 index 0000000000..8231b61f96 --- /dev/null +++ b/examples/ffluci/view/hello.htm @@ -0,0 +1 @@ +A very little Hello <%=muh%> |