From 86a26a896db925d5d3ee8e0d6ed226a565214912 Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 20 Oct 2005 11:27:13 +0000 Subject: =?UTF-8?q?comincia=20a=20far=20finta=20di=20andare.=20le=20icone?= =?UTF-8?q?=20non=20vengono=20caricate,=20non=20so=20perch=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/links | 13 +++++++++++++ root/notag | 8 ++++++++ root/tags | 12 ++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 root/links create mode 100644 root/notag create mode 100644 root/tags (limited to 'root') diff --git a/root/links b/root/links new file mode 100644 index 0000000..57aed0a --- /dev/null +++ b/root/links @@ -0,0 +1,13 @@ + + +links + + +

Tag: [% tag.name %] ( [% tag.descr %] )

+
    +[% FOR link IN links %] +
  1. »[% link.title %]«
  2. +[% END %] +
+ + diff --git a/root/notag b/root/notag new file mode 100644 index 0000000..005d359 --- /dev/null +++ b/root/notag @@ -0,0 +1,8 @@ + + +no tag + + +

Il tag [% tagname %] non esiste

+ + diff --git a/root/tags b/root/tags new file mode 100644 index 0000000..748631e --- /dev/null +++ b/root/tags @@ -0,0 +1,12 @@ + + +tags + + +
    +[% FOR tag IN tags %] +
  1. [% tag.name %] ([% tag.how_many %])
  2. +[% END %] +
+ + -- cgit v1.2.3