- Timestamp:
- 05/29/13 01:04:45 (11 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BookmarkApp.pm
r39 r40 83 83 query => { 84 84 tag => $tags, 85 format => 'text', 85 86 }, 86 87 } -
trunk/bookmark.tt
r3 r40 20 20 <strong>New bookmark:</strong> 21 21 [% END %] 22 <a href="[% uri %]" target="_blank">[% title or uri %]</a>22 <a href="[% uri | html %]" target="_blank">[% title or uri %]</a> 23 23 [% IF exists %] 24 24 <p class="timestamps">[% created %]</p> -
trunk/list.tt
r34 r40 102 102 (<a href="[% resource.id %]" onclick="window.open(this.href, 'edit_bookmark', 'width=800,height=250').focus(); return false;">Edit</a>) 103 103 </span> 104 <a href="[% resource.uri %]" title="[% resource.title | html %] ([% resource.tags.join(', ') %])">[% resource.title or resource.uri %]</a>104 <a href="[% resource.uri | html %]" title="[% resource.title | html %] ([% resource.tags.join(', ') %])">[% resource.title or resource.uri %]</a> 105 105 <div class="tags"> 106 106 [% FOREACH tag IN resource.tags %] … … 114 114 [% FOREACH link IN links %] 115 115 <li> 116 <a href="[% link.href.canonical %]" type="[% link.type %]" rel="[% link.rel %]">[% link.text %]</a>116 <a href="[% link.href.canonical | html %]" type="[% link.type %]" rel="[% link.rel %]">[% link.text %]</a> 117 117 </li> 118 118 [% END %]
Note: See TracChangeset
for help on using the changeset viewer.