Subversion Repositories wimsdev

Rev

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

  1. !! nomore in use (to be certified)
  2.  
  3. <div class="wims_content">
  4.   !if $cdt_description!=$empty
  5.     <p>$cdt_description</p>
  6.   !endif
  7.  
  8.   <hr style="width:40%;">
  9.  
  10.   !if $error!=$empty
  11.     <div class="wims_msg alert">
  12.       !read lang/msg.phtml.$moduclass_lang
  13.     </div>
  14.   !endif
  15.  
  16.   !read proc/searchform.phtml
  17. </div>
  18.  
  19.