Subversion Repositories wimsdev

Rev

Rev 5773 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
539 bpr 1
!header
2
 
3
!if $search=$empty
4
  请输入要搜索的关键词. (不要输入数学公式.)
5
  !read form.phtml
6242 bpr 6
  <p><hr /></p>
539 bpr 7
  !read welcome.phtml
8
!else
9
  !read form.phtml
6242 bpr 10
  <p><hr /></p>
539 bpr 11
  !read search.phtml
12
!endif
13
 
14
!tail
15