summaryrefslogtreecommitdiff
path: root/root/results
diff options
context:
space:
mode:
authordakkar <dakkar@luxion>2005-11-12 11:13:29 +0000
committerdakkar <dakkar@luxion>2005-11-12 11:13:29 +0000
commitc65c190af209f6dc04a755a41f88cf836c2249df (patch)
tree439241b4f50d86a6290f79cffb58879c0bbeea80 /root/results
parentwork-around per tipi icone mal dichiarati: se non dichiarata come un'immagine... (diff)
downloadBookmarks-c65c190af209f6dc04a755a41f88cf836c2249df.tar.gz
Bookmarks-c65c190af209f6dc04a755a41f88cf836c2249df.tar.bz2
Bookmarks-c65c190af209f6dc04a755a41f88cf836c2249df.zip
corretta la modifica e cancellazione di link, aggiunti un po' di filtri nei template per evitare casini con le entities
Diffstat (limited to 'root/results')
-rw-r--r--root/results42
1 files changed, 1 insertions, 41 deletions
diff --git a/root/results b/root/results
index e3cc6d2..e8fdc7d 100644
--- a/root/results
+++ b/root/results
@@ -9,46 +9,6 @@
</head>
<body>
[% INCLUDE search %]
- <div id="links" class="results">
- <h2>Links:</h2>
- <div>
- <ol>
- [% FOR link IN links %]
- <li>
- <div class="link head">
- <span class="link icon">
- <img src="[% href.link_icon(link) %]" width="18" height="18" />
- </span>
- <span class="link title">
- <a href="[% href.link(link) %]" title="[% link.url %]">[% link.title %]</a>
- </span>
- <span class="link appear" id="link_toggle_[% link.pk %]" onclick="toggle_details('[% link.pk %]')">V</span>
- </div>
- <div class="link details" style="display: none;" id="link_details_[% link.pk %]">
- <div>
- <span class="link edit">
- <a href="[% href.edit_link(link) %]" target="_self">edit</a>
- </span>
- <ul>
- [% FOR rtag IN link.tags %]
- <li>
- <span class="tag name">
- <a href="[% href.to_tag(rtag) %]" target="_self">[% rtag.name %]</a>
- </span>
- </li>
- [% END %]
- </ul>
- [%- IF link.descr %]
- <div class="link descr">
- [%- link.descr -%]
- </div>
- [% END -%]
- </div>
- </div>
- </li>
- [% END %]
- </ol>
- </div>
- </div>
+ [% INCLUDE links_list class="results" %]
</body>
</html>