wok-4.x rev 7941
slitaz-mercurial-style: add missing icon and some fixes
line diff
1.1 --- a/slitaz-mercurial-style/receipt Wed Jan 12 00:21:05 2011 +0100 1.2 +++ b/slitaz-mercurial-style/receipt Wed Jan 12 00:31:56 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.4" 1.8 +VERSION="2.5" 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:21:05 2011 +0100 2.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/changeset.tmpl Wed Jan 12 00:31:56 2011 +0100 2.3 @@ -37,8 +37,8 @@ 2.4 This web interface lets you follow in real time all improvements, 2.5 fixes and other changes made by SliTaz GNU/Linux contributors. 2.6 </p> 2.7 - Download archive: 2.8 <ul> 2.9 + <li>Download {repo|escape} archive:</li> 2.10 {archives%archiveentry} 2.11 </ul> 2.12 <h3>Search</h3>
3.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/fileannotate.tmpl Wed Jan 12 00:21:05 2011 +0100 3.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/fileannotate.tmpl Wed Jan 12 00:31:56 2011 +0100 3.3 @@ -3,6 +3,17 @@ 3.4 </head> 3.5 <body> 3.6 3.7 +<!-- Header --> 3.8 +<div id="header"> 3.9 + <a href="http://hg.slitaz.org/"><img id="logo" 3.10 + src="{staticurl}logo.png" 3.11 + title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 3.12 + <p id="titre">#!/Hg/repos</p> 3.13 +</div> 3.14 + 3.15 +<!-- Content --> 3.16 +<div id="content-full"> 3.17 + 3.18 <!-- Block begin --> 3.19 <div class="block"> 3.20 <!-- Nav block begin -->
4.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/filediff.tmpl Wed Jan 12 00:21:05 2011 +0100 4.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/filediff.tmpl Wed Jan 12 00:31:56 2011 +0100 4.3 @@ -3,6 +3,17 @@ 4.4 </head> 4.5 <body> 4.6 4.7 +<!-- Header --> 4.8 +<div id="header"> 4.9 + <a href="http://hg.slitaz.org/"><img id="logo" 4.10 + src="{staticurl}logo.png" 4.11 + title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 4.12 + <p id="titre">#!/Hg/repos</p> 4.13 +</div> 4.14 + 4.15 +<!-- Content --> 4.16 +<div id="content-full"> 4.17 + 4.18 <!-- Block begin --> 4.19 <div class="block"> 4.20 <!-- Nav block begin -->
5.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/filelog.tmpl Wed Jan 12 00:21:05 2011 +0100 5.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/filelog.tmpl Wed Jan 12 00:31:56 2011 +0100 5.3 @@ -7,6 +7,17 @@ 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" 5.11 + title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 5.12 + <p id="titre">#!/Hg/repos</p> 5.13 +</div> 5.14 + 5.15 +<!-- Content --> 5.16 +<div id="content-full"> 5.17 + 5.18 <!-- Block begin --> 5.19 <div class="block"> 5.20 <!-- Nav block begin -->
6.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/filerevision.tmpl Wed Jan 12 00:21:05 2011 +0100 6.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/filerevision.tmpl Wed Jan 12 00:31:56 2011 +0100 6.3 @@ -3,6 +3,17 @@ 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" 6.11 + title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 6.12 + <p id="titre">#!/Hg/repos</p> 6.13 +</div> 6.14 + 6.15 +<!-- Content --> 6.16 +<div id="content-full"> 6.17 + 6.18 <!-- Block begin --> 6.19 <div class="block"> 6.20 <!-- Nav block begin -->
7.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/manifest.tmpl Wed Jan 12 00:21:05 2011 +0100 7.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/manifest.tmpl Wed Jan 12 00:31:56 2011 +0100 7.3 @@ -35,9 +35,9 @@ 7.4 <p> 7.5 This web interface lets you follow in real time all improvements, 7.6 fixes and other changes made by SliTaz GNU/Linux contributors. 7.7 - </p> 7.8 - Download archive: 7.9 + </p> 7.10 <ul> 7.11 + <li>Download {repo|escape} archive:</li> 7.12 {archives%archiveentry} 7.13 </ul> 7.14 <h3>Search</h3>
8.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/shortlog.tmpl Wed Jan 12 00:21:05 2011 +0100 8.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/shortlog.tmpl Wed Jan 12 00:31:56 2011 +0100 8.3 @@ -39,9 +39,9 @@ 8.4 <p> 8.5 This web interface lets you follow in real time all improvements, 8.6 fixes and other changes made by SliTaz GNU/Linux contributors. 8.7 - </p> 8.8 - Download archive: 8.9 + </p> 8.10 <ul> 8.11 + <li>Download {repo|escape} archive:</li> 8.12 {archives%archiveentry} 8.13 </ul> 8.14 <h3>Search</h3>
9.1 Binary file slitaz-mercurial-style/stuff/templates/static/network.png has changed
10.1 --- a/slitaz-mercurial-style/stuff/templates/static/style-slitaz.css Wed Jan 12 00:21:05 2011 +0100 10.2 +++ b/slitaz-mercurial-style/stuff/templates/static/style-slitaz.css Wed Jan 12 00:31:56 2011 +0100 10.3 @@ -305,7 +305,8 @@ 10.4 background-color: #f8f8f8; 10.5 } 10.6 10.7 -#block_top li { display: inline; font-weight: bold; } 10.8 +#block_top li { display: inline; } 10.9 +#block_top li a { font-weight: bold; } 10.10 10.11 .right_box { 10.12 width: 50%;