Changeset 10 in bookmarks


Ignore:
Timestamp:
04/10/12 20:00:10 (12 years ago)
Author:
peter
Message:
  • increased the height of the bookmarks list
  • hid the "cotags" dropdown (until we do something with it)
  • moved the "?tag=..." permalink to below the list
  • included the list of tags for each bookmark after the link
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/list.tt

    r4 r10  
    2020} 
    2121ul { 
    22     height: 60%; 
     22    height: 75%; 
    2323    overflow-y: scroll; 
    2424    margin: 0; 
     
    4343    margin: .5em; 
    4444} 
     45.tags { 
     46    color: #666; 
     47} 
    4548    </style> 
    4649  </head> 
     
    5558      <input type="submit" value="Go"/> 
    5659    </form> 
    57     [% IF selected_tag %] 
    58       <p> 
    59         <a href="?tag=[% selected_tag %]">[% selected_tag %] links</a> 
    60       </p> 
    61     [% END %] 
     60    <!-- 
    6261    <select> 
    6362    [% FOREACH tag IN cotags %] 
     
    6564    [% END %] 
    6665    </select> 
     66    --> 
    6767    <ul style=""> 
    6868      [%  FOREACH resource IN resources %] 
     
    7272          </span> 
    7373          <a href="[% resource.uri %]" title="[% resource.title | html %] ([% resource.tags.join(', ') %])">[% resource.title or resource.uri %]</a> 
     74          <span class="tags">([% resource.tags.join(', ') %])</span> 
    7475        </li> 
    7576      [%  END %] 
    7677    </ul> 
     78    [% IF selected_tag %] 
     79      <p> 
     80        <a href="?tag=[% selected_tag %]">[% selected_tag %] links</a> 
     81      </p> 
     82    [% END %] 
    7783    <p> 
    7884      <a href="?uri=" onclick="window.open(this.href, 'edit_bookmark', 'width=800,height=250'); return false;">New Bookmark</a> 
Note: See TracChangeset for help on using the changeset viewer.