File: test2.xml

package info (click to toggle)
docbook-website 2.5.0.0-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,512 kB
  • sloc: xml: 1,341; lisp: 412; java: 77; makefile: 39; javascript: 8; sh: 2
file content (22 lines) | stat: -rw-r--r-- 802 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE webpage SYSTEM "../schema/dtd/website.dtd">
<webpage id="test2" xmlns:html="http://www.w3.org/1999/xhtml">
<config param="rcsdate" value="$Date: 2003/01/16 15:05:46 $"/>
<head>
<title>Form Test</title>
<summary>Form Test Page</summary>
</head>
<para>This is just a form test page.</para>
<html:form action="javascript:alert('you did something');">
<para>An input field: <html:input name="text"/>.</para>
<para>A label: <html:label>label</html:label>.</para>
<para>A button: <html:button><emphasis>This</emphasis> Button</html:button>.</para>
<para>Selection: <html:select>
<html:option>foo</html:option>
<html:option selected="selected">bar</html:option>
<html:option>baz</html:option>
</html:select>.
</para>
<para><html:input type="submit" value="Do it!"/>.</para>
</html:form>
</webpage>