From svnadmin@urchin.earth.li Sun Mar 15 22:17:46 2009 From: svnadmin@urchin.earth.li To: openguides-commits@lists.openguides.org Subject: [openguides-commits] r1262 - in sites: . london.openguides.org london.openguides.org/templates Date: Sun, 15 Mar 2009 22:17:46 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6904668852993871886==" --===============6904668852993871886== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: dom Date: 2009-03-15 22:17:46 +0000 (Sun, 15 Mar 2009) New Revision: 1262 Added: sites/london.openguides.org/ sites/london.openguides.org/templates/ sites/london.openguides.org/templates/custom_banner.tt sites/london.openguides.org/templates/userstats.tt Log: add templates for london Added: sites/london.openguides.org/templates/custom_banner.tt =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sites/london.openguides.org/templates/custom_banner.tt = (rev 0) +++ sites/london.openguides.org/templates/custom_banner.tt 2009-03-15 22:17:4= 6 UTC (rev 1262) @@ -0,0 +1,4 @@ +
+

The Open Guide to London

+
Added: sites/london.openguides.org/templates/userstats.tt =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sites/london.openguides.org/templates/userstats.tt = (rev 0) +++ sites/london.openguides.org/templates/userstats.tt 2009-03-15 22:17:46 UT= C (rev 1262) @@ -0,0 +1,49 @@ +[% USE CGI %] +[% INCLUDE header.tt page_title =3D "User stats for $username - $site_name" = %] +[% INCLUDE banner.tt %] +
+[% INCLUDE navbar.tt %] +
+

+ User Stats for + [% IF username %] + [% username %] + [% ELSE %] + [% host %] + [% END %] +

+ +[% content %] + +

+ Last five edits made by + [% IF username AND 0 %] + [% username %]: + [% ELSE %] + [% host %]: + [% END %] +

+ +
    +[% FOREACH node =3D last_five_nodes %] +
  • [% node.last_modified %] + [% node.name %] + [% IF node.comment %] + [[% node.comment %]] + [% END %] +
  • +[% END %] +
+ +[% IF username %] +

Personalised RSS feeds:

+ +[% END %] + +
+[% INCLUDE footer.tt %] --===============6904668852993871886==--