summaryrefslogtreecommitdiff
path: root/root/links
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/links
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/links')
-rw-r--r--root/links13
1 files changed, 13 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>