wok view slitaz-mercurial-style/stuff/templates/slitaz/error.tmpl @ rev 7939

slitaz-mercurial-style: Almost migration finished
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jan 11 23:27:31 2011 +0100 (2011-01-11)
parents 5e5a67e17e5a
children caba5f010c62
line source
1 {header}
2 <title>{repo|escape}: error</title>
3 </head>
4 <body>
6 <!-- Header -->
7 <div id="header">
8 <a href="http://hg.slitaz.org/"><img id="logo"
9 src="{staticurl}logo.png"
10 title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
11 <p id="titre">#!/Hg/repos</p>
12 </div>
14 <!-- Content -->
15 <div id="content-full">
17 <!-- Block begin -->
18 <div class="block">
19 <!-- Nav block begin -->
20 <div id="block_nav">
21 <h3><img src="{staticurl}network.png" alt="png" />Navigation</h3>
22 <ul>
23 <li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
24 <li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
25 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
26 <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
27 </ul>
28 <!-- Nav block end -->
29 </div>
30 <!-- Top block begin -->
31 <div id="block_top">
32 <h1>Project: {repo|escape}</h1>
33 <p>
34 This web interface lets you follow in real time all improvements,
35 fixes and other changes made by SliTaz GNU/Linux contributors.
36 </p>
37 Download archive:
38 <ul>
39 {archives%archiveentry}
40 </ul>
41 <h3>Search</h3>
42 <form class="search" action="{url}log">
43 {sessionvars%hiddenformentry}
44 <p><input name="rev" id="search1" type="text" /></p>
45 <div id="hint">find changesets by author, revision,
46 files, or words in the commit message</div>
47 </form>
48 <!-- Top block end -->
49 </div>
50 <!-- Block end -->
51 </div>
53 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> error</h2>
55 <div class="description">
56 <p>
57 An error occurred while processing your request:
58 </p>
59 <p>
60 {error|escape}
61 </p>
62 </div>
64 <!-- End of content -->
65 </div>
67 {footer}