slitaz-dev-tools 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 414acf9579e2
children add86f2168cd
files slitaz-mercurial-style/templates/slitaz/branches.tmpl slitaz-mercurial-style/templates/slitaz/changeset.tmpl slitaz-mercurial-style/templates/slitaz/error.tmpl slitaz-mercurial-style/templates/slitaz/fileannotate.tmpl slitaz-mercurial-style/templates/slitaz/filediff.tmpl slitaz-mercurial-style/templates/slitaz/filelog.tmpl slitaz-mercurial-style/templates/slitaz/filelogentry.tmpl slitaz-mercurial-style/templates/slitaz/filerevision.tmpl slitaz-mercurial-style/templates/slitaz/footer.tmpl slitaz-mercurial-style/templates/slitaz/graph.tmpl slitaz-mercurial-style/templates/slitaz/header.tmpl slitaz-mercurial-style/templates/slitaz/index.tmpl slitaz-mercurial-style/templates/slitaz/manifest.tmpl slitaz-mercurial-style/templates/slitaz/map slitaz-mercurial-style/templates/slitaz/notfound.tmpl slitaz-mercurial-style/templates/slitaz/search.tmpl slitaz-mercurial-style/templates/slitaz/shortlog.tmpl slitaz-mercurial-style/templates/slitaz/shortlogentry.tmpl slitaz-mercurial-style/templates/slitaz/tags.tmpl slitaz-mercurial-style/templates/static/coal-folder.png slitaz-mercurial-style/templates/static/development.png slitaz-mercurial-style/templates/static/favicon.ico slitaz-mercurial-style/templates/static/header-img.png slitaz-mercurial-style/templates/static/logo.png slitaz-mercurial-style/templates/static/network.png slitaz-mercurial-style/templates/static/style-slitaz.css
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-mercurial-style/templates/slitaz/branches.tmpl	Thu Feb 24 07:39:10 2011 +0000
     1.3 @@ -0,0 +1,66 @@
     1.4 +{header}
     1.5 +<title>{repo|escape}: branches</title>
     1.6 +<link rel="alternate" type="application/atom+xml"
     1.7 +   href="{url}atom-tags" title="Atom feed for {repo|escape}: branches" />
     1.8 +<link rel="alternate" type="application/rss+xml"
     1.9 +   href="{url}rss-tags" title="RSS feed for {repo|escape}: branches" />
    1.10 +</head>
    1.11 +<body>
    1.12 +
    1.13 +<!-- Header -->
    1.14 +<div id="header">
    1.15 +    <a href="http://hg.slitaz.org/"><img id="logo"
    1.16 +		src="{staticurl}logo.png" 
    1.17 +		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
    1.18 +    <p id="titre">#!/Hg/repos</p>
    1.19 +</div>
    1.20 +
    1.21 +<!-- Content -->
    1.22 +<div id="content-full">
    1.23 +
    1.24 +<!-- Block begin -->
    1.25 +<div class="block">
    1.26 +	<!-- Nav block begin -->
    1.27 +	<div id="block_nav">
    1.28 +		<h3><img src="{staticurl}network.png" alt="png" />Navigation</h3>
    1.29 +		<ul>
    1.30 +			<li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
    1.31 +			<li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
    1.32 +			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
    1.33 +			<li class="active">branches</li>
    1.34 +		</ul>
    1.35 +	<!-- Nav block end -->
    1.36 +	</div>
    1.37 +	<!-- Top block begin -->
    1.38 +	<div id="block_top">
    1.39 +		<h1>Project: {repo|escape}</h1>
    1.40 +		<p>
    1.41 +			This web interface lets you follow in real time all improvements,
    1.42 +			fixes and other changes made by SliTaz GNU/Linux contributors.
    1.43 +		</p>
    1.44 +		<h3>Search</h3>
    1.45 +		<form class="search" action="{url}log">
    1.46 +			{sessionvars%hiddenformentry}
    1.47 +			<p><input name="rev" id="search1" type="text" /></p>
    1.48 +			<div id="hint">find changesets by author, revision,
    1.49 +			files, or words in the commit message</div>
    1.50 +		</form>
    1.51 +	<!-- Top block end -->
    1.52 +	</div>
    1.53 +<!-- Block end -->
    1.54 +</div>
    1.55 +
    1.56 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> branches</h2>
    1.57 +
    1.58 +<table class="bigtable">
    1.59 +<tr>
    1.60 + <th>branch</th>
    1.61 + <th>node</th>
    1.62 +</tr>
    1.63 +{entries%branchentry}
    1.64 +</table>
    1.65 +
    1.66 +<!-- End of content -->
    1.67 +</div>
    1.68 +
    1.69 +{footer}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/slitaz-mercurial-style/templates/slitaz/changeset.tmpl	Thu Feb 24 07:39:10 2011 +0000
     2.3 @@ -0,0 +1,94 @@
     2.4 +{header}
     2.5 +<title>{repo|escape}: {node|short}</title>
     2.6 +</head>
     2.7 +<body>
     2.8 +
     2.9 +<!-- Header -->
    2.10 +<div id="header">
    2.11 +    <a href="http://hg.slitaz.org/"><img id="logo"
    2.12 +		src="{staticurl}logo.png" 
    2.13 +		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
    2.14 +    <p id="titre">#!/Hg/repos</p>
    2.15 +</div>
    2.16 +
    2.17 +<!-- Content -->
    2.18 +<div id="content-full">
    2.19 +
    2.20 +<!-- Block begin -->
    2.21 +<div class="block">
    2.22 +	<!-- Nav block begin -->
    2.23 +	<div id="block_nav">
    2.24 +		<h3><img src="{staticurl}network.png" alt="png" />Navigation</h3>
    2.25 +		<div class="right_box">
    2.26 +			<ul>	
    2.27 +				<li>Download:</li>
    2.28 +				{archives%archiveentry}
    2.29 +			</ul>
    2.30 +		</div>
    2.31 +		<ul>
    2.32 +			<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
    2.33 +			<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
    2.34 +			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
    2.35 +			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
    2.36 +			<li class="active">changeset</li>
    2.37 +			<li><a href="{url}raw-rev/{node|short}{sessionvars%urlparameter}">raw</a></li>
    2.38 +			<li><a href="{url}file/{node|short}{sessionvars%urlparameter}">browse</a></li>
    2.39 +		</ul>
    2.40 +	<!-- Nav block end -->
    2.41 +	</div>
    2.42 +	<!-- Top block begin -->
    2.43 +	<div id="block_top">
    2.44 +		<h1>Project: {repo|escape}</h1>
    2.45 +		<p>
    2.46 +			This web interface lets you follow in real time all improvements,
    2.47 +			fixes and other changes made by SliTaz GNU/Linux contributors.
    2.48 +		</p>
    2.49 +		<h3>Search</h3>
    2.50 +		<form class="search" action="{url}log">
    2.51 +			{sessionvars%hiddenformentry}
    2.52 +			<p><input name="rev" id="search1" type="text" /></p>
    2.53 +			<div id="hint">find changesets by author, revision,
    2.54 +			files, or words in the commit message</div>
    2.55 +		</form>
    2.56 +	<!-- Top block end -->
    2.57 +	</div>
    2.58 +<!-- Block end -->
    2.59 +</div>
    2.60 +
    2.61 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
    2.62 +	changeset {rev}:{node|short} {changesetbranch%changelogbranchname} {changesettag}</h2>
    2.63 +
    2.64 +<div class="description">{desc|strip|escape|addbreaks|nonempty}</div>
    2.65 +
    2.66 +<table id="changesetEntry">
    2.67 +<tr>
    2.68 + <th class="author">author</th>
    2.69 + <td class="author">{author|obfuscate}</td>
    2.70 +</tr>
    2.71 +<tr>
    2.72 + <th class="date">date</th>
    2.73 + <td class="date">{date|date} ({date|age} ago)</td></tr>
    2.74 +<tr>
    2.75 + <th class="author">parents</th>
    2.76 + <td class="author">{parent%changesetparent}</td>
    2.77 +</tr>
    2.78 +<tr>
    2.79 + <th class="author">children</th>
    2.80 + <td class="author">{child%changesetchild}</td>
    2.81 +</tr>
    2.82 +<tr>
    2.83 + <th class="files">files</th>
    2.84 + <td class="files">{files}</td>
    2.85 +</tr>
    2.86 +</table>
    2.87 +
    2.88 +<div class="overflow">
    2.89 +<div class="sourcefirst">   line diff</div>
    2.90 +
    2.91 +{diff}
    2.92 +</div>
    2.93 +
    2.94 +<!-- End of content -->
    2.95 +</div>
    2.96 +
    2.97 +{footer}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/slitaz-mercurial-style/templates/slitaz/error.tmpl	Thu Feb 24 07:39:10 2011 +0000
     3.3 @@ -0,0 +1,63 @@
     3.4 +{header}
     3.5 +<title>{repo|escape}: error</title>
     3.6 +</head>
     3.7 +<body>
     3.8 +
     3.9 +<!-- Header -->
    3.10 +<div id="header">
    3.11 +    <a href="http://hg.slitaz.org/"><img id="logo"
    3.12 +		src="{staticurl}logo.png" 
    3.13 +		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
    3.14 +    <p id="titre">#!/Hg/repos</p>
    3.15 +</div>
    3.16 +
    3.17 +<!-- Content -->
    3.18 +<div id="content-full">
    3.19 +
    3.20 +<!-- Block begin -->
    3.21 +<div class="block">
    3.22 +	<!-- Nav block begin -->
    3.23 +	<div id="block_nav">
    3.24 +		<h3><img src="{staticurl}network.png" alt="png" />Navigation</h3>
    3.25 +		<ul>
    3.26 +			<li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
    3.27 +			<li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
    3.28 +			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
    3.29 +			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
    3.30 +		</ul>
    3.31 +	<!-- Nav block end -->
    3.32 +	</div>
    3.33 +	<!-- Top block begin -->
    3.34 +	<div id="block_top">
    3.35 +		<h1>Project: {repo|escape}</h1>
    3.36 +		<p>
    3.37 +			This web interface lets you follow in real time all improvements,
    3.38 +			fixes and other changes made by SliTaz GNU/Linux contributors.
    3.39 +		</p>
    3.40 +		<h3>Search</h3>
    3.41 +		<form class="search" action="{url}log">
    3.42 +			{sessionvars%hiddenformentry}
    3.43 +			<p><input name="rev" id="search1" type="text" /></p>
    3.44 +			<div id="hint">find changesets by author, revision,
    3.45 +			files, or words in the commit message</div>
    3.46 +		</form>
    3.47 +	<!-- Top block end -->
    3.48 +	</div>
    3.49 +<!-- Block end -->
    3.50 +</div>
    3.51 +
    3.52 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> error</h2>
    3.53 +
    3.54 +<div class="description">
    3.55 +<p>
    3.56 +	An error occurred while processing your request:
    3.57 +</p>
    3.58 +<p>
    3.59 +{error|escape}
    3.60 +</p>
    3.61 +</div>
    3.62 +
    3.63 +<!-- End of content -->
    3.64 +</div>
    3.65 +
    3.66 +{footer}
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/slitaz-mercurial-style/templates/slitaz/fileannotate.tmpl	Thu Feb 24 07:39:10 2011 +0000
     4.3 @@ -0,0 +1,98 @@
     4.4 +{header}
     4.5 +<title>{repo|escape}: {file|escape} annotate</title>
     4.6 +</head>
     4.7 +<body>
     4.8 +
     4.9 +<!-- Header -->
    4.10 +<div id="header">
    4.11 +    <a href="http://hg.slitaz.org/"><img id="logo"
    4.12 +		src="{staticurl}logo.png" 
    4.13 +		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
    4.14 +    <p id="titre">#!/Hg/repos</p>
    4.15 +</div>
    4.16 +
    4.17 +<!-- Content -->
    4.18 +<div id="content-full">
    4.19 +
    4.20 +<!-- Block begin -->
    4.21 +<div class="block">
    4.22 +	<!-- Nav block begin -->
    4.23 +	<div id="block_nav">
    4.24 +		<h3><img src="{staticurl}network.png" alt="png" />Navigation &amp; View</h3>
    4.25 +		<div class="right_box">
    4.26 +			<ul>
    4.27 +				<li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li>
    4.28 +				<li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li>
    4.29 +				<li class="active">annotate</li>
    4.30 +				<li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file log</a></li>
    4.31 +				<li><a href="{url}raw-annotate/{node|short}/{file|urlescape}">raw</a></li>
    4.32 +			</ul>
    4.33 +		</div>
    4.34 +		<ul>
    4.35 +			<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
    4.36 +			<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
    4.37 +			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
    4.38 +			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
    4.39 +			<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
    4.40 +			<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
    4.41 +		</ul>
    4.42 +	<!-- Nav block end -->
    4.43 +	</div>
    4.44 +	<!-- Top block begin -->
    4.45 +	<div id="block_top">
    4.46 +		<h1>Project: {repo|escape}</h1>
    4.47 +		<p>
    4.48 +			This web interface lets you follow in real time all improvements,
    4.49 +			fixes and other changes made by SliTaz GNU/Linux contributors.
    4.50 +		</p>
    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 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
    4.64 +	annotate {file|escape} @ {rev}:{node|short}</h2>
    4.65 +
    4.66 +<div class="description">{desc|strip|escape|addbreaks|nonempty}</div>
    4.67 +
    4.68 +<table id="changesetEntry">
    4.69 +<tr>
    4.70 + <th class="author">author</th>
    4.71 + <td class="author">{author|obfuscate}</td>
    4.72 +</tr>
    4.73 +<tr>
    4.74 + <th class="date">date</th>
    4.75 + <td class="date">{date|date} ({date|age} ago)</td>
    4.76 +</tr>
    4.77 +<tr>
    4.78 + <th class="author">parents</th>
    4.79 + <td class="author">{parent%filerevparent}</td>
    4.80 +</tr>
    4.81 +<tr>
    4.82 + <th class="author">children</th>
    4.83 + <td class="author">{child%filerevchild}</td>
    4.84 +</tr>
    4.85 +{changesettag}
    4.86 +</table>
    4.87 +
    4.88 +<div class="overflow">
    4.89 +<table class="bigtable">
    4.90 +<tr>
    4.91 + <th class="annotate">rev</th>
    4.92 + <th class="line">&nbsp;&nbsp;line source</th>
    4.93 +</tr>
    4.94 +{annotate%annotateline}
    4.95 +</table>
    4.96 +</div>
    4.97 +
    4.98 +<!-- End of content -->
    4.99 +</div>
   4.100 +
   4.101 +{footer}
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/slitaz-mercurial-style/templates/slitaz/filediff.tmpl	Thu Feb 24 07:39:10 2011 +0000
     5.3 @@ -0,0 +1,94 @@
     5.4 +{header}
     5.5 +<title>{repo|escape}: {file|escape} diff</title>
     5.6 +</head>
     5.7 +<body>
     5.8 +
     5.9 +<!-- Header -->
    5.10 +<div id="header">
    5.11 +    <a href="http://hg.slitaz.org/"><img id="logo"
    5.12 +		src="{staticurl}logo.png" 
    5.13 +		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
    5.14 +    <p id="titre">#!/Hg/repos</p>
    5.15 +</div>
    5.16 +
    5.17 +<!-- Content -->
    5.18 +<div id="content-full">
    5.19 +
    5.20 +<!-- Block begin -->
    5.21 +<div class="block">
    5.22 +	<!-- Nav block begin -->
    5.23 +	<div id="block_nav">
    5.24 +		<h3><img src="{staticurl}network.png" alt="png" />Navigation &amp; View</h3>
    5.25 +		<div class="right_box">
    5.26 +			<ul>
    5.27 +				<li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li>
    5.28 +				<li class="active">diff</li>
    5.29 +				<li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li>
    5.30 +				<li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file log</a></li>
    5.31 +				<li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li>
    5.32 +			</ul>
    5.33 +		</div>
    5.34 +		<ul>
    5.35 +			<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
    5.36 +			<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
    5.37 +			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
    5.38 +			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
    5.39 +			<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
    5.40 +			<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
    5.41 +		</ul>
    5.42 +	<!-- Nav block end -->
    5.43 +	</div>
    5.44 +	<!-- Top block begin -->
    5.45 +	<div id="block_top">
    5.46 +		<h1>Project: {repo|escape}</h1>
    5.47 +		<p>
    5.48 +			This web interface lets you follow in real time all improvements,
    5.49 +			fixes and other changes made by SliTaz GNU/Linux contributors.
    5.50 +		</p>
    5.51 +		<h3>Search</h3>
    5.52 +		<form class="search" action="{url}log">
    5.53 +			{sessionvars%hiddenformentry}
    5.54 +			<p><input name="rev" id="search1" type="text" /></p>
    5.55 +			<div id="hint">find changesets by author, revision,
    5.56 +			files, or words in the commit message</div>
    5.57 +		</form>
    5.58 +	<!-- Top block end -->
    5.59 +	</div>
    5.60 +<!-- Block end -->
    5.61 +</div>
    5.62 +
    5.63 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
    5.64 +	diff {file|escape} @ {rev}:{node|short}</h2>
    5.65 +
    5.66 +<div class="description">{desc|strip|escape|addbreaks|nonempty}</div>
    5.67 +
    5.68 +<table id="changesetEntry">
    5.69 +<tr>
    5.70 + <th>author</th>
    5.71 + <td>{author|obfuscate}</td>
    5.72 +</tr>
    5.73 +<tr>
    5.74 + <th>date</th>
    5.75 + <td>{date|date} ({date|age} ago)</td>
    5.76 +</tr>
    5.77 +<tr>
    5.78 + <th>parents</th>
    5.79 + <td>{parent%filerevparent}</td>
    5.80 +</tr>
    5.81 +<tr>
    5.82 + <th>children</th>
    5.83 + <td>{child%filerevchild}</td>
    5.84 +</tr>
    5.85 +{changesettag}
    5.86 +</table>
    5.87 +
    5.88 +<div class="overflow">
    5.89 +<div class="sourcefirst">   line diff</div>
    5.90 +
    5.91 +{diff}
    5.92 +</div>
    5.93 +
    5.94 +<!-- End of content -->
    5.95 +</div>
    5.96 +
    5.97 +{footer}
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/slitaz-mercurial-style/templates/slitaz/filelog.tmpl	Thu Feb 24 07:39:10 2011 +0000
     6.3 @@ -0,0 +1,81 @@
     6.4 +{header}
     6.5 +<title>{repo|escape}: {file|escape} history</title>
     6.6 +<link rel="alternate" type="application/atom+xml"
     6.7 +   href="{url}atom-log/tip/{file|urlescape}" title="Atom feed for {repo|escape}:{file}" />
     6.8 +<link rel="alternate" type="application/rss+xml"
     6.9 +   href="{url}rss-log/tip/{file|urlescape}" title="RSS feed for {repo|escape}:{file}" />
    6.10 +</head>
    6.11 +<body>
    6.12 +
    6.13 +<!-- Header -->
    6.14 +<div id="header">
    6.15 +    <a href="http://hg.slitaz.org/"><img id="logo"
    6.16 +		src="{staticurl}logo.png" 
    6.17 +		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
    6.18 +    <p id="titre">#!/Hg/repos</p>
    6.19 +</div>
    6.20 +
    6.21 +<!-- Content -->
    6.22 +<div id="content-full">
    6.23 +
    6.24 +<!-- Block begin -->
    6.25 +<div class="block">
    6.26 +	<!-- Nav block begin -->
    6.27 +	<div id="block_nav">
    6.28 +		<h3><img src="{staticurl}network.png" alt="png" />Navigation &amp; View</h3>
    6.29 +		<div class="right_box">
    6.30 +			<ul>
    6.31 +				<li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li>
    6.32 +				<li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li>
    6.33 +				<li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li>
    6.34 +				<li class="active">file log</li>
    6.35 +				<li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li>
    6.36 +			</ul>
    6.37 +		</div>
    6.38 +		<ul>
    6.39 +			<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
    6.40 +			<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
    6.41 +			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
    6.42 +			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
    6.43 +			<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
    6.44 +			<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
    6.45 +		</ul>
    6.46 +	<!-- Nav block end -->
    6.47 +	</div>
    6.48 +	<!-- Top block begin -->
    6.49 +	<div id="block_top">
    6.50 +		<h1>Project: {repo|escape}</h1>
    6.51 +		<p>
    6.52 +			This web interface lets you follow in real time all improvements,
    6.53 +			fixes and other changes made by SliTaz GNU/Linux contributors.
    6.54 +		</p>
    6.55 +		<h3>Search</h3>
    6.56 +		<form class="search" action="{url}log">
    6.57 +			{sessionvars%hiddenformentry}
    6.58 +			<p><input name="rev" id="search1" type="text" /></p>
    6.59 +			<div id="hint">find changesets by author, revision,
    6.60 +			files, or words in the commit message</div>
    6.61 +		</form>
    6.62 +	<!-- Top block end -->
    6.63 +	</div>
    6.64 +<!-- Block end -->
    6.65 +</div>
    6.66 +
    6.67 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
    6.68 +	log {file|escape}</h2>
    6.69 +
    6.70 +<div class="navigate">{nav%filenaventry}</div>
    6.71 +
    6.72 +<table class="bigtable">
    6.73 + <tr>
    6.74 +  <th class="age">age</th>
    6.75 +  <th class="author">author</th>
    6.76 +  <th class="description">description</th>
    6.77 + </tr>
    6.78 +{entries%filelogentry}
    6.79 +</table>
    6.80 +
    6.81 +<!-- End of content -->
    6.82 +</div>
    6.83 +
    6.84 +{footer}
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/slitaz-mercurial-style/templates/slitaz/filelogentry.tmpl	Thu Feb 24 07:39:10 2011 +0000
     7.3 @@ -0,0 +1,5 @@
     7.4 + <tr class="parity{parity}">
     7.5 +  <td class="age">{date|age}</td>
     7.6 +  <td class="author">{author|person}</td>
     7.7 +  <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}</td>
     7.8 + </tr>
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/slitaz-mercurial-style/templates/slitaz/filerevision.tmpl	Thu Feb 24 07:39:10 2011 +0000
     8.3 @@ -0,0 +1,94 @@
     8.4 +{header}
     8.5 +<title>{repo|escape}: {node|short} {file|escape}</title>
     8.6 +</head>
     8.7 +<body>
     8.8 +
     8.9 +<!-- Header -->
    8.10 +<div id="header">
    8.11 +    <a href="http://hg.slitaz.org/"><img id="logo"
    8.12 +		src="{staticurl}logo.png" 
    8.13 +		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
    8.14 +    <p id="titre">#!/Hg/repos</p>
    8.15 +</div>
    8.16 +
    8.17 +<!-- Content -->
    8.18 +<div id="content-full">
    8.19 +
    8.20 +<!-- Block begin -->
    8.21 +<div class="block">
    8.22 +	<!-- Nav block begin -->
    8.23 +	<div id="block_nav">
    8.24 +		<h3><img src="{staticurl}network.png" alt="png" />Navigation &amp; View</h3>
    8.25 +		<div class="right_box">
    8.26 +			<ul>
    8.27 +				<li class="active">file</li>
    8.28 +				<li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li>
    8.29 +				<li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li>
    8.30 +				<li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file log</a></li>
    8.31 +				<li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li>
    8.32 +			</ul>
    8.33 +		</div>
    8.34 +		<ul>
    8.35 +			<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
    8.36 +			<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
    8.37 +			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
    8.38 +			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
    8.39 +			<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
    8.40 +			<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
    8.41 +		</ul>
    8.42 +	<!-- Nav block end -->
    8.43 +	</div>
    8.44 +	<!-- Top block begin -->
    8.45 +	<div id="block_top">
    8.46 +		<h1>Project: {repo|escape}</h1>
    8.47 +		<p>
    8.48 +			This web interface lets you follow in real time all improvements,
    8.49 +			fixes and other changes made by SliTaz GNU/Linux contributors.
    8.50 +		</p>
    8.51 +		<h3>Search</h3>
    8.52 +		<form class="search" action="{url}log">
    8.53 +			{sessionvars%hiddenformentry}
    8.54 +			<p><input name="rev" id="search1" type="text" /></p>
    8.55 +			<div id="hint">find changesets by author, revision,
    8.56 +			files, or words in the commit message</div>
    8.57 +		</form>
    8.58 +	<!-- Top block end -->
    8.59 +	</div>
    8.60 +<!-- Block end -->
    8.61 +</div>
    8.62 +
    8.63 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
    8.64 +	view {file|escape} @ {rev}:{node|short}</h2>
    8.65 +
    8.66 +<div class="description">{desc|strip|escape|addbreaks|nonempty}</div>
    8.67 +
    8.68 +<table id="changesetEntry">
    8.69 +<tr>
    8.70 + <th class="author">author</th>
    8.71 + <td class="author">{author|obfuscate}</td>
    8.72 +</tr>
    8.73 +<tr>
    8.74 + <th class="date">date</th>
    8.75 + <td class="date">{date|date} ({date|age} ago)</td>
    8.76 +</tr>
    8.77 +<tr>
    8.78 + <th class="author">parents</th>
    8.79 + <td class="author">{parent%filerevparent}</td>
    8.80 +</tr>
    8.81 +<tr>
    8.82 + <th class="author">children</th>
    8.83 + <td class="author">{child%filerevchild}</td>
    8.84 +</tr>
    8.85 +{changesettag}
    8.86 +</table>
    8.87 +
    8.88 +<div class="overflow">
    8.89 +<div class="sourcefirst"> line source</div>
    8.90 +{text%fileline}
    8.91 +<div class="sourcelast"></div>
    8.92 +</div>
    8.93 +
    8.94 +<!-- End of content -->
    8.95 +</div>
    8.96 +
    8.97 +{footer}
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/slitaz-mercurial-style/templates/slitaz/footer.tmpl	Thu Feb 24 07:39:10 2011 +0000
     9.3 @@ -0,0 +1,30 @@
     9.4 +<!-- Footer -->
     9.5 +<div id="footer">
     9.6 +	<div class="right_box">
     9.7 +	<h4>SliTaz Network</h4>
     9.8 +		<ul>
     9.9 +			<li><a href="http://www.slitaz.org/">Main Website</a></li>
    9.10 +			<li><a href="http://doc.slitaz.org/">Documentation</a></li>
    9.11 +			<li><a href="http://forum.slitaz.org/">Support Forum</a></li>
    9.12 +			<li><a href="http://scn.slitaz.org/">Community Network</a></li>
    9.13 +			<li><a href="http://labs.slitaz.org/">Laboratories</a></li>
    9.14 +			<li><a href="http://distrowatch.com/slitaz">SliTaz on DistroWatch</a></li>
    9.15 +		</ul>
    9.16 +	</div>
    9.17 +	<h4>SliTaz Website</h4>
    9.18 +	<ul>
    9.19 +		<li><a href="#header">Top of the page</a></li>
    9.20 +		<li>Copyright &copy; <span class="year"></span>
    9.21 +			<a href="http://www.slitaz.org/">SliTaz</a></li>
    9.22 +		<li><a href="http://www.slitaz.org/en/about/">About the project</a></li>
    9.23 +		<li><a href="http://www.slitaz.org/netmap.php">Network Map</a></li>
    9.24 +		<li>Powered by <a href="http://mercurial.selenic.com/">Mercurial</a></li>
    9.25 +		<li><a href="http://validator.w3.org/check?uri=referer"><img
    9.26 +		src="pics/website/xhtml10.png" alt="Valid XHTML 1.0"
    9.27 +		title="Code validé XHTML 1.0"
    9.28 +		style="width: 80px; height: 15px; vertical-align: middle;" /></a></li>
    9.29 +	</ul>
    9.30 +</div>
    9.31 +
    9.32 +</body>
    9.33 +</html>
    10.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.2 +++ b/slitaz-mercurial-style/templates/slitaz/graph.tmpl	Thu Feb 24 07:39:10 2011 +0000
    10.3 @@ -0,0 +1,150 @@
    10.4 +{header}
    10.5 +<title>{repo|escape}: revision graph</title>
    10.6 +<link rel="alternate" type="application/atom+xml"
    10.7 +   href="{url}atom-log" title="Atom feed for {repo|escape}: log" />
    10.8 +<link rel="alternate" type="application/rss+xml"
    10.9 +   href="{url}rss-log" title="RSS feed for {repo|escape}: log" />
   10.10 +<!--[if IE]><script type="text/javascript" src="{staticurl}excanvas.js"></script><![endif]-->
   10.11 +</head>
   10.12 +<body>
   10.13 +
   10.14 +<!-- Header -->
   10.15 +<div id="header">
   10.16 +    <a href="http://hg.slitaz.org/"><img id="logo"
   10.17 +		src="{staticurl}logo.png" 
   10.18 +		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
   10.19 +    <p id="titre">#!/Hg/repos</p>
   10.20 +</div>
   10.21 +
   10.22 +<!-- Content -->
   10.23 +<div id="content-full">
   10.24 +
   10.25 +<!-- Block begin -->
   10.26 +<div class="block">
   10.27 +	<!-- Nav block begin -->
   10.28 +	<div id="block_nav">
   10.29 +		<h3><img src="{staticurl}network.png" alt="png" />Navigation</h3>
   10.30 +		<ul>
   10.31 +			<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
   10.32 +			<li class="active">graph</li>
   10.33 +			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
   10.34 +			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
   10.35 +			<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
   10.36 +			<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
   10.37 +		</ul>
   10.38 +	<!-- Nav block end -->
   10.39 +	</div>
   10.40 +	<!-- Top block begin -->
   10.41 +	<div id="block_top">
   10.42 +		<h1>Project: {repo|escape}</h1>
   10.43 +		<p>
   10.44 +			This web interface lets you follow in real time all improvements,
   10.45 +			fixes and other changes made by SliTaz GNU/Linux contributors.
   10.46 +		</p>
   10.47 +		<h3>Search</h3>
   10.48 +		<form class="search" action="{url}log">
   10.49 +			{sessionvars%hiddenformentry}
   10.50 +			<p><input name="rev" id="search1" type="text" /></p>
   10.51 +			<div id="hint">find changesets by author, revision,
   10.52 +			files, or words in the commit message</div>
   10.53 +		</form>
   10.54 +	<!-- Top block end -->
   10.55 +	</div>
   10.56 +<!-- Block end -->
   10.57 +</div>
   10.58 +
   10.59 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> graph</h2>
   10.60 +
   10.61 +<div class="navigate">
   10.62 +<a href="{url}graph/{rev}{lessvars%urlparameter}">less</a>
   10.63 +<a href="{url}graph/{rev}{morevars%urlparameter}">more</a>
   10.64 +| rev {rev}: {changenav%navgraphentry}
   10.65 +</div>
   10.66 +
   10.67 +<noscript><p>The revision graph only works with JavaScript-enabled browsers.</p></noscript>
   10.68 +
   10.69 +<div id="wrapper">
   10.70 +<ul id="nodebgs"></ul>
   10.71 +<canvas id="graph" width="224" height="{canvasheight}"></canvas>
   10.72 +<ul id="graphnodes"></ul>
   10.73 +</div>
   10.74 +
   10.75 +<script type="text/javascript" src="{staticurl}graph.js"></script>
   10.76 +<script type="text/javascript">
   10.77 +<!-- hide script content
   10.78 +
   10.79 +var data = {jsdata|json};
   10.80 +var graph = new Graph();
   10.81 +graph.scale({bg_height});
   10.82 +
   10.83 +graph.edge = function(x0, y0, x1, y1, color) {
   10.84 +
   10.85 +	this.setColor(color, 0.0, 0.65);
   10.86 +	this.ctx.beginPath();
   10.87 +	this.ctx.moveTo(x0, y0);
   10.88 +	this.ctx.lineTo(x1, y1);
   10.89 +	this.ctx.stroke();
   10.90 +
   10.91 +}
   10.92 +
   10.93 +var revlink = '<li style="_STYLE"><span class="desc">';
   10.94 +revlink += '<a href="{url}rev/_NODEID{sessionvars%urlparameter}" title="_NODEID">_DESC</a>';
   10.95 +revlink += '</span>_TAGS<span class="info">_DATE ago, by _USER</span></li>';
   10.96 +
   10.97 +graph.vertex = function(x, y, color, parity, cur) {
   10.98 +
   10.99 +	this.ctx.beginPath();
  10.100 +	color = this.setColor(color, 0.25, 0.75);
  10.101 +	this.ctx.arc(x, y, radius, 0, Math.PI * 2, true);
  10.102 +	this.ctx.fill();
  10.103 +
  10.104 +	var bg = '<li class="bg parity' + parity + '"></li>';
  10.105 +	var left = (this.columns + 1) * this.bg_height;
  10.106 +	var nstyle = 'padding-left: ' + left + 'px;';
  10.107 +	var item = revlink.replace(/_STYLE/, nstyle);
  10.108 +	item = item.replace(/_PARITY/, 'parity' + parity);
  10.109 +	item = item.replace(/_NODEID/, cur[0]);
  10.110 +	item = item.replace(/_NODEID/, cur[0]);
  10.111 +	item = item.replace(/_DESC/, cur[3]);
  10.112 +	item = item.replace(/_USER/, cur[4]);
  10.113 +	item = item.replace(/_DATE/, cur[5]);
  10.114 +
  10.115 +	var tagspan = '';
  10.116 +	if (cur[7].length || (cur[6][0] != 'default' || cur[6][1])) {
  10.117 +		tagspan = '<span class="logtags">';
  10.118 +		if (cur[6][1]) {
  10.119 +			tagspan += '<span class="branchhead" title="' + cur[6][0] + '">';
  10.120 +			tagspan += cur[6][0] + '</span> ';
  10.121 +		} else if (!cur[6][1] && cur[6][0] != 'default') {
  10.122 +			tagspan += '<span class="branchname" title="' + cur[6][0] + '">';
  10.123 +			tagspan += cur[6][0] + '</span> ';
  10.124 +		}
  10.125 +		if (cur[7].length) {
  10.126 +			for (var t in cur[7]) {
  10.127 +				var tag = cur[7][t];
  10.128 +				tagspan += '<span class="tag">' + tag + '</span> ';
  10.129 +			}
  10.130 +		}
  10.131 +		tagspan += '</span>';
  10.132 +	}
  10.133 +
  10.134 +	item = item.replace(/_TAGS/, tagspan);
  10.135 +	return [bg, item];
  10.136 +
  10.137 +}
  10.138 +
  10.139 +graph.render(data);
  10.140 +
  10.141 +// stop hiding script -->
  10.142 +</script>
  10.143 +
  10.144 +<div class="navigate">
  10.145 +<a href="{url}graph/{rev}{lessvars%urlparameter}">less</a>
  10.146 +<a href="{url}graph/{rev}{morevars%urlparameter}">more</a>
  10.147 +| rev {rev}: {changenav%navgraphentry}
  10.148 +</div>
  10.149 +
  10.150 +<!-- End of content -->
  10.151 +</div>
  10.152 +
  10.153 +{footer}
    11.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.2 +++ b/slitaz-mercurial-style/templates/slitaz/header.tmpl	Thu Feb 24 07:39:10 2011 +0000
    11.3 @@ -0,0 +1,6 @@
    11.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    11.5 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
    11.6 +<head>
    11.7 +<link rel="icon" href="{staticurl}favicon.ico" type="image/ico" />
    11.8 +<meta name="robots" content="index, nofollow" />
    11.9 +<link rel="stylesheet" href="{staticurl}style-slitaz.css" type="text/css" />
    12.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.2 +++ b/slitaz-mercurial-style/templates/slitaz/index.tmpl	Thu Feb 24 07:39:10 2011 +0000
    12.3 @@ -0,0 +1,62 @@
    12.4 +{header}
    12.5 +	<title>SliTaz - Mercurial Repos</title>
    12.6 +</head>
    12.7 +<body>
    12.8 +
    12.9 +<!-- Header -->
   12.10 +<div id="header">
   12.11 +    <a href="http://hg.slitaz.org/"><img id="logo"
   12.12 +		src="{staticurl}logo.png" 
   12.13 +		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
   12.14 +    <p id="titre">#!/Hg/repos</p>
   12.15 +</div>
   12.16 +
   12.17 +<!-- Content -->
   12.18 +<div id="content-full">
   12.19 +
   12.20 +<!-- Block begin -->
   12.21 +<div class="block">
   12.22 +	<!-- Nav block begin -->
   12.23 +	<div id="block_nav">
   12.24 +		<h3><img src="{staticurl}development.png" alt="png" />Devel corner</h3>
   12.25 +		<ul>
   12.26 +			<li><a href="http://www.slitaz.org/en/devel/">Website/devel</a></li>
   12.27 +			<li><a href="http://labs.slitaz.org/">Laboratories</a></li>
   12.28 +			<li><a href="http://bb.slitaz.org/">Build Bot</a></li>
   12.29 +			<li><a href="http://scn.slitaz.org/">Community</a></li>
   12.30 +			<li><a href="http://pkgs.slitaz.org/">Packages</a></li>
   12.31 +			<li><a href="http://tank.slitaz.org/">Tank Server</a></li>
   12.32 +		</ul>
   12.33 +	<!-- Nav block end -->
   12.34 +	</div>
   12.35 +	<!-- Top block begin -->
   12.36 +	<div id="block_top">
   12.37 +		<h1>Mercurial Repos</h1>
   12.38 +		<p>
   12.39 +			This web interface lets you follow in real time all improvements,
   12.40 +			fixes and other changes made by SliTaz GNU/Linux contributors.
   12.41 +			Each project provides its own RSS feed and the latest commits to
   12.42 +			the Cooking wok are on the SliTaz <a href="http://www.slitaz.org/">website</a>.
   12.43 +		</p>
   12.44 +	<!-- Top block end -->
   12.45 +	</div>
   12.46 +<!-- Block end -->
   12.47 +</div>
   12.48 +
   12.49 +<h2>Repositories list</h2>
   12.50 +
   12.51 +<table class="bigtable">
   12.52 +    <tr>
   12.53 +        <th><a href="?sort={sort_name}">Name</a></th>
   12.54 +        <th><a href="?sort={sort_description}">Description</a></th>
   12.55 +        <th><a href="?sort={sort_contact}">Contact</a></th>
   12.56 +        <th><a href="?sort={sort_lastchange}">Last change</a></th>
   12.57 +        <th>&nbsp;</th>
   12.58 +    </tr>
   12.59 +    {entries%indexentry}
   12.60 +</table>
   12.61 +
   12.62 +<!-- End of content -->
   12.63 +</div>
   12.64 +
   12.65 +{footer}
    13.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.2 +++ b/slitaz-mercurial-style/templates/slitaz/manifest.tmpl	Thu Feb 24 07:39:10 2011 +0000
    13.3 @@ -0,0 +1,79 @@
    13.4 +{header}
    13.5 +<title>{repo|escape}: {node|short} {path|escape}</title>
    13.6 +</head>
    13.7 +<body>
    13.8 +
    13.9 +<!-- Header -->
   13.10 +<div id="header">
   13.11 +    <a href="http://hg.slitaz.org/"><img id="logo"
   13.12 +		src="{staticurl}logo.png" 
   13.13 +		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
   13.14 +    <p id="titre">#!/Hg/repos</p>
   13.15 +</div>
   13.16 +
   13.17 +<!-- Content -->
   13.18 +<div id="content-full">
   13.19 +
   13.20 +<!-- Block begin -->
   13.21 +<div class="block">
   13.22 +	<!-- Nav block begin -->
   13.23 +	<div id="block_nav">
   13.24 +		<h3><img src="{staticurl}network.png" alt="png" />Navigation</h3>
   13.25 +		<div class="right_box">
   13.26 +			<ul>	
   13.27 +				<li>Download:</li>
   13.28 +				{archives%archiveentry}
   13.29 +			</ul>
   13.30 +		</div>
   13.31 +		<ul>
   13.32 +			<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
   13.33 +			<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
   13.34 +			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
   13.35 +			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
   13.36 +			<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
   13.37 +			<li class="active">browse</li>
   13.38 +		</ul>
   13.39 +	<!-- Nav block end -->
   13.40 +	</div>
   13.41 +	<!-- Top block begin -->
   13.42 +	<div id="block_top">
   13.43 +		<h1>Project: {repo|escape}</h1>
   13.44 +		<p>
   13.45 +			This web interface lets you follow in real time all improvements,
   13.46 +			fixes and other changes made by SliTaz GNU/Linux contributors.
   13.47 +		</p> 
   13.48 +		<h3>Search</h3>
   13.49 +		<form class="search" action="{url}log">
   13.50 +			{sessionvars%hiddenformentry}
   13.51 +			<p><input name="rev" id="search1" type="text" /></p>
   13.52 +			<div id="hint">find changesets by author, revision,
   13.53 +			files, or words in the commit message</div>
   13.54 +		</form>
   13.55 +	<!-- Top block end -->
   13.56 +	</div>
   13.57 +<!-- Block end -->
   13.58 +</div>
   13.59 +
   13.60 +<div class="main">
   13.61 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
   13.62 +	directory {path|escape} @ {rev}:{node|short} {tags%changelogtag}</h2>
   13.63 +
   13.64 +<table class="bigtable">
   13.65 +<tr>
   13.66 +  <th class="name">name</th>
   13.67 +  <th class="size">size</th>
   13.68 +  <th class="permissions">permissions</th>
   13.69 +</tr>
   13.70 +<tr class="fileline parity{upparity}">
   13.71 +  <td class="name"><a href="{url}file/{node|short}{up|urlescape}{sessionvars%urlparameter}">[up]</a></td>
   13.72 +  <td class="size"></td>
   13.73 +  <td class="permissions">drwxr-xr-x</td>
   13.74 +</tr>
   13.75 +{dentries%direntry}
   13.76 +{fentries%fileentry}
   13.77 +</table>
   13.78 +
   13.79 +<!-- End of content -->
   13.80 +</div>
   13.81 +
   13.82 +{footer}
    14.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.2 +++ b/slitaz-mercurial-style/templates/slitaz/map	Thu Feb 24 07:39:10 2011 +0000
    14.3 @@ -0,0 +1,191 @@
    14.4 +default = 'shortlog'
    14.5 +
    14.6 +mimetype = 'text/html; charset={encoding}'
    14.7 +header = header.tmpl
    14.8 +footer = footer.tmpl
    14.9 +search = search.tmpl
   14.10 +
   14.11 +changelog = shortlog.tmpl
   14.12 +shortlog = shortlog.tmpl
   14.13 +shortlogentry = shortlogentry.tmpl
   14.14 +graph = graph.tmpl
   14.15 +
   14.16 +naventry = '<a href="{url}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
   14.17 +navshortentry = '<a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
   14.18 +navgraphentry = '<a href="{url}graph/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
   14.19 +filenaventry = '<a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{label|escape}</a> '
   14.20 +filedifflink = '<a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '
   14.21 +filenodelink = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '
   14.22 +filenolink = '{file|escape} '
   14.23 +fileellipses = '...'
   14.24 +changelogentry = shortlogentry.tmpl
   14.25 +searchentry = shortlogentry.tmpl
   14.26 +changeset = changeset.tmpl
   14.27 +manifest = manifest.tmpl
   14.28 +
   14.29 +direntry = '
   14.30 +  <tr class="fileline parity{parity}">
   14.31 +    <td class="name">
   14.32 +      <a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">
   14.33 +        <img src="{staticurl}coal-folder.png" alt="dir."/> {basename|escape}/
   14.34 +      </a>
   14.35 +      <a href="{url}file/{node|short}{path|urlescape}/{emptydirs|urlescape}{sessionvars%urlparameter}">
   14.36 +        {emptydirs|escape}
   14.37 +      </a>
   14.38 +    </td>
   14.39 +    <td class="size"></td>
   14.40 +    <td class="permissions">drwxr-xr-x</td>
   14.41 +  </tr>'
   14.42 +
   14.43 +fileentry = '
   14.44 +  <tr class="fileline parity{parity}">
   14.45 +    <td class="filename">
   14.46 +      <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
   14.47 +        <img src="{staticurl}coal-file.png" alt="file"/> {basename|escape}
   14.48 +      </a>
   14.49 +    </td>
   14.50 +    <td class="size">{size}</td>
   14.51 +    <td class="permissions">{permissions|permissions}</td>
   14.52 +  </tr>'
   14.53 +
   14.54 +filerevision = filerevision.tmpl
   14.55 +fileannotate = fileannotate.tmpl
   14.56 +filediff = filediff.tmpl
   14.57 +filelog = filelog.tmpl
   14.58 +fileline = '
   14.59 +  <div class="parity{parity} source"><a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</div>'
   14.60 +filelogentry = filelogentry.tmpl
   14.61 +
   14.62 +annotateline = '
   14.63 +  <tr class="parity{parity}">
   14.64 +    <td class="annotate">
   14.65 +      <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#{targetline}"
   14.66 +         title="{node|short}: {desc|escape|firstline}">{author|user}@{rev}</a>
   14.67 +    </td>
   14.68 +    <td class="source"><a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</td>
   14.69 +  </tr>'
   14.70 +
   14.71 +diffblock = '<div class="source bottomline parity{parity}"><pre>{lines}</pre></div>'
   14.72 +difflineplus = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="plusline">{line|escape}</span>'
   14.73 +difflineminus = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="minusline">{line|escape}</span>'
   14.74 +difflineat = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="atline">{line|escape}</span>'
   14.75 +diffline = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}'
   14.76 +
   14.77 +changelogparent = '
   14.78 +  <tr>
   14.79 +    <th class="parent">parent {rev}:</th>
   14.80 +    <td class="parent"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
   14.81 +  </tr>'
   14.82 +
   14.83 +changesetparent = '<a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a> '
   14.84 +
   14.85 +filerevparent = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{rename%filerename}{node|short}</a> '
   14.86 +filerevchild = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a> '
   14.87 +
   14.88 +filerename = '{file|escape}@'
   14.89 +filelogrename = '
   14.90 +  <tr>
   14.91 +    <th>base:</th>
   14.92 +    <td>
   14.93 +      <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
   14.94 +        {file|escape}@{node|short}
   14.95 +      </a>
   14.96 +    </td>
   14.97 +  </tr>'
   14.98 +fileannotateparent = '
   14.99 +  <tr>
  14.100 +    <td class="metatag">parent:</td>
  14.101 +    <td>
  14.102 +      <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
  14.103 +        {rename%filerename}{node|short}
  14.104 +      </a>
  14.105 +    </td>
  14.106 +  </tr>'
  14.107 +changesetchild = ' <a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>'
  14.108 +changelogchild = '
  14.109 +  <tr>
  14.110 +    <th class="child">child</th>
  14.111 +    <td class="child">
  14.112 +      <a href="{url}rev/{node|short}{sessionvars%urlparameter}">
  14.113 +        {node|short}
  14.114 +      </a>
  14.115 +    </td>
  14.116 +  </tr>'
  14.117 +fileannotatechild = '
  14.118 +  <tr>
  14.119 +    <td class="metatag">child:</td>
  14.120 +    <td>
  14.121 +      <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
  14.122 +        {node|short}
  14.123 +      </a>
  14.124 +    </td>
  14.125 +  </tr>'
  14.126 +tags = tags.tmpl
  14.127 +tagentry = '
  14.128 +  <tr class="tagEntry parity{parity}">
  14.129 +    <td>
  14.130 +      <a href="{url}rev/{node|short}{sessionvars%urlparameter}">
  14.131 +        {tag|escape}
  14.132 +      </a>
  14.133 +    </td>
  14.134 +    <td class="node">
  14.135 +      {node|short}
  14.136 +    </td>
  14.137 +  </tr>'
  14.138 +branches = branches.tmpl
  14.139 +branchentry = '
  14.140 +  <tr class="tagEntry parity{parity}">
  14.141 +    <td>
  14.142 +      <a href="{url}shortlog/{node|short}{sessionvars%urlparameter}" class="{status}">
  14.143 +        {branch|escape}
  14.144 +      </a>
  14.145 +    </td>
  14.146 +    <td class="node">
  14.147 +      {node|short}
  14.148 +    </td>
  14.149 +  </tr>'
  14.150 +changelogtag = '<span class="tag">{name|escape}</span> '
  14.151 +changesettag = '<span class="tag">{tag|escape}</span> '
  14.152 +changelogbranchhead = '<span class="branchhead">{name|escape}</span> '
  14.153 +changelogbranchname = '<span class="branchname">{name|escape}</span> ' 
  14.154 +
  14.155 +filediffparent = '
  14.156 +  <tr>
  14.157 +    <th class="parent">parent {rev}:</th>
  14.158 +    <td class="parent"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
  14.159 +  </tr>'
  14.160 +filelogparent = '
  14.161 +  <tr>
  14.162 +    <th>parent {rev}:</th>
  14.163 +    <td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
  14.164 +  </tr>'
  14.165 +filediffchild = '
  14.166 +  <tr>
  14.167 +    <th class="child">child {rev}:</th>
  14.168 +    <td class="child"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>
  14.169 +  </td>
  14.170 +  </tr>'
  14.171 +filelogchild = '
  14.172 +  <tr>
  14.173 +    <th>child {rev}:</th>
  14.174 +    <td><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td>
  14.175 +  </tr>'
  14.176 +
  14.177 +indexentry = '
  14.178 +  <tr class="parity{parity}">
  14.179 +    <td><a href="{url}{sessionvars%urlparameter}">{name|escape}</a></td>
  14.180 +    <td>{description}</td>
  14.181 +    <td>{contact|obfuscate}</td>
  14.182 +    <td class="age">{lastchange|age} ago</td>
  14.183 +    <td class="indexlinks">{archives%indexarchiveentry}</td>
  14.184 +  </tr>\n'
  14.185 +indexarchiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}">&nbsp;&darr;{type|escape}</a>'
  14.186 +index = index.tmpl
  14.187 +archiveentry = '
  14.188 +  <li>
  14.189 +    <a href="{url}archive/{node|short}{extension|urlescape}">{type|escape}</a>
  14.190 +  </li>'
  14.191 +notfound = notfound.tmpl
  14.192 +error = error.tmpl
  14.193 +urlparameter = '{separator}{name}={value|urlescape}'
  14.194 +hiddenformentry = '<input type="hidden" name="{name}" value="{value|escape}" />'
    15.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.2 +++ b/slitaz-mercurial-style/templates/slitaz/notfound.tmpl	Thu Feb 24 07:39:10 2011 +0000
    15.3 @@ -0,0 +1,48 @@
    15.4 +{header}
    15.5 +<title>SliTaz Repos - not found</title>
    15.6 +</head>
    15.7 +<body>
    15.8 +
    15.9 +<!-- Header -->
   15.10 +<div id="header">
   15.11 +    <a href="http://hg.slitaz.org/"><img id="logo"
   15.12 +		src="{staticurl}logo.png" 
   15.13 +		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
   15.14 +    <p id="titre">#!/Hg/repos</p>
   15.15 +</div>
   15.16 +
   15.17 +<!-- Content -->
   15.18 +<div id="content-full">
   15.19 +
   15.20 +<!-- Block begin -->
   15.21 +<div class="block">
   15.22 +	<!-- Nav block begin -->
   15.23 +	<div id="block_nav">
   15.24 +		<h3><img src="{staticurl}development.png" alt="png" />Devel corner</h3>
   15.25 +		<ul>
   15.26 +			<li><a href="http://www.slitaz.org/en/devel/">Website/devel</a></li>
   15.27 +			<li><a href="http://labs.slitaz.org/">Laboratories</a></li>
   15.28 +			<li><a href="http://bb.slitaz.org/">Build Bot</a></li>
   15.29 +			<li><a href="http://scn.slitaz.org/">Community</a></li>
   15.30 +			<li><a href="http://pkgs.slitaz.org/">Packages</a></li>
   15.31 +			<li><a href="http://tank.slitaz.org/">Tank Server</a></li>
   15.32 +		</ul>
   15.33 +	<!-- Nav block end -->
   15.34 +	</div>
   15.35 +	<!-- Top block begin -->
   15.36 +	<div id="block_top">
   15.37 +		<h1>Repository not found</h1>
   15.38 +		<p>
   15.39 +			The specified repository "{repo|escape}" is unknown, sorry.
   15.40 +			Please go back to the 
   15.41 +			<a href="http://hg.slitaz.org/">main repository list page</a>.
   15.42 +		</p>
   15.43 +	<!-- Top block end -->
   15.44 +	</div>
   15.45 +<!-- Block end -->
   15.46 +</div>
   15.47 +
   15.48 +<!-- End of content -->
   15.49 +</div>
   15.50 +
   15.51 +{footer}
    16.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    16.2 +++ b/slitaz-mercurial-style/templates/slitaz/search.tmpl	Thu Feb 24 07:39:10 2011 +0000
    16.3 @@ -0,0 +1,64 @@
    16.4 +{header}
    16.5 +<title>{repo|escape}: searching for {query|escape}</title>
    16.6 +</head>
    16.7 +<body>
    16.8 +
    16.9 +<!-- Header -->
   16.10 +<div id="header">
   16.11 +    <a href="http://hg.slitaz.org/"><img id="logo"
   16.12 +		src="{staticurl}logo.png" 
   16.13 +		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
   16.14 +    <p id="titre">#!/Hg/repos</p>
   16.15 +</div>
   16.16 +
   16.17 +<!-- Content -->
   16.18 +<div id="content-full">
   16.19 +
   16.20 +<!-- Block begin -->
   16.21 +<div class="block">
   16.22 +	<!-- Nav block begin -->
   16.23 +	<div id="block_nav">
   16.24 +		<h3><img src="{staticurl}network.png" alt="png" />Navigation</h3>
   16.25 +		<ul>
   16.26 +			<li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
   16.27 +			<li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
   16.28 +			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
   16.29 +			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
   16.30 +		</ul>
   16.31 +	<!-- Nav block end -->
   16.32 +	</div>
   16.33 +	<!-- Top block begin -->
   16.34 +	<div id="block_top">
   16.35 +		<h1>Project: {repo|escape}</h1>
   16.36 +		<p>
   16.37 +			This web interface lets you follow in real time all improvements,
   16.38 +			fixes and other changes made by SliTaz GNU/Linux contributors.
   16.39 +		</p>
   16.40 +		<h3>Search</h3>
   16.41 +		<form class="search" action="{url}log">
   16.42 +			{sessionvars%hiddenformentry}
   16.43 +			<p><input name="rev" id="search1" type="text" /></p>
   16.44 +			<div id="hint">find changesets by author, revision,
   16.45 +			files, or words in the commit message</div>
   16.46 +		</form>
   16.47 +	<!-- Top block end -->
   16.48 +	</div>
   16.49 +<!-- Block end -->
   16.50 +</div>
   16.51 +
   16.52 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
   16.53 +	- Searching for '{query|escape}'</h2>
   16.54 +
   16.55 +<table class="bigtable">
   16.56 + <tr>
   16.57 +  <th class="age">age</th>
   16.58 +  <th class="author">author</th>
   16.59 +  <th class="description">description</th>
   16.60 + </tr>
   16.61 +{entries}
   16.62 +</table>
   16.63 +
   16.64 +<!-- End of content -->
   16.65 +</div>
   16.66 +
   16.67 +{footer}
    17.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    17.2 +++ b/slitaz-mercurial-style/templates/slitaz/shortlog.tmpl	Thu Feb 24 07:39:10 2011 +0000
    17.3 @@ -0,0 +1,79 @@
    17.4 +{header}
    17.5 +<title>{repo|escape}: log</title>
    17.6 +<link rel="alternate" type="application/atom+xml"
    17.7 +   href="{url}atom-log" title="Atom feed for {repo|escape}" />
    17.8 +<link rel="alternate" type="application/rss+xml"
    17.9 +   href="{url}rss-log" title="RSS feed for {repo|escape}" />
   17.10 +</head>
   17.11 +<body>
   17.12 +
   17.13 +<!-- Header -->
   17.14 +<div id="header">
   17.15 +    <a href="http://hg.slitaz.org/"><img id="logo"
   17.16 +		src="{staticurl}logo.png" 
   17.17 +		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
   17.18 +    <p id="titre">#!/Hg/repos</p>
   17.19 +</div>
   17.20 +
   17.21 +<!-- Content -->
   17.22 +<div id="content-full">
   17.23 +
   17.24 +<!-- Block begin -->
   17.25 +<div class="block">
   17.26 +	<!-- Nav block begin -->
   17.27 +	<div id="block_nav">
   17.28 +		<h3><img src="{staticurl}network.png" alt="png" />Navigation</h3>
   17.29 +		<div class="right_box">
   17.30 +			<ul>	
   17.31 +				<li>Download:</li>
   17.32 +				{archives%archiveentry}
   17.33 +			</ul>
   17.34 +		</div>
   17.35 +		<ul>
   17.36 +			<li class="active">log</li>
   17.37 +			<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
   17.38 +			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
   17.39 +			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
   17.40 +			<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
   17.41 +			<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
   17.42 +		</ul>
   17.43 +	<!-- Nav block end -->
   17.44 +	</div>
   17.45 +	<!-- Top block begin -->
   17.46 +	<div id="block_top">
   17.47 +		<h1>Project: {repo|escape}</h1>
   17.48 +		<p>
   17.49 +			This web interface lets you follow in real time all improvements,
   17.50 +			fixes and other changes made by SliTaz GNU/Linux contributors.
   17.51 +		</p>
   17.52 +		<h3>Search</h3>
   17.53 +		<form class="search" action="{url}log">
   17.54 +			{sessionvars%hiddenformentry}
   17.55 +			<p><input name="rev" id="search1" type="text" /></p>
   17.56 +			<div id="hint">find changesets by author, revision,
   17.57 +			files, or words in the commit message</div>
   17.58 +		</form>
   17.59 +	<!-- Top block end -->
   17.60 +	</div>
   17.61 +<!-- Block end -->
   17.62 +</div>
   17.63 +
   17.64 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> log</h2>
   17.65 +
   17.66 +<div class="navigate">rev {rev}: {changenav%navshortentry}</div>
   17.67 +
   17.68 +<table class="bigtable">
   17.69 + <tr>
   17.70 +  <th class="age">age</th>
   17.71 +  <th class="author">author</th>
   17.72 +  <th class="description">description</th>
   17.73 + </tr>
   17.74 +{entries%shortlogentry}
   17.75 +</table>
   17.76 +
   17.77 +<div class="navigate">rev {rev}: {changenav%navshortentry}</div>
   17.78 +
   17.79 +<!-- End of content -->
   17.80 +</div>
   17.81 +
   17.82 +{footer}
    18.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    18.2 +++ b/slitaz-mercurial-style/templates/slitaz/shortlogentry.tmpl	Thu Feb 24 07:39:10 2011 +0000
    18.3 @@ -0,0 +1,5 @@
    18.4 + <tr class="parity{parity}">
    18.5 +  <td class="age">{date|age}</td>
    18.6 +  <td class="author">{author|person}</td>
    18.7 +  <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}</td>
    18.8 + </tr>
    19.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    19.2 +++ b/slitaz-mercurial-style/templates/slitaz/tags.tmpl	Thu Feb 24 07:39:10 2011 +0000
    19.3 @@ -0,0 +1,66 @@
    19.4 +{header}
    19.5 +<title>{repo|escape}: tags</title>
    19.6 +<link rel="alternate" type="application/atom+xml"
    19.7 +   href="{url}atom-tags" title="Atom feed for {repo|escape}: tags" />
    19.8 +<link rel="alternate" type="application/rss+xml"
    19.9 +   href="{url}rss-tags" title="RSS feed for {repo|escape}: tags" />
   19.10 +</head>
   19.11 +<body>
   19.12 +
   19.13 +<!-- Header -->
   19.14 +<div id="header">
   19.15 +    <a href="http://hg.slitaz.org/"><img id="logo"
   19.16 +		src="{staticurl}logo.png" 
   19.17 +		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
   19.18 +    <p id="titre">#!/Hg/repos</p>
   19.19 +</div>
   19.20 +
   19.21 +<!-- Content -->
   19.22 +<div id="content-full">
   19.23 +
   19.24 +<!-- Block begin -->
   19.25 +<div class="block">
   19.26 +	<!-- Nav block begin -->
   19.27 +	<div id="block_nav">
   19.28 +		<h3><img src="{staticurl}network.png" alt="png" />Navigation</h3>
   19.29 +		<ul>
   19.30 +			<li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
   19.31 +			<li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
   19.32 +			<li class="active">tags</li>
   19.33 +			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
   19.34 +		</ul>
   19.35 +	<!-- Nav block end -->
   19.36 +	</div>
   19.37 +	<!-- Top block begin -->
   19.38 +	<div id="block_top">
   19.39 +		<h1>Project: {repo|escape}</h1>
   19.40 +		<p>
   19.41 +			This web interface lets you follow in real time all improvements,
   19.42 +			fixes and other changes made by SliTaz GNU/Linux contributors.
   19.43 +		</p>
   19.44 +		<h3>Search</h3>
   19.45 +		<form class="search" action="{url}log">
   19.46 +			{sessionvars%hiddenformentry}
   19.47 +			<p><input name="rev" id="search1" type="text" /></p>
   19.48 +			<div id="hint">find changesets by author, revision,
   19.49 +			files, or words in the commit message</div>
   19.50 +		</form>
   19.51 +	<!-- Top block end -->
   19.52 +	</div>
   19.53 +<!-- Block end -->
   19.54 +</div>
   19.55 +
   19.56 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> tags</h2>
   19.57 +
   19.58 +<table class="bigtable">
   19.59 +<tr>
   19.60 + <th>tag</th>
   19.61 + <th>node</th>
   19.62 +</tr>
   19.63 +{entries%tagentry}
   19.64 +</table>
   19.65 +
   19.66 +<!-- End of content -->
   19.67 +</div>
   19.68 +
   19.69 +{footer}
    20.1 Binary file slitaz-mercurial-style/templates/static/coal-folder.png has changed
    21.1 Binary file slitaz-mercurial-style/templates/static/development.png has changed
    22.1 Binary file slitaz-mercurial-style/templates/static/favicon.ico has changed
    23.1 Binary file slitaz-mercurial-style/templates/static/header-img.png has changed
    24.1 Binary file slitaz-mercurial-style/templates/static/logo.png has changed
    25.1 Binary file slitaz-mercurial-style/templates/static/network.png has changed
    26.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    26.2 +++ b/slitaz-mercurial-style/templates/static/style-slitaz.css	Thu Feb 24 07:39:10 2011 +0000
    26.3 @@ -0,0 +1,692 @@
    26.4 +html {
    26.5 +	min-height:  102%;
    26.6 +}
    26.7 +
    26.8 +body {
    26.9 +	background: #ffffff;
   26.10 +	color: black;
   26.11 +	font: 13px sans-serif, vernada, arial;
   26.12 +	margin: 0;
   26.13 +	border-top: 34px solid #f1f1f1;
   26.14 +}
   26.15 +
   26.16 +/* Accessibility */
   26.17 +
   26.18 +#access {
   26.19 +	position: absolute;
   26.20 +	top: 4px;
   26.21 +	right: 0px;
   26.22 +	text-align: right;
   26.23 +	width: auto;
   26.24 +	margin: 0;
   26.25 +	padding: 4px 4px 4px 20px;
   26.26 +	font-size: 11px;
   26.27 +	font-weight: bold;
   26.28 +}
   26.29 +
   26.30 +#access a {
   26.31 +	background: transparent;
   26.32 +	color: #0F314E;
   26.33 +	text-decoration: none;
   26.34 +}
   26.35 +
   26.36 +#access a:hover {
   26.37 +	background: inherit;
   26.38 +	color: #b64b22;
   26.39 +}
   26.40 +
   26.41 +#access img {
   26.42 +	vertical-align: middle;
   26.43 +}
   26.44 +
   26.45 +/* Header and title */
   26.46 +
   26.47 +#header {
   26.48 +	background: #351a0a url(header-img.png) no-repeat top right;
   26.49 +	color: black;
   26.50 +	width: 100%;
   26.51 +	height: 42px;
   26.52 +	border-top: 1px solid black;
   26.53 +	border-bottom: 1px solid #999;
   26.54 +	margin-bottom: 33px;
   26.55 +}
   26.56 +
   26.57 +#titre {
   26.58 +	position: absolute;
   26.59 +	font-size: 14px;
   26.60 +	font-weight: bolder ;
   26.61 +	left: 180px;
   26.62 +	top: 4px;
   26.63 +}
   26.64 +
   26.65 +#logo {
   26.66 +	position: absolute;
   26.67 +	float: left;
   26.68 +	left: 16px;
   26.69 +	top: -10px;
   26.70 +	width: 200px;
   26.71 +	height: 74px;
   26.72 +}
   26.73 +
   26.74 +/* Side bar Navigation */
   26.75 +
   26.76 +#nav {
   26.77 +	position: absolute;
   26.78 +	top: 102px;
   26.79 +	right: 80px;
   26.80 +	color: #555555;
   26.81 +	float: right;
   26.82 +	width: 250px;
   26.83 +	line-height: 1.5em;
   26.84 +	text-align: left;
   26.85 +	font-size: 12px;
   26.86 +}
   26.87 +
   26.88 +#nav .nav_box ul {
   26.89 +	list-style-type: none;
   26.90 +	margin: 0;
   26.91 +	padding: 10px 24px 10px 0px;
   26.92 +	background-color: inherit;
   26.93 +}
   26.94 +
   26.95 +#nav li {
   26.96 +	display: inline;
   26.97 +}
   26.98 +
   26.99 +#nav h4 {
  26.100 +	font-size: 120%;
  26.101 +	color: #666666;
  26.102 +	font-weight: bold;
  26.103 +	margin: 0;
  26.104 +	padding: 0 0 1px 0;
  26.105 +	border-bottom: 1px solid #cecece;
  26.106 +}
  26.107 +
  26.108 +#nav a {
  26.109 +	color: #0F314E;
  26.110 +	background: inherit;
  26.111 +	display: block;
  26.112 +	text-decoration: none;
  26.113 +	font-weight: bold;
  26.114 +}
  26.115 +
  26.116 +#nav a:hover {
  26.117 +	color: #b64b22;
  26.118 +	text-decoration: none;
  26.119 +	display: block;
  26.120 +}
  26.121 +
  26.122 +#nav ul {
  26.123 +	-moz-border-radius: 8px;
  26.124 +	-webkit-border-radius: 8px;
  26.125 +	border-radius: 8px;
  26.126 +	list-style-type: none;
  26.127 +	margin: 10px 0;
  26.128 +	padding: 10px 24px 10px 24px;
  26.129 +	background-color: #eaeaea;
  26.130 +}
  26.131 +
  26.132 +.nav_box {
  26.133 +	margin: 10px 0;
  26.134 +	padding: 10px 24px 10px 24px;
  26.135 +	background-color: #eaeaea;
  26.136 +	text-align: justify;
  26.137 +	-moz-border-radius: 8px;
  26.138 +	-webkit-border-radius: 8px;
  26.139 +	border-radius: 8px;
  26.140 +	-moz-box-shadow: 0 1px 3px #666;
  26.141 +	-webkit-box-shadow: 0 1px 3px #666;
  26.142 +	box-shadow: 0 1px 3px #666;
  26.143 +	/* CSS3 transition */
  26.144 +	-webkit-transition-property: background-color;
  26.145 +	-webkit-transition-duration: 2s;
  26.146 +	-moz-transition-property: background-color;
  26.147 +	-moz-transition-duration: 2s;
  26.148 +	transition-property: background-color;
  26.149 +	transition-duration: 2s;
  26.150 +}
  26.151 +
  26.152 +.nav_box:hover { background-color: #f8f8f8; }
  26.153 +
  26.154 +#nav .nav_box p {
  26.155 +	line-height: 1.3em;
  26.156 +}
  26.157 +
  26.158 +#nav .nav_box p a {
  26.159 +	display: inline;
  26.160 +	font-weight: normal;
  26.161 +	text-decoration: underline;
  26.162 +}
  26.163 +
  26.164 +#nav .nav_box p a:hover {
  26.165 +	text-decoration: none;
  26.166 +	color: blue;
  26.167 +	background: inherit;
  26.168 +}
  26.169 +
  26.170 +/* Page content */
  26.171 +
  26.172 +#content {
  26.173 +	background: white;
  26.174 +	color: black;
  26.175 +	text-align: justify;
  26.176 +	height: auto;
  26.177 +	margin: 6px 320px 0px 0px;
  26.178 +	padding: 0px 40px 60px 80px;
  26.179 +}
  26.180 +
  26.181 +#content-full {
  26.182 +	background: white;
  26.183 +	color: black;
  26.184 +	text-align: justify;
  26.185 +	height: auto;
  26.186 +	margin: 0;
  26.187 +	padding: 0px 80px 40px 80px;
  26.188 +}
  26.189 +
  26.190 +#content li, #content-full li {
  26.191 +	line-height: 1.5em;
  26.192 +	text-align: left;
  26.193 +}
  26.194 +
  26.195 +#news li {
  26.196 +	list-style-type: square;
  26.197 +	border-bottom: 1px dotted #BEBEBE;
  26.198 +	margin-left: -25px;
  26.199 +	padding: 4px 0px 4px 0px;
  26.200 +}
  26.201 +
  26.202 +#news a {
  26.203 +	text-decoration: none;
  26.204 +}
  26.205 +
  26.206 +#gallery {
  26.207 +	text-align: center;
  26.208 +}
  26.209 +
  26.210 +/* Box and block. */
  26.211 +
  26.212 +.infobox {
  26.213 +	margin: 20px 60px;
  26.214 +	padding: 12px;
  26.215 +	background: #f8f8f8;
  26.216 +}
  26.217 +
  26.218 +.infobox img { vertical-align: middle; }
  26.219 +/* .infobox:hover { background-color: #f2b21d; } */
  26.220 +.infobox:hover { background-color: #FBFBFB; }
  26.221 +
  26.222 +.block {
  26.223 +	/*padding-bottom: 35%;*/
  26.224 +	color: black;
  26.225 +	min-height: 200px;
  26.226 +	margin-bottom: 40px;
  26.227 +}
  26.228 +
  26.229 +.block ul {
  26.230 +	list-style-type: none;
  26.231 +	margin: 0;
  26.232 +	padding: 0 20px;
  26.233 +}
  26.234 +
  26.235 +.block_left {
  26.236 +	width: 46%;
  26.237 +	float: left;
  26.238 +	background-color: #eaeaea;
  26.239 +	margin: 4px 2px;
  26.240 +	padding: 0 10px 10px 10px;
  26.241 +}
  26.242 +
  26.243 +.block_right {
  26.244 +	width: 46%;
  26.245 +	float: right;
  26.246 +	background-color: #eaeaea;
  26.247 +	margin: 4px 2px;
  26.248 +	padding: 0 10px 10px 10px;
  26.249 +}
  26.250 +
  26.251 +#block_top {
  26.252 +	color: black;
  26.253 +	background-color: #eaeaea;
  26.254 +	min-height: 180px;
  26.255 +	margin-bottom: 40px;
  26.256 +	margin-right: 340px;
  26.257 +	padding: 0 10px;
  26.258 +}
  26.259 +
  26.260 +#block_nav {
  26.261 +	width: 300px;
  26.262 +	min-height: 180px;
  26.263 +	float: right;
  26.264 +	background-color: #eaeaea;
  26.265 +	margin: 0;
  26.266 +	padding: 0 10px;
  26.267 +}
  26.268 +
  26.269 +.infobox, .block_left, .block_right, #block_top, #block_nav, #footer {
  26.270 +	-moz-border-radius: 8px;
  26.271 +	-webkit-border-radius: 8px;
  26.272 +	border-radius: 8px;
  26.273 +	-moz-box-shadow: 0 1px 3px #666;
  26.274 +	-webkit-box-shadow: 0 1px 3px #666;
  26.275 +	box-shadow: 0 1px 3px #666;
  26.276 +	/* CSS3 transition */
  26.277 +	-webkit-transition-property: background-color;
  26.278 +	-webkit-transition-duration: 2s;
  26.279 +	-moz-transition-property: background-color;
  26.280 +	-moz-transition-duration: 2s;
  26.281 +	transition-property: background-color;
  26.282 +	transition-duration: 2s;
  26.283 +}
  26.284 +
  26.285 +#block_nav {
  26.286 +	font-weight: bold;
  26.287 +}
  26.288 +
  26.289 +#block_nav a {
  26.290 +	text-decoration: none;
  26.291 +}
  26.292 +
  26.293 +#block_nav li a:hover {
  26.294 +	color: #b64b22;
  26.295 +}
  26.296 +
  26.297 +#block_nav ul {
  26.298 +	margin: 0;
  26.299 +	list-style-type: none;
  26.300 +}
  26.301 +
  26.302 +#block_nav h3 {
  26.303 +	font-size: 110%;
  26.304 +}
  26.305 +
  26.306 +.block_left:hover, .block_right:hover, #block_top:hover,
  26.307 +#block_nav:hover, #footer:hover { 
  26.308 +	background-color: #f8f8f8;
  26.309 +}
  26.310 +
  26.311 +#block_top li { display: inline; }
  26.312 +#block_top li a { font-weight: bold; }
  26.313 +
  26.314 +.right_box {
  26.315 +	width: 50%;
  26.316 +	float: right;
  26.317 +}
  26.318 +
  26.319 +.floor {
  26.320 +	color: #999999;
  26.321 +	font-size: 20px;
  26.322 +	-webkit-transform: rotate(-45deg) skew(15deg, 15deg);
  26.323 +	-moz-transform: rotate(-45deg) skew(15deg, 15deg);
  26.324 +	-o-transform: rotate(-45deg) skew(15deg, 15deg);
  26.325 +	-ms-transform: rotate(-45deg) skew(15deg, 15deg);
  26.326 +	transform: rotate(-45deg) skew(15deg, 15deg);
  26.327 +}
  26.328 +	
  26.329 +/* Button */
  26.330 +
  26.331 +.button { margin-left: 20px; }
  26.332 +
  26.333 +.button a { 
  26.334 +	background-color: #b64b22;
  26.335 +	color: #ffffff;
  26.336 +	margin-right: 6px;
  26.337 +	padding: 6px 10px;
  26.338 +	font-size: 14px;
  26.339 +	-moz-border-radius: 4px;
  26.340 +	-webkit-border-radius: 4px;
  26.341 +	border-radius: 4px;
  26.342 +	-moz-box-shadow: 0 1px 3px #666;
  26.343 +	-webkit-box-shadow: 0 1px 3px #666;
  26.344 +	box-shadow: 0 1px 3px #666;
  26.345 +}
  26.346 +
  26.347 +.button a:hover, input[type=submit]:hover { 
  26.348 +	background-color: #a3431f;
  26.349 +	color: #ffffff;
  26.350 +}
  26.351 +
  26.352 +input[type=submit] {
  26.353 +	border: 1px solid #b64b22;
  26.354 +	background-color: #b64b22;
  26.355 +	color: white;
  26.356 +	font-weight: bold;
  26.357 +	cursor: pointer;
  26.358 +	padding: 2px 10px;
  26.359 +	font-size: 14px;
  26.360 +	-moz-border-radius: 2px;
  26.361 +	-webkit-border-radius: 2px;
  26.362 +	border-radius: 2px;
  26.363 +	-moz-box-shadow: 0 0 5px #666;
  26.364 +	-webkit-box-shadow: 0 0 5px#666;
  26.365 +	box-shadow: 0 0 5px #666;
  26.366 +}
  26.367 +
  26.368 +input[type=text] {
  26.369 +	border: 1px solid #333333;
  26.370 +	padding: 3px;
  26.371 +	width: 100%;
  26.372 +	max-width: 500px;
  26.373 +}
  26.374 +
  26.375 +/* HTML styles */
  26.376 +
  26.377 +h1 {
  26.378 +	color: #444444;
  26.379 +	background: transparent;
  26.380 +	text-align: left;
  26.381 +	margin: 0px 0px 4px 0px;
  26.382 +	font-size: 150%;
  26.383 +	font-weight: bold;
  26.384 +	padding: 5px 0 0 10px;
  26.385 +}
  26.386 +
  26.387 +h2 {
  26.388 +	color: #b64b22;
  26.389 +	padding: 0;
  26.390 +	margin: 20px 0 0 0;
  26.391 +	font-size: 130%;
  26.392 +	font-weight: bold;
  26.393 +}
  26.394 +
  26.395 +h3 {
  26.396 +	font-weight: bold;
  26.397 +	color: #666666;
  26.398 +	background: transparent;
  26.399 +}
  26.400 +	
  26.401 +h3 img { 
  26.402 +	vertical-align: middle;
  26.403 +	width: 20px;
  26.404 +	height: 20px;
  26.405 +	padding-right: 4px; 
  26.406 +}
  26.407 +
  26.408 +a {
  26.409 +	text-decoration: underline;
  26.410 +	color: #103A5E;
  26.411 +	background: inherit;
  26.412 +}
  26.413 +
  26.414 +a:hover {
  26.415 +	text-decoration: none;
  26.416 +	color: blue;
  26.417 +	background: inherit;
  26.418 +}
  26.419 +
  26.420 +code {
  26.421 +	font-size: 12px;
  26.422 +	color: #669900;
  26.423 +	background: inherit;
  26.424 +}
  26.425 +
  26.426 +tt {
  26.427 +	color: #15EE15;
  26.428 +	background: inherit;
  26.429 +}
  26.430 +
  26.431 +img {
  26.432 +	border: 0pt none;
  26.433 +}
  26.434 +
  26.435 +
  26.436 +pre {
  26.437 +	padding: 5px;
  26.438 +	color: black;
  26.439 +	background: #f1f1f1;
  26.440 +}
  26.441 +
  26.442 +pre.script {
  26.443 +	padding: 10px;
  26.444 +	color: black;
  26.445 +	background: #E8E8E8;
  26.446 +	border: 1px inset #606060;
  26.447 +}
  26.448 +
  26.449 +textarea {
  26.450 +	background: #E5E5E5;
  26.451 +	margin-top: 12px;
  26.452 +}
  26.453 +
  26.454 +.year:after {
  26.455 +	/* content: "2007-2011"; */
  26.456 +	content: "2011";
  26.457 +}
  26.458 +
  26.459 +/* Footer */
  26.460 +
  26.461 +#footer {
  26.462 +	margin: 0px 80px 80px 80px;
  26.463 +	padding: 10px;
  26.464 +	background: #eaeaea;
  26.465 +	color: #666666;
  26.466 +	height: 180px;
  26.467 +	clear: both;
  26.468 +	border-radius: 8px;
  26.469 +	-moz-border-radius: 8px;
  26.470 +	-webkit-border-radius: 8px;
  26.471 +	-moz-box-shadow: 0 1px 3px #666;
  26.472 +	-webkit-box-shadow: 0 1px 3px #666;
  26.473 +	box-shadow: 0 1px 3px #666;
  26.474 +}
  26.475 +#footer a {
  26.476 +	background: inherit;
  26.477 +	color: #666666;
  26.478 +}
  26.479 +#footer a:hover {
  26.480 +	background: inherit;
  26.481 +	color: #333333;
  26.482 +}
  26.483 +#footer ul {
  26.484 +	list-style-type: none;
  26.485 +}
  26.486 +#footer li {
  26.487 +	padding: 2px;
  26.488 +}
  26.489 +#footer h4 {
  26.490 +	margin: 0 20px;
  26.491 +	font-size: 125%;
  26.492 +}
  26.493 +
  26.494 +.container {
  26.495 +  margin: 6px 280px 0px 0px;
  26.496 +  padding: 0px 40px 60px 40px;
  26.497 +}
  26.498 +
  26.499 +.main {
  26.500 +  background: white;
  26.501 +}
  26.502 +
  26.503 +#.main {
  26.504 +  width: 100%;
  26.505 +}
  26.506 +
  26.507 +.overflow {
  26.508 +  width: 100%;
  26.509 +  overflow: auto;
  26.510 +}
  26.511 +
  26.512 +.search {
  26.513 +  text-align: center;
  26.514 +}
  26.515 +
  26.516 +form.search div#hint {
  26.517 +  display: none;
  26.518 +  position: absolute;
  26.519 +  top: 0px;
  26.520 +  right: 280px;
  26.521 +  width: 200px;
  26.522 +  padding: 5px;
  26.523 +  background: #ffc;
  26.524 +  font-size: 80%;
  26.525 +  border: 1px solid yellow;
  26.526 +  -moz-border-radius: 5px; /* this works only in camino/firefox */
  26.527 +  -webkit-border-radius: 5px; /* this is just for Safari */
  26.528 +}
  26.529 +
  26.530 +form.search:hover div#hint { display: block; }
  26.531 +
  26.532 +a { text-decoration:none; }
  26.533 +.age { white-space:nowrap; }
  26.534 +.date { white-space:nowrap; }
  26.535 +.indexlinks { white-space:nowrap; }
  26.536 +.parity0 { background-color: #f0f0f0; }
  26.537 +.parity1 { background-color: white; }
  26.538 +.plusline { color: green; }
  26.539 +.minusline { color: #dc143c; } /* crimson */
  26.540 +.atline { color: purple; }
  26.541 +
  26.542 +.navigate {
  26.543 +  text-align: right;
  26.544 +  font-size: 80%;
  26.545 +  margin: 1em 0;
  26.546 +}
  26.547 +
  26.548 +.tag {
  26.549 +  color: #999;
  26.550 +  font-size: 70%;
  26.551 +  font-weight: normal;
  26.552 +  margin-left: .5em;
  26.553 +  vertical-align: baseline;
  26.554 +}
  26.555 +
  26.556 +.branchhead {
  26.557 +  color: #000;
  26.558 +  font-size: 80%;
  26.559 +  font-weight: normal;
  26.560 +  margin-left: .5em;
  26.561 +  vertical-align: baseline;
  26.562 +}
  26.563 +
  26.564 +ul#graphnodes .branchhead {
  26.565 +  font-size: 75%;
  26.566 +}
  26.567 +
  26.568 +.branchname {
  26.569 +  color: #000;
  26.570 +  font-size: 60%;
  26.571 +  font-weight: normal;
  26.572 +  margin-left: .5em;
  26.573 +  vertical-align: baseline;
  26.574 +}
  26.575 +
  26.576 +h3 .branchname {
  26.577 +  font-size: 80%;
  26.578 +}
  26.579 +
  26.580 +/* Common */
  26.581 +pre { margin: 0; }
  26.582 +
  26.583 +h2 a { color: #b64b22; }
  26.584 +
  26.585 +/* log and tags tables */
  26.586 +.bigtable {
  26.587 +  border-bottom: 1px solid #999;
  26.588 +  border-collapse: collapse;
  26.589 +  font-size: 90%;
  26.590 +  width: 100%;
  26.591 +  font-weight: normal;
  26.592 +  text-align: left;
  26.593 +  margin-top: 20px;
  26.594 +}
  26.595 +
  26.596 +.bigtable td {
  26.597 +  vertical-align: top;
  26.598 +}
  26.599 +
  26.600 +.bigtable th {
  26.601 +  padding: 1px 4px;
  26.602 +  border-bottom: 1px solid #999;
  26.603 +}
  26.604 +.bigtable tr { border: none; }
  26.605 +.bigtable .age { width: 6em; }
  26.606 +.bigtable .author { width: 12em; }
  26.607 +.bigtable .description { }
  26.608 +.bigtable .node { width: 5em; font-family: monospace;}
  26.609 +.bigtable .permissions { width: 8em; text-align: left;}
  26.610 +.bigtable .size { width: 5em; text-align: right; }
  26.611 +.bigtable .annotate { text-align: right; }
  26.612 +.bigtable td.annotate { font-size: smaller; }
  26.613 +.bigtable td.source { font-size: inherit; }
  26.614 +
  26.615 +.source, .sourcefirst, .sourcelast {
  26.616 +  font-family: monospace;
  26.617 +  white-space: pre;
  26.618 +  padding: 1px 4px;
  26.619 +  font-size: 90%;
  26.620 +}
  26.621 +.sourcefirst { border-bottom: 1px solid #999; font-weight: bold; }
  26.622 +.sourcelast { border-top: 1px solid #999; }
  26.623 +.source a { color: #999; font-size: smaller; font-family: monospace;}
  26.624 +.bottomline { border-bottom: 1px solid #999; }
  26.625 +
  26.626 +.fileline { font-family: monospace; }
  26.627 +.fileline img { border: 0; }
  26.628 +
  26.629 +.tagEntry .closed { color: #99f; }
  26.630 +
  26.631 +/* Changeset entry */
  26.632 +#changesetEntry {
  26.633 +  border-collapse: collapse;
  26.634 +  font-size: 90%;
  26.635 +  width: 100%;
  26.636 +  margin-bottom: 1em;
  26.637 +}
  26.638 +
  26.639 +#changesetEntry th {
  26.640 +  padding: 1px 4px;
  26.641 +  width: 4em;
  26.642 +  text-align: right;
  26.643 +  font-weight: normal;
  26.644 +  color: #999;
  26.645 +  margin-right: .5em;
  26.646 +  vertical-align: top;
  26.647 +}
  26.648 +
  26.649 +div.description {
  26.650 +  border-left: 2px solid #999;
  26.651 +  margin: 1em 0 1em 0;
  26.652 +  padding: .3em;
  26.653 +}
  26.654 +
  26.655 +/* Graph */
  26.656 +div#wrapper {
  26.657 +	position: relative;
  26.658 +	border-top: 1px solid black;
  26.659 +	border-bottom: 1px solid black;
  26.660 +	margin: 0;
  26.661 +	padding: 0;
  26.662 +}
  26.663 +
  26.664 +canvas {
  26.665 +	position: absolute;
  26.666 +	z-index: 5;
  26.667 +	top: -0.7em;
  26.668 +	margin: 0;
  26.669 +}
  26.670 +
  26.671 +ul#graphnodes {
  26.672 +	position: absolute;
  26.673 +	z-index: 10;
  26.674 +	top: -1.0em;
  26.675 +	list-style: none inside none;
  26.676 +	padding: 0;
  26.677 +}
  26.678 +
  26.679 +ul#nodebgs {
  26.680 +	list-style: none inside none;
  26.681 +	padding: 0;
  26.682 +	margin: 0;
  26.683 +	top: -0.7em;
  26.684 +}
  26.685 +
  26.686 +ul#graphnodes li, ul#nodebgs li {
  26.687 +	height: 39px;
  26.688 +}
  26.689 +
  26.690 +ul#graphnodes li .info {
  26.691 +	display: block;
  26.692 +	font-size: 70%;
  26.693 +	position: relative;
  26.694 +	top: -3px;
  26.695 +}