<html><head>
<title>SVN::Web</title>
[% IF style %]
<link rel="stylesheet" href="[% style %]" type="text/css" />
[% ELSE %]
<link rel="stylesheet" title="csszen" type="text/css" href="http://css.elixus.org/styles-csszen.css" />
<script type="text/javascript" src="http://css.elixus.org/SetStyle.js"></script>
<script type="text/javascript">
    <!--
    GenerateCoreStyleSheets(null);
    -->
</script>
[% END %]
</head><body>
[% UNLESS nonav %]
<div id="body-container">
<div id="banner">
<h1>SVN::Web - [%|l%][% action %][%END%]</h1>
</div>
<div id="links">
<div id="navpath">
<a href="[% script %]">[%|l%]Repository list[%END%]</a> |
  [% url = [script,repos,''] %]
  [% url = url.join('/') %]
  [% urlpath = ['',''] %]
<a href="[% url %]">[[% repos %]]</a>
  [% FOREACH p = navpaths %]
    [% CALL urlpath.splice(-1, 0, p) %]
    [% IF loop.count == loop.size %]
      [% IF p %]
/   [% p %]
      [% END %]
    [% ELSE %]
/    <a href="[% url %][% action %][% urlpath.join('/') %]">[% p %]</a>
    [% END %]
  [% END %]
</div>
</div>
<div id="content">
[% END %]
<div class="blog">
