Mercurial > SimpleWebPresenter
diff examples/master.xml @ 48:c6d0892f81ff
Documentation.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Tue, 09 Oct 2012 20:05:12 +0200 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/master.xml Tue Oct 09 20:05:12 2012 +0200 @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" + "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <title> + <param type="input_config" id="title"/> + </title> + <param type="input_config" id="css"/> + </head> + <body> + <div id="container"> + <param type="input" id="name" default="home"/> + <param type="option" id="lang" default="no"> + <accept_value>no</accept_value> + </param> + </div> + </body> +</html>
