Ignore:
Timestamp:
12/12/08 05:06:37 (3 years ago)
Author:
SvenDowideit
Message:

Item168: query search

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WidgetsSkin/data/System/DefaultWidgets.txt

    r1178 r1281  
    33---+ <nop>%TOPIC% 
    44 
    5 Common Widgets used by WidgetsSkin.  
     5Common Widgets used by WidgetsSkin. 
    66 
    77Unfortuanatly the =css-browser= Widget on WidgetsSkin won't work, as it relies heavily on a long list of topic Settings - DBCALL style. 
     
    3131   * show tags of most actuve topics - ie this month's IA 
    3232   * most recently added tags 
    33    * slideshow / information wizard widget..  
     33   * slideshow / information wizard widget.. 
    3434   * float a widget persistently over topics.. 
    3535   * RWOP widget - sync this, sync web, sync twiki - with ajax progress bar... 
    36    *  
     36   * 
    3737 
    3838 
     
    7979   <div class="widget-content"> 
    8080         <ul class="widget-list"> 
    81 %SEARCH{".*" web="%BASEWEB%" type="regex" order="modified" reverse="on" limit="15" nonoise="on" format="            <li class='widget-list-item'>[[$web.$topic][$topic]]</li>"}% 
     81%SEARCH{"1" web="%BASEWEB%" type="query" order="modified" reverse="on" limit="15" nonoise="on" format="            <li class='widget-list-item'>[[$web.$topic][$topic]]</li>"}% 
    8282      </ul> 
    8383   </div> 
     
    8888   <h2 class="widget-header">%BASEWEB%</h2> 
    8989   <div class="widget-content"> 
    90 %INCLUDE{"%BASEWEB%.WebLeftBar"}%       
     90%INCLUDE{"%BASEWEB%.WebLeftBar"}% 
    9191   </div> 
    9292</div>%ENDSECTION{"widget-webleftbar"}% 
     
    9595---+++ widget-skins 
    9696%STARTSECTION{"widget-skins"}%<div class="widget-skins widget"> 
    97     <h2 class="widget-header">Skin Browser</h2>     
     97    <h2 class="widget-header">Skin Browser</h2> 
    9898    <div class="widget-content"> 
    9999    Need to add skin selector, and then appropriate details 
    100     <b class="widget-header3"> %SYSTEMWEB%.WidgetsSkin options: </b>     
     100    <b class="widget-header3"> %SYSTEMWEB%.WidgetsSkin options: </b> 
    101101        <ul class="widget-list"> 
    102102            <li class="widget-list-item">[[%SCRIPTURL{view}%/%BASEWEB%/%BASETOPIC%?skin=widgets;widgetscolumns=w][Wide]]</li> 
Note: See TracChangeset for help on using the changeset viewer.