Switch the 'modify' code of admin/field.php to use templates
[bugdar.git] / docs / example.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html>
3 <head>
4 <title>CSS Columnar Example</title>
5 <link rel="stylesheet" href="example.css" type="text/css" />
6 </head>
7 <body>
8
9 <form name="entry_form" method="post" action="/log/mt.cgi">
10
11 <div id="container">
12
13 <div id="leftcol">
14 <div class="field">
15 <label for="status"> Post Status </label>
16 <br />
17 <select name="status" id="status" tabindex="7">
18 <option value="1" selected="selected">Unpublished </option>
19 <option value="2">Published </option>
20 <option value="4">Scheduled </option>
21 </select>
22 </div>
23
24 <div class="field">
25 <label> Authored On </label>
26 <br />
27 <input name="created_on_manual" id="created_on_manual" tabindex="8" value="2005-10-01 21:21:41" />
28 </div>
29 </div>
30
31
32 <div id="midcol">
33 <div class="field">
34 <label for="convert_breaks"> Text Formatting </label>
35 <br />
36 <select name="convert_breaks" id="convert_breaks" tabindex="10">
37 <option value="0">None </option>
38 <option value="__default__" selected="selected">Convert Line Breaks </option>
39 </select>
40 </div>
41 <div class="field">
42 <label> Basename </label>
43 <br />
44 <input type="text" size="18" disabled="disabled" name="basename" id="basename" value="" />
45 </div>
46 </div>
47
48
49 <div id="rightcol">
50 <div class="field">
51 <label for="allow_comments"> <input type="checkbox" name="allow_comments" id="allow_comments" tabindex="10" value="1" checked="checked" /> Accept Comments </label>
52 </div>
53 <div class="field">
54 <label for="allow_pings"> <input type="checkbox" name="allow_pings" id="allow_pings" tabindex="11" value="1" checked="checked" /> Accept TrackBacks </label>
55 </div>
56 <div class="field">
57 <label for="to_ping_urls"> Outbound TrackBack URLs </label>
58 <br />
59 <input name="to_ping_urls" id="to_ping_urls" tabindex="12" value="" />
60 </div>
61 </div>
62
63 </div>
64
65 </form>
66
67 </body>
68 </html>