Rev 14300 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
11978 | guerimand | 1 | !! nomore in use (to be certified) |
2 | |||
9054 | obado | 3 | <div class="wims_content"> |
14833 | obado | 4 | !if $cdt_description!=$empty |
5 | <p>$cdt_description</p> |
||
6 | !endif |
||
23 | reyssat | 7 | |
9054 | obado | 8 | <hr style="width:40%;" /> |
23 | reyssat | 9 | |
14833 | obado | 10 | !if $error!=$empty |
10228 | bpr | 11 | <div class="wims_msg alert"> |
9054 | obado | 12 | !read lang/msg.phtml.$moduclass_lang |
13 | </div> |
||
14833 | obado | 14 | !endif |
23 | reyssat | 15 | |
14833 | obado | 16 | !read proc/searchform.phtml |
9054 | obado | 17 | </div> |
23 | reyssat | 18 |