Changeset 12086 for trunk/cic-hcap


Ignore:
Timestamp:
2006-07-07T12:27:12+12:00 (18 years ago)
Author:
mdewsnip
Message:

Separated the quick search macros.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cic-hcap/macros/extra.dm

    r12085 r12086  
    855855}
    856856
     857_cicsearchresults_ {
     858<div class="cicheading">Search Results</div>
     859
     860<p>_resultline_</p>
     861}
     862
     863# What is displayed on the submit buttons
     864_textbeginsearch_ {Search}
     865
     866
     867
     868# ------------------------------------------------------------------------------------------
     869#   QUERY  (Quick Search)
     870# ------------------------------------------------------------------------------------------
     871
    857872_cicsimplejavascript_ {
    858873function initializesimplesearch()
     
    876891</form>
    877892}
    878 
    879 _cicsearchresults_ {
    880 <div class="cicheading">Search Results</div>
    881 
    882 <p>_resultline_</p>
    883 }
    884 
    885 # What is displayed on the submit buttons
    886 _textbeginsearch_ {Search}
    887893
    888894
Note: See TracChangeset for help on using the changeset viewer.