summaryrefslogtreecommitdiff
path: root/root
diff options
context:
space:
mode:
authordakkar <dakkar@luxion>2005-10-20 11:27:13 +0000
committerdakkar <dakkar@luxion>2005-10-20 11:27:13 +0000
commit86a26a896db925d5d3ee8e0d6ed226a565214912 (patch)
tree376c14bfa44a20e7bb128e4ccee5bf54eebfdfd2 /root
parentrelazioni, e inizio lavori (diff)
downloadBookmarks-86a26a896db925d5d3ee8e0d6ed226a565214912.tar.gz
Bookmarks-86a26a896db925d5d3ee8e0d6ed226a565214912.tar.bz2
Bookmarks-86a26a896db925d5d3ee8e0d6ed226a565214912.zip
comincia a far finta di andare. le icone non vengono caricate, non so perché
Diffstat (limited to 'root')
-rw-r--r--root/links13
-rw-r--r--root/notag8
-rw-r--r--root/tags12
3 files changed, 33 insertions, 0 deletions
diff --git a/root/links b/root/links
new file mode 100644
index 0000000..57aed0a
--- /dev/null
+++ b/root/links
@@ -0,0 +1,13 @@
+<html>
+<head>
+<title>links</title>
+</head>
+<body>
+<p>Tag: [% tag.name %] ( [% tag.descr %] )</p>
+<ol>
+[% FOR link IN links %]
+<li><img src="[% base _ 'icon?link=' _ link.pk %]" /> <a href="[% link.url %]">»[% link.title %]«</a></li>
+[% END %]
+</ol>
+</body>
+</html>
diff --git a/root/notag b/root/notag
new file mode 100644
index 0000000..005d359
--- /dev/null
+++ b/root/notag
@@ -0,0 +1,8 @@
+<html>
+<head>
+<title>no tag</title>
+</head>
+<body>
+<p>Il tag [% tagname %] non esiste</p>
+</body>
+</html>
diff --git a/root/tags b/root/tags
new file mode 100644
index 0000000..748631e
--- /dev/null
+++ b/root/tags
@@ -0,0 +1,12 @@
+<html>
+<head>
+<title>tags</title>
+</head>
+<body>
+<ol>
+[% FOR tag IN tags %]
+<li><a href="[% base _ 'tag/' _ tag.name %]">[% tag.name %]</a> ([% tag.how_many %])</li>
+[% END %]
+</ol>
+</body>
+</html>