wok-stable rev 7942
slitaz-mercurial-style: add missing icon and some fixes (again)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Jan 12 01:02:02 2011 +0100 (2011-01-12) |
parents | e21abd6b9d09 |
children | 288f250d420b |
files | slitaz-mercurial-style/receipt slitaz-mercurial-style/stuff/templates/slitaz/changeset.tmpl slitaz-mercurial-style/stuff/templates/slitaz/error.tmpl slitaz-mercurial-style/stuff/templates/slitaz/manifest.tmpl slitaz-mercurial-style/stuff/templates/slitaz/shortlog.tmpl |
line diff
1.1 --- a/slitaz-mercurial-style/receipt Wed Jan 12 00:31:56 2011 +0100 1.2 +++ b/slitaz-mercurial-style/receipt Wed Jan 12 01:02:02 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.5" 1.8 +VERSION="2.6" 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/changeset.tmpl Wed Jan 12 00:31:56 2011 +0100 2.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/changeset.tmpl Wed Jan 12 01:02:02 2011 +0100 2.3 @@ -19,6 +19,12 @@ 2.4 <!-- Nav block begin --> 2.5 <div id="block_nav"> 2.6 <h3><img src="{staticurl}network.png" alt="png" />Navigation</h3> 2.7 + <div class="right_box"> 2.8 + <ul> 2.9 + <li>Download archive</li> 2.10 + {archives%archiveentry} 2.11 + </ul> 2.12 + </div> 2.13 <ul> 2.14 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> 2.15 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> 2.16 @@ -37,10 +43,6 @@ 2.17 This web interface lets you follow in real time all improvements, 2.18 fixes and other changes made by SliTaz GNU/Linux contributors. 2.19 </p> 2.20 - <ul> 2.21 - <li>Download {repo|escape} archive:</li> 2.22 - {archives%archiveentry} 2.23 - </ul> 2.24 <h3>Search</h3> 2.25 <form class="search" action="{url}log"> 2.26 {sessionvars%hiddenformentry}
3.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/error.tmpl Wed Jan 12 00:31:56 2011 +0100 3.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/error.tmpl Wed Jan 12 01:02:02 2011 +0100 3.3 @@ -34,10 +34,6 @@ 3.4 This web interface lets you follow in real time all improvements, 3.5 fixes and other changes made by SliTaz GNU/Linux contributors. 3.6 </p> 3.7 - Download archive: 3.8 - <ul> 3.9 - {archives%archiveentry} 3.10 - </ul> 3.11 <h3>Search</h3> 3.12 <form class="search" action="{url}log"> 3.13 {sessionvars%hiddenformentry}
4.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/manifest.tmpl Wed Jan 12 00:31:56 2011 +0100 4.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/manifest.tmpl Wed Jan 12 01:02:02 2011 +0100 4.3 @@ -19,6 +19,12 @@ 4.4 <!-- Nav block begin --> 4.5 <div id="block_nav"> 4.6 <h3><img src="{staticurl}network.png" alt="png" />Navigation</h3> 4.7 + <div class="right_box"> 4.8 + <ul> 4.9 + <li>Download archive</li> 4.10 + {archives%archiveentry} 4.11 + </ul> 4.12 + </div> 4.13 <ul> 4.14 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> 4.15 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> 4.16 @@ -36,10 +42,6 @@ 4.17 This web interface lets you follow in real time all improvements, 4.18 fixes and other changes made by SliTaz GNU/Linux contributors. 4.19 </p> 4.20 - <ul> 4.21 - <li>Download {repo|escape} archive:</li> 4.22 - {archives%archiveentry} 4.23 - </ul> 4.24 <h3>Search</h3> 4.25 <form class="search" action="{url}log"> 4.26 {sessionvars%hiddenformentry}
5.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/shortlog.tmpl Wed Jan 12 00:31:56 2011 +0100 5.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/shortlog.tmpl Wed Jan 12 01:02:02 2011 +0100 5.3 @@ -23,6 +23,12 @@ 5.4 <!-- Nav block begin --> 5.5 <div id="block_nav"> 5.6 <h3><img src="{staticurl}network.png" alt="png" />Navigation</h3> 5.7 + <div class="right_box"> 5.8 + <ul> 5.9 + <li>Download archive</li> 5.10 + {archives%archiveentry} 5.11 + </ul> 5.12 + </div> 5.13 <ul> 5.14 <li class="active">log</li> 5.15 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> 5.16 @@ -39,11 +45,7 @@ 5.17 <p> 5.18 This web interface lets you follow in real time all improvements, 5.19 fixes and other changes made by SliTaz GNU/Linux contributors. 5.20 - </p> 5.21 - <ul> 5.22 - <li>Download {repo|escape} archive:</li> 5.23 - {archives%archiveentry} 5.24 - </ul> 5.25 + </p> 5.26 <h3>Search</h3> 5.27 <form class="search" action="{url}log"> 5.28 {sessionvars%hiddenformentry}