slitaz-dev-tools view slitaz-mercurial-style/templates/slitaz/error.tmpl @ rev 14

Add slitaz-mercurial-style.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Feb 24 07:39:10 2011 +0000 (2011-02-24)
parents
children 89df945a2c21
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 <h3>Search</h3>
38 <form class="search" action="{url}log">
39 {sessionvars%hiddenformentry}
40 <p><input name="rev" id="search1" type="text" /></p>
41 <div id="hint">find changesets by author, revision,
42 files, or words in the commit message</div>
43 </form>
44 <!-- Top block end -->
45 </div>
46 <!-- Block end -->
47 </div>
49 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> error</h2>
51 <div class="description">
52 <p>
53 An error occurred while processing your request:
54 </p>
55 <p>
56 {error|escape}
57 </p>
58 </div>
60 <!-- End of content -->
61 </div>
63 {footer}