slitaz-dev-tools diff slitaz-mercurial-style/templates/slitaz/manifest.tmpl @ rev 35

slitaz-mercurial-style: Fixed last commit.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Mar 11 18:29:53 2011 +0000 (2011-03-11)
parents
children 89df945a2c21
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-mercurial-style/templates/slitaz/manifest.tmpl	Fri Mar 11 18:29:53 2011 +0000
     1.3 @@ -0,0 +1,79 @@
     1.4 +{header}
     1.5 +<title>{repo|escape}: {node|short} {path|escape}</title>
     1.6 +</head>
     1.7 +<body>
     1.8 +
     1.9 +<!-- Header -->
    1.10 +<div id="header">
    1.11 +    <a href="http://hg.slitaz.org/"><img id="logo"
    1.12 +		src="{staticurl}logo.png" 
    1.13 +		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
    1.14 +    <p id="titre">#!/Hg/repos</p>
    1.15 +</div>
    1.16 +
    1.17 +<!-- Content -->
    1.18 +<div id="content-full">
    1.19 +
    1.20 +<!-- Block begin -->
    1.21 +<div class="block">
    1.22 +	<!-- Nav block begin -->
    1.23 +	<div id="block_nav">
    1.24 +		<h3><img src="{staticurl}network.png" alt="png" />Navigation</h3>
    1.25 +		<div class="right_box">
    1.26 +			<ul>	
    1.27 +				<li>Download:</li>
    1.28 +				{archives%archiveentry}
    1.29 +			</ul>
    1.30 +		</div>
    1.31 +		<ul>
    1.32 +			<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
    1.33 +			<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
    1.34 +			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
    1.35 +			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
    1.36 +			<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
    1.37 +			<li class="active">browse</li>
    1.38 +		</ul>
    1.39 +	<!-- Nav block end -->
    1.40 +	</div>
    1.41 +	<!-- Top block begin -->
    1.42 +	<div id="block_top">
    1.43 +		<h1>Project: {repo|escape}</h1>
    1.44 +		<p>
    1.45 +			This web interface lets you follow in real time all improvements,
    1.46 +			fixes and other changes made by SliTaz GNU/Linux contributors.
    1.47 +		</p> 
    1.48 +		<h3>Search</h3>
    1.49 +		<form class="search" action="{url}log">
    1.50 +			{sessionvars%hiddenformentry}
    1.51 +			<p><input name="rev" id="search1" type="text" /></p>
    1.52 +			<div id="hint">find changesets by author, revision,
    1.53 +			files, or words in the commit message</div>
    1.54 +		</form>
    1.55 +	<!-- Top block end -->
    1.56 +	</div>
    1.57 +<!-- Block end -->
    1.58 +</div>
    1.59 +
    1.60 +<div class="main">
    1.61 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
    1.62 +	directory {path|escape} @ {rev}:{node|short} {tags%changelogtag}</h2>
    1.63 +
    1.64 +<table class="bigtable">
    1.65 +<tr>
    1.66 +  <th class="name">name</th>
    1.67 +  <th class="size">size</th>
    1.68 +  <th class="permissions">permissions</th>
    1.69 +</tr>
    1.70 +<tr class="fileline parity{upparity}">
    1.71 +  <td class="name"><a href="{url}file/{node|short}{up|urlescape}{sessionvars%urlparameter}">[up]</a></td>
    1.72 +  <td class="size"></td>
    1.73 +  <td class="permissions">drwxr-xr-x</td>
    1.74 +</tr>
    1.75 +{dentries%direntry}
    1.76 +{fentries%fileentry}
    1.77 +</table>
    1.78 +
    1.79 +<!-- End of content -->
    1.80 +</div>
    1.81 +
    1.82 +{footer}