slitaz-dev-tools diff slitaz-mercurial-style/templates/slitaz/shortlog.tmpl @ rev 14

Add slitaz-mercurial-style.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Feb 24 07:39:10 2011 +0000 (2011-02-24)
parents
children d332c8a8034c
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-mercurial-style/templates/slitaz/shortlog.tmpl	Thu Feb 24 07:39:10 2011 +0000
     1.3 @@ -0,0 +1,79 @@
     1.4 +{header}
     1.5 +<title>{repo|escape}: log</title>
     1.6 +<link rel="alternate" type="application/atom+xml"
     1.7 +   href="{url}atom-log" title="Atom feed for {repo|escape}" />
     1.8 +<link rel="alternate" type="application/rss+xml"
     1.9 +   href="{url}rss-log" title="RSS feed for {repo|escape}" />
    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 +		<div class="right_box">
    1.30 +			<ul>	
    1.31 +				<li>Download:</li>
    1.32 +				{archives%archiveentry}
    1.33 +			</ul>
    1.34 +		</div>
    1.35 +		<ul>
    1.36 +			<li class="active">log</li>
    1.37 +			<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
    1.38 +			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
    1.39 +			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
    1.40 +			<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
    1.41 +			<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
    1.42 +		</ul>
    1.43 +	<!-- Nav block end -->
    1.44 +	</div>
    1.45 +	<!-- Top block begin -->
    1.46 +	<div id="block_top">
    1.47 +		<h1>Project: {repo|escape}</h1>
    1.48 +		<p>
    1.49 +			This web interface lets you follow in real time all improvements,
    1.50 +			fixes and other changes made by SliTaz GNU/Linux contributors.
    1.51 +		</p>
    1.52 +		<h3>Search</h3>
    1.53 +		<form class="search" action="{url}log">
    1.54 +			{sessionvars%hiddenformentry}
    1.55 +			<p><input name="rev" id="search1" type="text" /></p>
    1.56 +			<div id="hint">find changesets by author, revision,
    1.57 +			files, or words in the commit message</div>
    1.58 +		</form>
    1.59 +	<!-- Top block end -->
    1.60 +	</div>
    1.61 +<!-- Block end -->
    1.62 +</div>
    1.63 +
    1.64 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> log</h2>
    1.65 +
    1.66 +<div class="navigate">rev {rev}: {changenav%navshortentry}</div>
    1.67 +
    1.68 +<table class="bigtable">
    1.69 + <tr>
    1.70 +  <th class="age">age</th>
    1.71 +  <th class="author">author</th>
    1.72 +  <th class="description">description</th>
    1.73 + </tr>
    1.74 +{entries%shortlogentry}
    1.75 +</table>
    1.76 +
    1.77 +<div class="navigate">rev {rev}: {changenav%navshortentry}</div>
    1.78 +
    1.79 +<!-- End of content -->
    1.80 +</div>
    1.81 +
    1.82 +{footer}