Mercurial > hg-website
annotate templates/text.html @ 174:8bb9f5869602
Bitbucket asks for name + password, not only the password.
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Sat, 23 May 2009 12:25:26 +0200 |
parents | 93dadfa3c4b6 |
children |
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>HTML Ipsum Presents</h1> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
36 <p><strong>Pellentesque habitant morbi tristique</strong> senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. <em>Aenean ultricies mi vitae est.</em> Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, <code>commodo vitae</code>, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. <a href="#">Donec non enim</a> in turpis pulvinar facilisis. Ut felis.</p> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
37 |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
38 <h2>Header Level 2</h2> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
39 |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
40 <ol> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
41 <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
42 <li>Aliquam tincidunt mauris eu risus.</li> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
43 </ol> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
44 |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
45 <blockquote><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</p></blockquote> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
46 |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
47 <h3>Header Level 3</h3> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
48 |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
49 <ul> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
50 <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
51 <li>Aliquam tincidunt mauris eu risus.</li> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
52 </ul> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
53 |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
54 <pre><code> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
55 #header h1 a { |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
56 display: block; |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
57 width: 300px; |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
58 height: 80px; |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
59 } |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
60 </code></pre> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
61 |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
62 <table border="0" cellspacing="0" cellpadding="0"> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
63 <thead> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
64 <tr><th>version</th><th>release date</th><th>choose OS</th></tr> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
65 </thead> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
66 <tbody> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
67 <tr> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
68 <td><strong>mercurial 2.42</strong></td> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
69 <td>(28 february 2009)</td> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
70 <td><a href="javascript:void(0);">Windows</a> <a href="javascript:void(0);">Linux</a> <a href="javascript:void(0);">OS X</a></td> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
71 </tr> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
72 <tr> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
73 <td>mercurial 2.40</td> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
74 <td>(15 december 2008)</td> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
75 <td><a href="javascript:void(0);">Windows</a> <a href="javascript:void(0);">Linux</a> <a href="javascript:void(0);">OS X</a></td> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
76 </tr> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
77 </tbody> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
78 </table> |
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 <div class="col"> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
81 <h2>Latest News</h2> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
82 <ul> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
83 <li>or whatever will be</li> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
84 <li>in this column</li> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
85 </ul> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
86 </div> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
87 </div> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
88 |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
89 </div> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
90 |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
91 <div id="footer"> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
92 <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
|
93 <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
|
94 <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
|
95 |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
96 <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
|
97 </a> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
98 <br /> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
99 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
|
100 </div> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
101 |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
102 </body> |
93dadfa3c4b6
Initial commit of the new hg website.
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
103 </html> |