Ignore:
Timestamp:
11/27/10 17:38:12 (14 years ago)
Author:
nanardon
Message:
  • search function take into account search spec
  • add fts over description
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/root/templates/html/explorer/index.html

    r38 r40  
    11 
    2 <p>[% path %]</p> 
     2<p> 
     3<a href="[% c.uri_for('/explorer') %]">/</a> 
     4[% FOREACH p = eachpath %] 
     5<a href="[% c.uri_for('/explorer', p.path) %]">[% p.dir | html %]</a> 
     6[% END %] 
     7</p> 
    38 
    49<div id="exp_dir" style="float: left; border: outset; width: 30%"> 
    510    Loading... 
    611</div> 
    7 <div id="exp_file" style="float: left; border: outset; width: 30%"> 
     12<div id="exp_file" style="float: left; border: outset; width: 60%"> 
    813    Loading... 
    914</div> 
Note: See TracChangeset for help on using the changeset viewer.