annotate templates/form.html @ 218:7ba358bcf795

Changed the search form to search the wiki.
author Arne Babenhauserheide <bab@draketo.de>
date Fri, 10 Jul 2009 10:36:15 +0200
parents 93dadfa3c4b6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
2 "http://www.w3.org/TR/html4/loose.dtd">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
3 <html>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
4 <head>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
6 <link href="styles/styles.css" type="text/css" rel="stylesheet">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
7 <script type="text/javascript" src="javascript/typeface.js"></script>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
8 <script type="text/javascript" src="javascript/optimer_regular.typeface.js"></script>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
9 <title>mercurial</title>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
10 </head>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
11 <body>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
12
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
13 <h1 id="logo"><a href="/">mercurial</a></h1>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
14
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
15 <ul id="nav" class="typeface-js">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
16 <li class="active"><a href="javascript:void(0);">about</a></li>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
17 <li><a href="javascript:void(0);">download</a></li>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
18 <li><a href="javascript:void(0);">extensions</a></li>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
19 <li><a href="javascript:void(0);">docs</a></li>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
20 <li><a href="javascript:void(0);">community</a></li>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
21 </ul>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
22
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
23 <form id="search" method="post" action="index.html">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
24 <fieldset>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
25 <legend>Search form</legend>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
26 <label for="keyword">keyword</label>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
27 <input class="text" type="text" name="keyword" id="keyword">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
28 <input class="submit" type="submit" value="search">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
29 </fieldset>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
30 </form>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
31
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
32 <div id="content">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
33 <div class="row">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
34 <div class="col big">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
35 <h1>Feedback</h1>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
36 <form method="post">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
37 <fieldset>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
38 <p>Sample form</p>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
39 <ol>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
40 <li>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
41 <label for="name">Name</label>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
42 <input type="text" id="name">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
43 </li>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
44 <li>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
45 <label for="email">Email</label>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
46 <input type="text" id="email">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
47 </li>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
48 <li>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
49 <label for="ideea">Your ideea</label>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
50 <textarea id="ideea" rows="5" cols="20"></textarea>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
51 </li>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
52 <li class="submit">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
53 <input type="submit" value="Send">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
54 </li>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
55 </ol>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
56 </fieldset>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
57 </form>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
58 </div>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
59 <div class="col">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
60 <h2>Latest News</h2>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
61 <ul>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
62 <li>or whatever will be</li>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
63 <li>in this column</li>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
64 </ul>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
65 </div>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
66 </div>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
67
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
68 </div>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
69
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
70 <div id="footer">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
71 <a href="http://www.designpunct.ro">punct</a> /
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
72 <a href="http://www.avantlumiere.com/">bitbucket</a> /
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
73 <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
74
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
75 <img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/us/80x15.png" />
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
76 </a>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
77 <br />
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
78 This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License</a>.
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
79 </div>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
80
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
81 </body>
93dadfa3c4b6 Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff changeset
82 </html>