X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fwrapper.tt2;h=3e5246ff70b1e66b276ed93252bf21d467a119fa;hb=aebe9a0e6beff3cb67fcfd138899ce91e91d61b9;hp=d38cdcb1fbeb058fa9e4f9771577d0873e80a1c1;hpb=7e8a7295fe9bf3bd459a25abcb511f8db8393e86;p=catagits%2FGitalist.git diff --git a/root/wrapper.tt2 b/root/wrapper.tt2 index d38cdcb..3e5246f 100644 --- a/root/wrapper.tt2 +++ b/root/wrapper.tt2 @@ -4,15 +4,15 @@ - + - [%- + <title>[%# FIXME - MING %][%- title = BLOCK; c.config.sitename; IF Repository; ' - ' _ Repository.name | html; END; - IF action; ' / ' _ action; END; - IF filename; ' - ' _ filename | html; END; - IF action && action == 'tree'; '/'; END; + IF c.action; ' / ' _ c.action; END; + IF filename; ' - ' _ filename | html; END; + IF c.action && c.action == 'tree'; '/'; END; END; title; -%] (Gitalist) @@ -21,52 +21,48 @@ + - + + -
+
-[% site_header %] + - + [% INCLUDE 'nav/actions.tt2' %] -
-[% - IF action; - SET actmpl = action _ ".tt2"; - INCLUDE $actmpl; - ELSE; - # The output of gitweb.cgi is injected at this point. - content; - END; -%] -
+
+
+ [% content %] +
- +
+