wok rev 7939
slitaz-mercurial-style: Almost migration finished
line diff
1.1 --- a/slitaz-mercurial-style/receipt Tue Jan 11 22:37:12 2011 +0100 1.2 +++ b/slitaz-mercurial-style/receipt Tue Jan 11 23:27:31 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="slitaz-mercurial-style" 1.7 -VERSION="2.3" 1.8 +VERSION="2.4" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="SliTaz CSS style and images for Mercurial Web repos." 1.11 DEPENDS="mercurial"
2.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/branches.tmpl Tue Jan 11 22:37:12 2011 +0100 2.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/branches.tmpl Tue Jan 11 23:27:31 2011 +0100 2.3 @@ -10,38 +10,47 @@ 2.4 <!-- Header --> 2.5 <div id="header"> 2.6 <a href="http://hg.slitaz.org/"><img id="logo" 2.7 - src="{staticurl}logo.png" title="www.slitaz.org" alt="www.slitaz.org" 2.8 - style="border: 0px solid ; width: 200px; height: 74px;" /></a> 2.9 + src="{staticurl}logo.png" 2.10 + title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 2.11 <p id="titre">#!/Hg/repos</p> 2.12 </div> 2.13 2.14 -<div class="container"> 2.15 -<div id="nav"> 2.16 +<!-- Content --> 2.17 +<div id="content-full"> 2.18 2.19 -<div class="nav_box"> 2.20 -<h4>Navigation</h4> 2.21 -<ul> 2.22 - <li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li> 2.23 - <li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li> 2.24 - <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 2.25 - <li class="active">branches</li> 2.26 -</ul> 2.27 +<!-- Block begin --> 2.28 +<div class="block"> 2.29 + <!-- Nav block begin --> 2.30 + <div id="block_nav"> 2.31 + <h3><img src="{staticurl}network.png" alt="png" />Navigation</h3> 2.32 + <ul> 2.33 + <li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li> 2.34 + <li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li> 2.35 + <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 2.36 + <li class="active">branches</li> 2.37 + </ul> 2.38 + <!-- Nav block end --> 2.39 + </div> 2.40 + <!-- Top block begin --> 2.41 + <div id="block_top"> 2.42 + <h1>Project: {repo|escape}</h1> 2.43 + <p> 2.44 + This web interface lets you follow in real time all improvements, 2.45 + fixes and other changes made by SliTaz GNU/Linux contributors. 2.46 + </p> 2.47 + <h3>Search</h3> 2.48 + <form class="search" action="{url}log"> 2.49 + {sessionvars%hiddenformentry} 2.50 + <p><input name="rev" id="search1" type="text" /></p> 2.51 + <div id="hint">find changesets by author, revision, 2.52 + files, or words in the commit message</div> 2.53 + </form> 2.54 + <!-- Top block end --> 2.55 + </div> 2.56 +<!-- Block end --> 2.57 </div> 2.58 2.59 -<div class="nav_box"> 2.60 -<h4>Search</h4> 2.61 -<form class="search" action="{url}log"> 2.62 -{sessionvars%hiddenformentry} 2.63 -<p><input name="rev" id="search1" type="text" /></p> 2.64 -<div id="hint">find changesets by author, revision, 2.65 -files, or words in the commit message</div> 2.66 -</form> 2.67 -</div> 2.68 -</div> 2.69 - 2.70 -<div class="main"> 2.71 -<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2> 2.72 -<h3>branches</h3> 2.73 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> branches</h2> 2.74 2.75 <table class="bigtable"> 2.76 <tr>
3.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/changeset.tmpl Tue Jan 11 22:37:12 2011 +0100 3.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/changeset.tmpl Tue Jan 11 23:27:31 2011 +0100 3.3 @@ -6,49 +6,55 @@ 3.4 <!-- Header --> 3.5 <div id="header"> 3.6 <a href="http://hg.slitaz.org/"><img id="logo" 3.7 - src="{staticurl}logo.png" title="www.slitaz.org" alt="www.slitaz.org" 3.8 - style="border: 0px solid ; width: 200px; height: 74px;" /></a> 3.9 + src="{staticurl}logo.png" 3.10 + title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 3.11 <p id="titre">#!/Hg/repos</p> 3.12 </div> 3.13 3.14 -<div class="container"> 3.15 -<div id="nav"> 3.16 +<!-- Content --> 3.17 +<div id="content-full"> 3.18 3.19 -<div class="nav_box"> 3.20 -<h4>Navigation</h4> 3.21 -<ul> 3.22 - <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> 3.23 - <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> 3.24 - <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 3.25 - <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 3.26 - <li class="active">changeset</li> 3.27 - <li><a href="{url}raw-rev/{node|short}{sessionvars%urlparameter}">raw</a></li> 3.28 - <li><a href="{url}file/{node|short}{sessionvars%urlparameter}">browse</a></li> 3.29 -</ul> 3.30 +<!-- Block begin --> 3.31 +<div class="block"> 3.32 + <!-- Nav block begin --> 3.33 + <div id="block_nav"> 3.34 + <h3><img src="{staticurl}network.png" alt="png" />Navigation</h3> 3.35 + <ul> 3.36 + <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> 3.37 + <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> 3.38 + <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 3.39 + <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 3.40 + <li class="active">changeset</li> 3.41 + <li><a href="{url}raw-rev/{node|short}{sessionvars%urlparameter}">raw</a></li> 3.42 + <li><a href="{url}file/{node|short}{sessionvars%urlparameter}">browse</a></li> 3.43 + </ul> 3.44 + <!-- Nav block end --> 3.45 + </div> 3.46 + <!-- Top block begin --> 3.47 + <div id="block_top"> 3.48 + <h1>Project: {repo|escape}</h1> 3.49 + <p> 3.50 + This web interface lets you follow in real time all improvements, 3.51 + fixes and other changes made by SliTaz GNU/Linux contributors. 3.52 + </p> 3.53 + Download archive: 3.54 + <ul> 3.55 + {archives%archiveentry} 3.56 + </ul> 3.57 + <h3>Search</h3> 3.58 + <form class="search" action="{url}log"> 3.59 + {sessionvars%hiddenformentry} 3.60 + <p><input name="rev" id="search1" type="text" /></p> 3.61 + <div id="hint">find changesets by author, revision, 3.62 + files, or words in the commit message</div> 3.63 + </form> 3.64 + <!-- Top block end --> 3.65 + </div> 3.66 +<!-- Block end --> 3.67 </div> 3.68 3.69 -<div class="nav_box"> 3.70 -<h4>Search</h4> 3.71 -<form class="search" action="{url}log"> 3.72 -{sessionvars%hiddenformentry} 3.73 -<p><input name="rev" id="search1" type="text" /></p> 3.74 -<div id="hint">find changesets by author, revision, 3.75 -files, or words in the commit message</div> 3.76 -</form> 3.77 -</div> 3.78 - 3.79 -<div class="nav_box"> 3.80 -<h4>Archive</h4> 3.81 -<ul> 3.82 - {archives%archiveentry} 3.83 -</ul> 3.84 -</div> 3.85 -</div> 3.86 - 3.87 -<div class="main"> 3.88 - 3.89 -<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2> 3.90 -<h3>changeset {rev}:{node|short} {changesetbranch%changelogbranchname} {changesettag}</h3> 3.91 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> 3.92 + changeset {rev}:{node|short} {changesetbranch%changelogbranchname} {changesettag}</h2> 3.93 3.94 <div class="description">{desc|strip|escape|addbreaks|nonempty}</div> 3.95
4.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/error.tmpl Tue Jan 11 22:37:12 2011 +0100 4.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/error.tmpl Tue Jan 11 23:27:31 2011 +0100 4.3 @@ -6,43 +6,55 @@ 4.4 <!-- Header --> 4.5 <div id="header"> 4.6 <a href="http://hg.slitaz.org/"><img id="logo" 4.7 - src="{staticurl}logo.png" title="www.slitaz.org" alt="www.slitaz.org" 4.8 - style="border: 0px solid ; width: 200px; height: 74px;" /></a> 4.9 + src="{staticurl}logo.png" 4.10 + title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 4.11 <p id="titre">#!/Hg/repos</p> 4.12 </div> 4.13 4.14 -<div class="container"> 4.15 -<div id="nav"> 4.16 +<!-- Content --> 4.17 +<div id="content-full"> 4.18 4.19 -<div class="nav_box"> 4.20 -<h4>Navigation</h4> 4.21 -<ul> 4.22 - <li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li> 4.23 - <li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li> 4.24 - <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 4.25 - <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 4.26 -</ul> 4.27 +<!-- Block begin --> 4.28 +<div class="block"> 4.29 + <!-- Nav block begin --> 4.30 + <div id="block_nav"> 4.31 + <h3><img src="{staticurl}network.png" alt="png" />Navigation</h3> 4.32 + <ul> 4.33 + <li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li> 4.34 + <li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li> 4.35 + <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 4.36 + <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 4.37 + </ul> 4.38 + <!-- Nav block end --> 4.39 + </div> 4.40 + <!-- Top block begin --> 4.41 + <div id="block_top"> 4.42 + <h1>Project: {repo|escape}</h1> 4.43 + <p> 4.44 + This web interface lets you follow in real time all improvements, 4.45 + fixes and other changes made by SliTaz GNU/Linux contributors. 4.46 + </p> 4.47 + Download archive: 4.48 + <ul> 4.49 + {archives%archiveentry} 4.50 + </ul> 4.51 + <h3>Search</h3> 4.52 + <form class="search" action="{url}log"> 4.53 + {sessionvars%hiddenformentry} 4.54 + <p><input name="rev" id="search1" type="text" /></p> 4.55 + <div id="hint">find changesets by author, revision, 4.56 + files, or words in the commit message</div> 4.57 + </form> 4.58 + <!-- Top block end --> 4.59 + </div> 4.60 +<!-- Block end --> 4.61 </div> 4.62 4.63 -<div class="nav_box"> 4.64 -<h4>Search</h4> 4.65 -<form class="search" action="{url}log"> 4.66 -{sessionvars%hiddenformentry} 4.67 -<p><input name="rev" id="search1" type="text" /></p> 4.68 -<div id="hint">find changesets by author, revision, 4.69 -files, or words in the commit message</div> 4.70 -</form> 4.71 -</div> 4.72 -</div> 4.73 - 4.74 -<div class="main"> 4.75 - 4.76 -<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2> 4.77 -<h3>error</h3> 4.78 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> error</h2> 4.79 4.80 <div class="description"> 4.81 <p> 4.82 -An error occurred while processing your request: 4.83 + An error occurred while processing your request: 4.84 </p> 4.85 <p> 4.86 {error|escape}
5.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/fileannotate.tmpl Tue Jan 11 22:37:12 2011 +0100 5.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/fileannotate.tmpl Tue Jan 11 23:27:31 2011 +0100 5.3 @@ -3,58 +3,51 @@ 5.4 </head> 5.5 <body> 5.6 5.7 -<!-- Header --> 5.8 -<div id="header"> 5.9 - <a href="http://hg.slitaz.org/"><img id="logo" 5.10 - src="{staticurl}logo.png" title="www.slitaz.org" alt="www.slitaz.org" 5.11 - style="border: 0px solid ; width: 200px; height: 74px;" /></a> 5.12 - <p id="titre">#!/Hg/repos</p> 5.13 +<!-- Block begin --> 5.14 +<div class="block"> 5.15 + <!-- Nav block begin --> 5.16 + <div id="block_nav"> 5.17 + <h3><img src="{staticurl}network.png" alt="png" />Navigation & View</h3> 5.18 + <div class="right_box"> 5.19 + <ul> 5.20 + <li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li> 5.21 + <li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li> 5.22 + <li class="active">annotate</li> 5.23 + <li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file log</a></li> 5.24 + <li><a href="{url}raw-annotate/{node|short}/{file|urlescape}">raw</a></li> 5.25 + </ul> 5.26 + </div> 5.27 + <ul> 5.28 + <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> 5.29 + <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> 5.30 + <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 5.31 + <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 5.32 + <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li> 5.33 + <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li> 5.34 + </ul> 5.35 + <!-- Nav block end --> 5.36 + </div> 5.37 + <!-- Top block begin --> 5.38 + <div id="block_top"> 5.39 + <h1>Project: {repo|escape}</h1> 5.40 + <p> 5.41 + This web interface lets you follow in real time all improvements, 5.42 + fixes and other changes made by SliTaz GNU/Linux contributors. 5.43 + </p> 5.44 + <h3>Search</h3> 5.45 + <form class="search" action="{url}log"> 5.46 + {sessionvars%hiddenformentry} 5.47 + <p><input name="rev" id="search1" type="text" /></p> 5.48 + <div id="hint">find changesets by author, revision, 5.49 + files, or words in the commit message</div> 5.50 + </form> 5.51 + <!-- Top block end --> 5.52 + </div> 5.53 +<!-- Block end --> 5.54 </div> 5.55 5.56 -<div class="container"> 5.57 -<div id="nav"> 5.58 - 5.59 -<div class="nav_box"> 5.60 -<h4>Navigation</h4> 5.61 -<ul> 5.62 - <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> 5.63 - <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> 5.64 - <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 5.65 - <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 5.66 - <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li> 5.67 - <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li> 5.68 -</ul> 5.69 -<h4>View</h4> 5.70 -<ul> 5.71 - <li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li> 5.72 - <li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li> 5.73 - <li class="active">annotate</li> 5.74 - <li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file log</a></li> 5.75 - <li><a href="{url}raw-annotate/{node|short}/{file|urlescape}">raw</a></li> 5.76 -</ul> 5.77 -</div> 5.78 - 5.79 -<div class="nav_box"> 5.80 -<h4>Search</h4> 5.81 -<form class="search" action="{url}log"> 5.82 -{sessionvars%hiddenformentry} 5.83 -<p><input name="rev" id="search1" type="text" /></p> 5.84 -<div id="hint">find changesets by author, revision, 5.85 -files, or words in the commit message</div> 5.86 -</form> 5.87 -</div> 5.88 -</div> 5.89 - 5.90 -<div class="main"> 5.91 -<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2> 5.92 -<h3>annotate {file|escape} @ {rev}:{node|short}</h3> 5.93 - 5.94 -<form class="search" action="{url}log"> 5.95 -{sessionvars%hiddenformentry} 5.96 -<p><input name="rev" id="search1" type="text" size="30" /></p> 5.97 -<div id="hint">find changesets by author, revision, 5.98 -files, or words in the commit message</div> 5.99 -</form> 5.100 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> 5.101 + annotate {file|escape} @ {rev}:{node|short}</h2> 5.102 5.103 <div class="description">{desc|strip|escape|addbreaks|nonempty}</div> 5.104
6.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/filediff.tmpl Tue Jan 11 22:37:12 2011 +0100 6.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/filediff.tmpl Tue Jan 11 23:27:31 2011 +0100 6.3 @@ -3,51 +3,51 @@ 6.4 </head> 6.5 <body> 6.6 6.7 -<!-- Header --> 6.8 -<div id="header"> 6.9 - <a href="http://hg.slitaz.org/"><img id="logo" 6.10 - src="{staticurl}logo.png" title="www.slitaz.org" alt="www.slitaz.org" 6.11 - style="border: 0px solid ; width: 200px; height: 74px;" /></a> 6.12 - <p id="titre">#!/Hg/repos</p> 6.13 +<!-- Block begin --> 6.14 +<div class="block"> 6.15 + <!-- Nav block begin --> 6.16 + <div id="block_nav"> 6.17 + <h3><img src="{staticurl}network.png" alt="png" />Navigation & View</h3> 6.18 + <div class="right_box"> 6.19 + <ul> 6.20 + <li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li> 6.21 + <li class="active">diff</li> 6.22 + <li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li> 6.23 + <li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file log</a></li> 6.24 + <li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li> 6.25 + </ul> 6.26 + </div> 6.27 + <ul> 6.28 + <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> 6.29 + <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> 6.30 + <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 6.31 + <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 6.32 + <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li> 6.33 + <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li> 6.34 + </ul> 6.35 + <!-- Nav block end --> 6.36 + </div> 6.37 + <!-- Top block begin --> 6.38 + <div id="block_top"> 6.39 + <h1>Project: {repo|escape}</h1> 6.40 + <p> 6.41 + This web interface lets you follow in real time all improvements, 6.42 + fixes and other changes made by SliTaz GNU/Linux contributors. 6.43 + </p> 6.44 + <h3>Search</h3> 6.45 + <form class="search" action="{url}log"> 6.46 + {sessionvars%hiddenformentry} 6.47 + <p><input name="rev" id="search1" type="text" /></p> 6.48 + <div id="hint">find changesets by author, revision, 6.49 + files, or words in the commit message</div> 6.50 + </form> 6.51 + <!-- Top block end --> 6.52 + </div> 6.53 +<!-- Block end --> 6.54 </div> 6.55 6.56 -<div class="container"> 6.57 -<div id="nav"> 6.58 - 6.59 -<div class="nav_box"> 6.60 -<h4>Navigation</h4> 6.61 -<ul> 6.62 - <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> 6.63 - <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> 6.64 - <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 6.65 - <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 6.66 - <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li> 6.67 - <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li> 6.68 -</ul> 6.69 -<h4>View</h4> 6.70 -<ul> 6.71 - <li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li> 6.72 - <li class="active">diff</li> 6.73 - <li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li> 6.74 - <li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file log</a></li> 6.75 - <li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li> 6.76 -</ul> 6.77 -</div> 6.78 - 6.79 -<div class="nav_box"> 6.80 -<h4>Search</h4> 6.81 -<form class="search" action="{url}log"> 6.82 -{sessionvars%hiddenformentry} 6.83 -<p><input name="rev" id="search1" type="text" /></p> 6.84 -<div id="hint">find changesets by author, revision, 6.85 -files, or words in the commit message</div> 6.86 -</form> 6.87 -</div> 6.88 -</div> 6.89 - 6.90 -<div class="main"> 6.91 -<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2> 6.92 -<h3>diff {file|escape} @ {rev}:{node|short}</h3> 6.93 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> 6.94 + diff {file|escape} @ {rev}:{node|short}</h2> 6.95 6.96 <div class="description">{desc|strip|escape|addbreaks|nonempty}</div> 6.97
7.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/filelog.tmpl Tue Jan 11 22:37:12 2011 +0100 7.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/filelog.tmpl Tue Jan 11 23:27:31 2011 +0100 7.3 @@ -7,58 +7,51 @@ 7.4 </head> 7.5 <body> 7.6 7.7 -<!-- Header --> 7.8 -<div id="header"> 7.9 - <a href="http://hg.slitaz.org/"><img id="logo" 7.10 - src="{staticurl}logo.png" title="www.slitaz.org" alt="www.slitaz.org" 7.11 - style="border: 0px solid ; width: 200px; height: 74px;" /></a> 7.12 - <p id="titre">#!/Hg/repos</p> 7.13 +<!-- Block begin --> 7.14 +<div class="block"> 7.15 + <!-- Nav block begin --> 7.16 + <div id="block_nav"> 7.17 + <h3><img src="{staticurl}network.png" alt="png" />Navigation & View</h3> 7.18 + <div class="right_box"> 7.19 + <ul> 7.20 + <li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li> 7.21 + <li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li> 7.22 + <li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li> 7.23 + <li class="active">file log</li> 7.24 + <li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li> 7.25 + </ul> 7.26 + </div> 7.27 + <ul> 7.28 + <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> 7.29 + <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> 7.30 + <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 7.31 + <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 7.32 + <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li> 7.33 + <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li> 7.34 + </ul> 7.35 + <!-- Nav block end --> 7.36 + </div> 7.37 + <!-- Top block begin --> 7.38 + <div id="block_top"> 7.39 + <h1>Project: {repo|escape}</h1> 7.40 + <p> 7.41 + This web interface lets you follow in real time all improvements, 7.42 + fixes and other changes made by SliTaz GNU/Linux contributors. 7.43 + </p> 7.44 + <h3>Search</h3> 7.45 + <form class="search" action="{url}log"> 7.46 + {sessionvars%hiddenformentry} 7.47 + <p><input name="rev" id="search1" type="text" /></p> 7.48 + <div id="hint">find changesets by author, revision, 7.49 + files, or words in the commit message</div> 7.50 + </form> 7.51 + <!-- Top block end --> 7.52 + </div> 7.53 +<!-- Block end --> 7.54 </div> 7.55 7.56 -<div class="container"> 7.57 -<div id="nav"> 7.58 - 7.59 -<div class="nav_box"> 7.60 -<h4>Navigation</h4> 7.61 -<ul> 7.62 - <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> 7.63 - <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> 7.64 - <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 7.65 - <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 7.66 - <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li> 7.67 - <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li> 7.68 -</ul> 7.69 -<h4>View</h4> 7.70 -<ul> 7.71 - <li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li> 7.72 - <li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li> 7.73 - <li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li> 7.74 - <li class="active">file log</li> 7.75 - <li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li> 7.76 -</ul> 7.77 -</div> 7.78 - 7.79 -<div class="nav_box"> 7.80 -<h4>Search</h4> 7.81 -<form class="search" action="{url}log"> 7.82 -{sessionvars%hiddenformentry} 7.83 -<p><input name="rev" id="search1" type="text" /></p> 7.84 -<div id="hint">find changesets by author, revision, 7.85 -files, or words in the commit message</div> 7.86 -</form> 7.87 -</div> 7.88 -</div> 7.89 - 7.90 -<div class="main"> 7.91 -<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2> 7.92 -<h3>log {file|escape}</h3> 7.93 - 7.94 -<form class="search" action="{url}log"> 7.95 -{sessionvars%hiddenformentry} 7.96 -<p><input name="rev" id="search1" type="text" size="30" /></p> 7.97 -<div id="hint">find changesets by author, revision, 7.98 -files, or words in the commit message</div> 7.99 -</form> 7.100 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> 7.101 + log {file|escape}</h2> 7.102 7.103 <div class="navigate">{nav%filenaventry}</div> 7.104
8.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/filerevision.tmpl Tue Jan 11 22:37:12 2011 +0100 8.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/filerevision.tmpl Tue Jan 11 23:27:31 2011 +0100 8.3 @@ -3,51 +3,51 @@ 8.4 </head> 8.5 <body> 8.6 8.7 -<!-- Header --> 8.8 -<div id="header"> 8.9 - <a href="http://hg.slitaz.org/"><img id="logo" 8.10 - src="{staticurl}logo.png" title="www.slitaz.org" alt="www.slitaz.org" 8.11 - style="border: 0px solid ; width: 200px; height: 74px;" /></a> 8.12 - <p id="titre">#!/Hg/repos</p> 8.13 +<!-- Block begin --> 8.14 +<div class="block"> 8.15 + <!-- Nav block begin --> 8.16 + <div id="block_nav"> 8.17 + <h3><img src="{staticurl}network.png" alt="png" />Navigation & View</h3> 8.18 + <div class="right_box"> 8.19 + <ul> 8.20 + <li class="active">file</li> 8.21 + <li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li> 8.22 + <li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li> 8.23 + <li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file log</a></li> 8.24 + <li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li> 8.25 + </ul> 8.26 + </div> 8.27 + <ul> 8.28 + <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> 8.29 + <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> 8.30 + <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 8.31 + <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 8.32 + <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li> 8.33 + <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li> 8.34 + </ul> 8.35 + <!-- Nav block end --> 8.36 + </div> 8.37 + <!-- Top block begin --> 8.38 + <div id="block_top"> 8.39 + <h1>Project: {repo|escape}</h1> 8.40 + <p> 8.41 + This web interface lets you follow in real time all improvements, 8.42 + fixes and other changes made by SliTaz GNU/Linux contributors. 8.43 + </p> 8.44 + <h3>Search</h3> 8.45 + <form class="search" action="{url}log"> 8.46 + {sessionvars%hiddenformentry} 8.47 + <p><input name="rev" id="search1" type="text" /></p> 8.48 + <div id="hint">find changesets by author, revision, 8.49 + files, or words in the commit message</div> 8.50 + </form> 8.51 + <!-- Top block end --> 8.52 + </div> 8.53 +<!-- Block end --> 8.54 </div> 8.55 8.56 -<div class="container"> 8.57 -<div id="nav"> 8.58 - 8.59 -<div class="nav_box"> 8.60 -<h4>Navigation</h4> 8.61 -<ul> 8.62 - <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> 8.63 - <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> 8.64 - <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 8.65 - <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 8.66 - <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li> 8.67 - <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li> 8.68 -</ul> 8.69 -<h4>View</h4> 8.70 -<ul> 8.71 - <li class="active">file</li> 8.72 - <li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li> 8.73 - <li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li> 8.74 - <li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file log</a></li> 8.75 - <li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li> 8.76 -</ul> 8.77 -</div> 8.78 - 8.79 -<div class="nav_box"> 8.80 -<h4>Search</h4> 8.81 -<form class="search" action="{url}log"> 8.82 -{sessionvars%hiddenformentry} 8.83 -<p><input name="rev" id="search1" type="text" /></p> 8.84 -<div id="hint">find changesets by author, revision, 8.85 -files, or words in the commit message</div> 8.86 -</form> 8.87 -</div> 8.88 -</div> 8.89 - 8.90 -<div class="main"> 8.91 -<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2> 8.92 -<h3>view {file|escape} @ {rev}:{node|short}</h3> 8.93 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> 8.94 + view {file|escape} @ {rev}:{node|short}</h2> 8.95 8.96 <div class="description">{desc|strip|escape|addbreaks|nonempty}</div> 8.97
9.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/graph.tmpl Tue Jan 11 22:37:12 2011 +0100 9.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/graph.tmpl Tue Jan 11 23:27:31 2011 +0100 9.3 @@ -11,40 +11,49 @@ 9.4 <!-- Header --> 9.5 <div id="header"> 9.6 <a href="http://hg.slitaz.org/"><img id="logo" 9.7 - src="{staticurl}logo.png" title="www.slitaz.org" alt="www.slitaz.org" 9.8 - style="border: 0px solid ; width: 200px; height: 74px;" /></a> 9.9 + src="{staticurl}logo.png" 9.10 + title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 9.11 <p id="titre">#!/Hg/repos</p> 9.12 </div> 9.13 9.14 -<div class="container"> 9.15 -<div id="nav"> 9.16 +<!-- Content --> 9.17 +<div id="content-full"> 9.18 9.19 -<div class="nav_box"> 9.20 -<h4>Navigation</h4> 9.21 -<ul> 9.22 - <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> 9.23 - <li class="active">graph</li> 9.24 - <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 9.25 - <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 9.26 - <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li> 9.27 - <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li> 9.28 -</ul> 9.29 +<!-- Block begin --> 9.30 +<div class="block"> 9.31 + <!-- Nav block begin --> 9.32 + <div id="block_nav"> 9.33 + <h3><img src="{staticurl}network.png" alt="png" />Navigation</h3> 9.34 + <ul> 9.35 + <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> 9.36 + <li class="active">graph</li> 9.37 + <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 9.38 + <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 9.39 + <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li> 9.40 + <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li> 9.41 + </ul> 9.42 + <!-- Nav block end --> 9.43 + </div> 9.44 + <!-- Top block begin --> 9.45 + <div id="block_top"> 9.46 + <h1>Project: {repo|escape}</h1> 9.47 + <p> 9.48 + This web interface lets you follow in real time all improvements, 9.49 + fixes and other changes made by SliTaz GNU/Linux contributors. 9.50 + </p> 9.51 + <h3>Search</h3> 9.52 + <form class="search" action="{url}log"> 9.53 + {sessionvars%hiddenformentry} 9.54 + <p><input name="rev" id="search1" type="text" /></p> 9.55 + <div id="hint">find changesets by author, revision, 9.56 + files, or words in the commit message</div> 9.57 + </form> 9.58 + <!-- Top block end --> 9.59 + </div> 9.60 +<!-- Block end --> 9.61 </div> 9.62 9.63 -<div class="nav_box"> 9.64 -<h4>Search</h4> 9.65 -<form class="search" action="{url}log"> 9.66 -{sessionvars%hiddenformentry} 9.67 -<p><input name="rev" id="search1" type="text" /></p> 9.68 -<div id="hint">find changesets by author, revision, 9.69 -files, or words in the commit message</div> 9.70 -</form> 9.71 -</div> 9.72 -</div> 9.73 - 9.74 -<div class="main"> 9.75 -<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2> 9.76 -<h3>graph</h3> 9.77 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> graph</h2> 9.78 9.79 <div class="navigate"> 9.80 <a href="{url}graph/{rev}{lessvars%urlparameter}">less</a>
10.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/index.tmpl Tue Jan 11 22:37:12 2011 +0100 10.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/index.tmpl Tue Jan 11 23:27:31 2011 +0100 10.3 @@ -23,7 +23,7 @@ 10.4 <li><a href="http://www.slitaz.org/en/devel/">Website/devel</a></li> 10.5 <li><a href="http://labs.slitaz.org/">Laboratories</a></li> 10.6 <li><a href="http://bb.slitaz.org/">Build Bot</a></li> 10.7 - <li><a href="http://scn.slitaz.org/">Community Network</a></li> 10.8 + <li><a href="http://scn.slitaz.org/">Community</a></li> 10.9 <li><a href="http://pkgs.slitaz.org/">Packages</a></li> 10.10 <li><a href="http://tank.slitaz.org/">Tank Server</a></li> 10.11 </ul>
11.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/manifest.tmpl Tue Jan 11 22:37:12 2011 +0100 11.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/manifest.tmpl Tue Jan 11 23:27:31 2011 +0100 11.3 @@ -6,47 +6,55 @@ 11.4 <!-- Header --> 11.5 <div id="header"> 11.6 <a href="http://hg.slitaz.org/"><img id="logo" 11.7 - src="{staticurl}logo.png" title="www.slitaz.org" alt="www.slitaz.org" 11.8 - style="border: 0px solid ; width: 200px; height: 74px;" /></a> 11.9 + src="{staticurl}logo.png" 11.10 + title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 11.11 <p id="titre">#!/Hg/repos</p> 11.12 </div> 11.13 11.14 -<div class="container"> 11.15 -<div id="nav"> 11.16 +<!-- Content --> 11.17 +<div id="content-full"> 11.18 11.19 -<div class="nav_box"> 11.20 -<h4>Navigation</h4> 11.21 -<ul> 11.22 - <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> 11.23 - <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> 11.24 - <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 11.25 - <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 11.26 - <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li> 11.27 - <li class="active">browse</li> 11.28 -</ul> 11.29 -</div> 11.30 - 11.31 -<div class="nav_box"> 11.32 -<h4>Search</h4> 11.33 -<form class="search" action="{url}log"> 11.34 -{sessionvars%hiddenformentry} 11.35 -<p><input name="rev" id="search1" type="text" /></p> 11.36 -<div id="hint">find changesets by author, revision, 11.37 -files, or words in the commit message</div> 11.38 -</form> 11.39 -</div> 11.40 - 11.41 -<div class="nav_box"> 11.42 -<h4>Archive</h4> 11.43 -<ul> 11.44 - {archives%archiveentry} 11.45 -</ul> 11.46 -</div> 11.47 +<!-- Block begin --> 11.48 +<div class="block"> 11.49 + <!-- Nav block begin --> 11.50 + <div id="block_nav"> 11.51 + <h3><img src="{staticurl}network.png" alt="png" />Navigation</h3> 11.52 + <ul> 11.53 + <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> 11.54 + <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> 11.55 + <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 11.56 + <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 11.57 + <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li> 11.58 + <li class="active">browse</li> 11.59 + </ul> 11.60 + <!-- Nav block end --> 11.61 + </div> 11.62 + <!-- Top block begin --> 11.63 + <div id="block_top"> 11.64 + <h1>Project: {repo|escape}</h1> 11.65 + <p> 11.66 + This web interface lets you follow in real time all improvements, 11.67 + fixes and other changes made by SliTaz GNU/Linux contributors. 11.68 + </p> 11.69 + Download archive: 11.70 + <ul> 11.71 + {archives%archiveentry} 11.72 + </ul> 11.73 + <h3>Search</h3> 11.74 + <form class="search" action="{url}log"> 11.75 + {sessionvars%hiddenformentry} 11.76 + <p><input name="rev" id="search1" type="text" /></p> 11.77 + <div id="hint">find changesets by author, revision, 11.78 + files, or words in the commit message</div> 11.79 + </form> 11.80 + <!-- Top block end --> 11.81 + </div> 11.82 +<!-- Block end --> 11.83 </div> 11.84 11.85 <div class="main"> 11.86 -<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2> 11.87 -<h3>directory {path|escape} @ {rev}:{node|short} {tags%changelogtag}</h3> 11.88 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> 11.89 + directory {path|escape} @ {rev}:{node|short} {tags%changelogtag}</h2> 11.90 11.91 <table class="bigtable"> 11.92 <tr> 11.93 @@ -62,6 +70,8 @@ 11.94 {dentries%direntry} 11.95 {fentries%fileentry} 11.96 </table> 11.97 + 11.98 +<!-- End of content --> 11.99 </div> 11.100 -</div> 11.101 + 11.102 {footer}
12.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/notfound.tmpl Tue Jan 11 22:37:12 2011 +0100 12.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/notfound.tmpl Tue Jan 11 23:27:31 2011 +0100 12.3 @@ -1,36 +1,46 @@ 12.4 {header} 12.5 -<title>Mercurial repository not found</title> 12.6 +<title>SliTaz Repos - not found</title> 12.7 </head> 12.8 <body> 12.9 12.10 <!-- Header --> 12.11 <div id="header"> 12.12 <a href="http://hg.slitaz.org/"><img id="logo" 12.13 - src="{staticurl}logo.png" title="www.slitaz.org" alt="www.slitaz.org" 12.14 - style="border: 0px solid ; width: 200px; height: 74px;" /></a> 12.15 + src="{staticurl}logo.png" 12.16 + title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 12.17 <p id="titre">#!/Hg/repos</p> 12.18 </div> 12.19 12.20 -<div class="container"> 12.21 +<!-- Content --> 12.22 +<div id="content-full"> 12.23 12.24 -<div id="nav"> 12.25 -<div class="nav_box"> 12.26 -<h4>SliTaz Network</h4> 12.27 -<ul> 12.28 - <li><a href="http://www.slitaz.org/">Main Website</a></li> 12.29 - <li><a href="http://forum.slitaz.org/">Community Forum</a></li> 12.30 - <li><a href="http://labs.slitaz.org/">SliTaz Laboratories</a></li> 12.31 - <li><a href="http://pkgs.slitaz.org/">Packages Database</a></li> 12.32 - <li><a href="http://bb.slitaz.org/">SliTaz Build Bot</a></li> 12.33 -</ul> 12.34 +<!-- Block begin --> 12.35 +<div class="block"> 12.36 + <!-- Nav block begin --> 12.37 + <div id="block_nav"> 12.38 + <h3><img src="{staticurl}development.png" alt="png" />Devel corner</h3> 12.39 + <ul> 12.40 + <li><a href="http://www.slitaz.org/en/devel/">Website/devel</a></li> 12.41 + <li><a href="http://labs.slitaz.org/">Laboratories</a></li> 12.42 + <li><a href="http://bb.slitaz.org/">Build Bot</a></li> 12.43 + <li><a href="http://scn.slitaz.org/">Community</a></li> 12.44 + <li><a href="http://pkgs.slitaz.org/">Packages</a></li> 12.45 + <li><a href="http://tank.slitaz.org/">Tank Server</a></li> 12.46 + </ul> 12.47 + <!-- Nav block end --> 12.48 + </div> 12.49 + <!-- Top block begin --> 12.50 + <div id="block_top"> 12.51 + <h1>Repository not found</h1> 12.52 + <p> 12.53 + The specified repository "{repo|escape}" is unknown, sorry. 12.54 + Please go back to the 12.55 + <a href="http://hg.slitaz.org/">main repository list page</a>. 12.56 + </p> 12.57 + <!-- Top block end --> 12.58 + </div> 12.59 +<!-- Block end --> 12.60 </div> 12.61 -</div> 12.62 - 12.63 -<h2>Mercurial repository not found</h2> 12.64 - 12.65 -<p>The specified repository "{repo|escape}" is unknown, sorry. 12.66 - 12.67 -Please go back to the main repository list page.</p> 12.68 12.69 <!-- End of content --> 12.70 </div>
13.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/shortlog.tmpl Tue Jan 11 22:37:12 2011 +0100 13.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/shortlog.tmpl Tue Jan 11 23:27:31 2011 +0100 13.3 @@ -40,9 +40,9 @@ 13.4 This web interface lets you follow in real time all improvements, 13.5 fixes and other changes made by SliTaz GNU/Linux contributors. 13.6 </p> 13.7 - <h3>Archive</h3> 13.8 - <ul style="display: inline;"> 13.9 - Download: {archives%archiveentry} 13.10 + Download archive: 13.11 + <ul> 13.12 + {archives%archiveentry} 13.13 </ul> 13.14 <h3>Search</h3> 13.15 <form class="search" action="{url}log">
14.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/tags.tmpl Tue Jan 11 22:37:12 2011 +0100 14.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/tags.tmpl Tue Jan 11 23:27:31 2011 +0100 14.3 @@ -10,38 +10,47 @@ 14.4 <!-- Header --> 14.5 <div id="header"> 14.6 <a href="http://hg.slitaz.org/"><img id="logo" 14.7 - src="{staticurl}logo.png" title="www.slitaz.org" alt="www.slitaz.org" 14.8 - style="border: 0px solid ; width: 200px; height: 74px;" /></a> 14.9 + src="{staticurl}logo.png" 14.10 + title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 14.11 <p id="titre">#!/Hg/repos</p> 14.12 </div> 14.13 14.14 -<div class="container"> 14.15 -<div id="nav"> 14.16 +<!-- Content --> 14.17 +<div id="content-full"> 14.18 14.19 -<div class="nav_box"> 14.20 -<h4>Navigation</h4> 14.21 -<ul> 14.22 - <li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li> 14.23 - <li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li> 14.24 - <li class="active">tags</li> 14.25 - <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 14.26 -</ul> 14.27 +<!-- Block begin --> 14.28 +<div class="block"> 14.29 + <!-- Nav block begin --> 14.30 + <div id="block_nav"> 14.31 + <h3><img src="{staticurl}network.png" alt="png" />Navigation</h3> 14.32 + <ul> 14.33 + <li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li> 14.34 + <li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li> 14.35 + <li class="active">tags</li> 14.36 + <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 14.37 + </ul> 14.38 + <!-- Nav block end --> 14.39 + </div> 14.40 + <!-- Top block begin --> 14.41 + <div id="block_top"> 14.42 + <h1>Project: {repo|escape}</h1> 14.43 + <p> 14.44 + This web interface lets you follow in real time all improvements, 14.45 + fixes and other changes made by SliTaz GNU/Linux contributors. 14.46 + </p> 14.47 + <h3>Search</h3> 14.48 + <form class="search" action="{url}log"> 14.49 + {sessionvars%hiddenformentry} 14.50 + <p><input name="rev" id="search1" type="text" /></p> 14.51 + <div id="hint">find changesets by author, revision, 14.52 + files, or words in the commit message</div> 14.53 + </form> 14.54 + <!-- Top block end --> 14.55 + </div> 14.56 +<!-- Block end --> 14.57 </div> 14.58 14.59 -<div class="nav_box"> 14.60 -<h4>Search</h4> 14.61 -<form class="search" action="{url}log"> 14.62 -{sessionvars%hiddenformentry} 14.63 -<p><input name="rev" id="search1" type="text" /></p> 14.64 -<div id="hint">find changesets by author, revision, 14.65 -files, or words in the commit message</div> 14.66 -</form> 14.67 -</div> 14.68 -</div> 14.69 - 14.70 -<div class="main"> 14.71 -<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2> 14.72 -<h3>tags</h3> 14.73 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> tags</h2> 14.74 14.75 <table class="bigtable"> 14.76 <tr> 14.77 @@ -50,7 +59,8 @@ 14.78 </tr> 14.79 {entries%tagentry} 14.80 </table> 14.81 -</div> 14.82 + 14.83 +<!-- End of content --> 14.84 </div> 14.85 14.86 {footer}
15.1 --- a/slitaz-mercurial-style/stuff/templates/static/style-slitaz.css Tue Jan 11 22:37:12 2011 +0100 15.2 +++ b/slitaz-mercurial-style/stuff/templates/static/style-slitaz.css Tue Jan 11 23:27:31 2011 +0100 15.3 @@ -305,6 +305,8 @@ 15.4 background-color: #f8f8f8; 15.5 } 15.6 15.7 +#block_top li { display: inline; font-weight: bold; } 15.8 + 15.9 .right_box { 15.10 width: 50%; 15.11 float: right; 15.12 @@ -366,53 +368,6 @@ 15.13 max-width: 500px; 15.14 } 15.15 15.16 -/* Clouds */ 15.17 - 15.18 -#cloud { 15.19 - padding: 10px 0px; 15.20 - line-height: 3em; 15.21 - text-align: center; 15.22 -} 15.23 -#cloud a { padding: 0 2px; color: #956411; } 15.24 -#cloud a.tag1 { font-size: 0.7em; font-weight: 100; } 15.25 -#cloud a.tag2 { font-size: 0.8em; font-weight: 200; } 15.26 -#cloud a.tag3 { font-size: 0.9em; font-weight: 300; } 15.27 -#cloud a.tag4 { font-size: 1.0em; font-weight: 400; } 15.28 -#cloud a.tag5 { font-size: 1.2em; font-weight: 500; } 15.29 -#cloud a.tag6 { font-size: 1.4em; font-weight: 600; } 15.30 -#cloud a.tag7 { font-size: 1.6em; font-weight: 700; } 15.31 -#cloud a.tag8 { font-size: 1.8em; font-weight: 800; } 15.32 -#cloud a.tag9 { font-size: 2.2em; font-weight: 900; } 15.33 -#cloud a.tag10 { font-size: 2.5em; font-weight: 900; } 15.34 - 15.35 -/* Slideshow. */ 15.36 - 15.37 -#slideshow 15.38 -{ 15.39 - overflow: hidden; 15.40 - margin: 10px auto 10px; 15.41 - position: relative; 15.42 - width: 260px; 15.43 - height: 163px; 15.44 -} 15.45 - 15.46 -#slideshow img 15.47 -{ 15.48 - border: 0; 15.49 - width: 260px; 15.50 - height: 163px; 15.51 -} 15.52 - 15.53 -#twitter { 15.54 - margin-top: 20px; 15.55 - -moz-border-radius: 8px; 15.56 - -webkit-border-radius: 8px; 15.57 - border-radius: 8px; 15.58 - -moz-box-shadow: 0 1px 3px #666; 15.59 - -webkit-box-shadow: 0 1px 3px #666; 15.60 - box-shadow: 0 1px 3px #666; 15.61 -} 15.62 - 15.63 /* HTML styles */ 15.64 15.65 h1 { 15.66 @@ -473,24 +428,11 @@ 15.67 border: 0pt none; 15.68 } 15.69 15.70 -fieldset { 15.71 - background: #E2ECf6; 15.72 - color: black; 15.73 - margin-top: 25px; 15.74 - border: 1px solid black; 15.75 -} 15.76 - 15.77 -legend { 15.78 - border: 1px solid black; 15.79 - color: #6c0023; 15.80 - background: #eaeaea; 15.81 - font-weight: bold; 15.82 -} 15.83 15.84 pre { 15.85 padding: 5px; 15.86 color: black; 15.87 - background: #E1E0B0; 15.88 + background: #f1f1f1; 15.89 } 15.90 15.91 pre.script { 15.92 @@ -505,41 +447,6 @@ 15.93 margin-top: 12px; 15.94 } 15.95 15.96 -/* Packages pages */ 15.97 - 15.98 -.pkg_nav { 15.99 - border-top: 1px solid black; 15.100 - margin-top: 10px; 15.101 - padding-top: 10px; 15.102 -} 15.103 - 15.104 -pre.package { 15.105 - padding: 0px; 15.106 - color: black; 15.107 - background: white; 15.108 -} 15.109 - 15.110 -p.get { 15.111 - text-align: center; 15.112 - padding: 10px; 15.113 - color: black; 15.114 - background: #F3F3F3; 15.115 - border: 1px solid #DEDEDE; 15.116 - border-radius: 4px; 15.117 - -moz-border-radius: 4px; 15.118 - -webkit-border-radius: 4px; 15.119 -} 15.120 - 15.121 -p.get a { 15.122 - font-weight: bold; 15.123 - text-decoration: none; 15.124 -} 15.125 - 15.126 -.pkgs-search { 15.127 - text-align: center; 15.128 - padding: 40px 20px 80px 20px; 15.129 -} 15.130 - 15.131 .year:after { 15.132 /* content: "2007-2011"; */ 15.133 content: "2011";