Subversion Repositories wimsdev

Rev

Rev 6217 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
127 bpr 1
!header
2
 
3
!! 以下是本文件组织的模块.
4
 
5
!if $compute=yes
6
 !if $error!=$empty
7
  !read msg.phtml
8
  !read menu.phtml
9
  !goto end
10
 !else
11
  !read answer.phtml
12
 !endif
13
!else
14
 !! 这里放置解释.
15
 !read menu.phtml
16
!endif compute=yes?
17
 
18
 
19
:end
20
!tail
21