Changeset 22 in bookmarks for trunk/list.tt
- Timestamp:
- 05/22/13 16:08:09 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/list.tt
r21 r22 27 27 border-top: 6px solid #eee; 28 28 border-bottom: 6px solid #eee; 29 } 30 .alternate-links { 31 margin: .5em .25em; 32 } 33 .alternate-links li { 34 display: inline; 35 } 36 .alternate-links li+li:before { 37 content: ' | '; 38 color: #ccc; 29 39 } 30 40 .refine { … … 101 111 [% END %] 102 112 </ul> 103 [% IF search_tags.size %] 104 <!-- TODO: well-formatted query strings if there is no tag query --> 105 <p> 106 <a href="?[% tag_query %]">Link</a> · 107 <a href="?[% tag_query %]&format=json" type="application/json">JSON</a> · 108 <a href="?[% tag_query %]&format=xbel" type="application/xml">XBEL</a> · 109 <a href="feed?[% tag_query %]" type="application/atom+xml">Atom</a> 110 </p> 111 [% END %] 113 <ul class="alternate-links"> 114 [% FOREACH link IN links %] 115 <li> 116 <a href="[% link.href.canonical %]" type="[% link.type %]" rel="[% link.rel %]">[% link.text %]</a> 117 </li> 118 [% END %] 119 </ul> 112 120 <div class="refine"> 113 121 <form method="get" action="">
Note: See TracChangeset
for help on using the changeset viewer.