comparison 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
comparison
equal deleted inserted replaced
47:66382989353f 48:c6d0892f81ff
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6 <title>
7 <param type="input_config" id="title"/>
8 </title>
9 <param type="input_config" id="css"/>
10 </head>
11 <body>
12 <div id="container">
13 <param type="input" id="name" default="home"/>
14 <param type="option" id="lang" default="no">
15 <accept_value>no</accept_value>
16 </param>
17 </div>
18 </body>
19 </html>