Ignore:
Timestamp:
2000-01-27T09:33:49+13:00 (24 years ago)
Author:
sjboddie
Message:

lots of changes - including separating out all language strings
into separate files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/query.dm

    r725 r876  
    7777
    7878<input type=hidden name="a" value="q">
    79 <input type=hidden name="e" value="_compressedoptions_">
     79<input type=hidden name="e" value="_decodedcompressedoptions_">
    8080<input type=hidden name="r" value="1">
    8181
     
    112112#######################################################################
    113113
    114 _textquerytitle_ {_If_(_thislast_,results _thisfirst_ - _thislast_ for query: _cgiargq_,No matches for query: _cgiargq_}
    115 _textnoquerytitle_ {Search page}
     114# moved to english.dm
    116115
    117 _texticonthispage_ {search}
    118 _textsome_ {_If_(_cgiargb_,ranked,some)}
    119 _textall_ {_If_(_cgiargb_,boolean,all)}
    120 _texticonqueryresultsbar_ {}
    121 _textfreqmsg1_ {Word count: }
    122 _textpostprocess_ {_If_(_quotedquery_,<br><i>post-processed to find _quotedquery_</i>
    123 )}
    124 
    125 _textmorethan_ {More than }
    126 _textapprox_ {About }
    127 _textnodocs_ {No documents matched the query.}
    128 _text1doc_ {1 document matched the query.}
    129 _textlotsdocs_ {documents matched the query.}
    130 _textmatches_ {Matches }
    131 _textbeginsearch_ {Begin Search}
    132 
    133 # the textselect macro may need to be overridden for some collections
    134 # _hselection_, _jselection_ and _nselection_ are set from within the server
    135 # some or all of them may remain unset
    136 _textselect_ {_If_(_cgiargb_,_textadvancedsearch_,_textsimplesearch_)}
    137 
    138 _defaultindextext_ { all text }
    139 _textsimplesearch_ {Search for _If_(_hselection_, _hselection_, _defaultindextext_)_If_(_jselection_,_textjselect_)_If_(_nselection_, in _nselection_ language)
    140 which contain _querytypeselection_ of the words}
    141 
    142 _textadvancedsearch_ {Search_If_(_hselection_, _hselection_, _defaultindextext_)_If_(_jselection_,_textjselect_)_If_(_nselection_, in _nselection_ language)
    143 using _querytypeselection_ query}
    144 
    145 _textjselect_ {_If_(_hselection_, of) _jselection_}
    146 
    147 _querytypeselection_ {
    148 <select name="t">
    149 <option value="1"_If_(_cgiargt_, selected)>_textsome_
    150 <option value="0"_If_(_cgiargt_,, selected)>_textall_
    151 </select>
    152 }
    153 
    154 _textstemon_ { (ignoring word endings)}
    155116
    156117
     
    159120#######################################################################
    160121
    161 _texticonthispage_ [l=mi] {rapu}
    162 _textsome_ [l=mi] {&euml;tehi}
    163 _textall_ [l=mi] {_If_(_cgiargb_,te boolean,katoa)}
    164 _textbeginsearch_ [l=mi] {Rapua}
    165 _textfreqmsg1_ [l=mi] {Kia hia ng&auml; kupu: }
    166 _textmorethan_ [l=mi] {Neke atu i te }
    167 _textnodocs_ [l=mi] {k&auml;ore he pukapuka e p&auml; ana ki &auml;u kupu rapu.}
    168 _text1doc_ [l=mi] {1 te pukapuka e p&auml; ana ki &auml;u kupu rapu.}
    169 _textlotsdocs_ [l=mi] {ng&auml; pukapuka e p&auml; ana ki &auml;u kupu rapu.}
    170 _textmatches_ [l=mi] {Kitenga }
    171 _textstemon_ [l=mi] { (hei aha te k&uuml;muri)}
     122#moved to  maori.dm
    172123
    173 _textsimplesearch_ [l=mi] {Tirohia ki _If_(_hselection_, _hselection_)_If_(_jselection_,_textjselect_)_If_(_nselection_, in _nselection_ language) m&ouml; _querytypeselection_ o ng&auml; kupu}
    174124
    175 _textadvancedsearch_ [l=mi] {Tirohia ki_If_(_hselection_, _hselection_)_If_(_jselection_,_textjselect_)_If_(_nselection_, in _nselection_ language)
    176 m&ouml; _querytypeselection_ o ng&auml; kupu}
     125
     126
     127
     128
     129
     130
     131
     132
     133
     134
     135
     136
     137
Note: See TracChangeset for help on using the changeset viewer.