Subversion Repositories wimsdev

Rev

Rev 13057 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !readproc adm/search_engine/names.$lang
  2.  
  3. !if $overflow=yes
  4.   <p>
  5.   !if $keyword = $empty
  6.     $name_research1
  7.   !else
  8.     $name_research2
  9.   !endif
  10.   </p>
  11. !endif
  12.  
  13. !if $overflow=yes or ($sccnt + $clcnt > 20 and $wims_user = $empty) or $keyword!=$empty
  14.   <div class="search_box blockcenter halfwidth">
  15.   !form reply
  16.     <label for="keyword">$name_searchclass:</label>
  17.     <div class="input-group">
  18.       <input size="20" name="keyword" value="$keyword" id="keyword" type="search"
  19.              class="input-group-field" placeholder="$name_keywords_enter">
  20.       <div class="input-group-button">
  21.         <button class="wims_button icon_button" type="submit">
  22.           <span class="Searching">$wims_name_search</span>
  23.         </button>
  24.       </div>
  25.     </div>
  26.   !formend
  27.   </div>
  28. !endif
  29.