Rev 9426 | Rev 9809 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
9426 | guerimand | 1 | !! html for create a new empty class (in or not a structure) |
1051 | bpr | 2 | |
6118 | obado | 3 | |
23 | reyssat | 4 | !if $step=$empty or $step=pre |
5700 | obado | 5 | |
7077 | obado | 6 | <div class="wims_content"> |
7441 | bpr | 7 | $name_choose |
8 | |||
6118 | obado | 9 | <p> |
10 | !href cmd=reply&step=0&cltype=0 $wims_name_create_class |
||
5826 | bpr | 11 | </p> |
7441 | bpr | 12 | |
6118 | obado | 13 | !set wims_menu_items=!append line create_class,1,cmd=reply&step=0&cltype=0\ |
14 | to $wims_menu_items |
||
7441 | bpr | 15 | |
6118 | obado | 16 | <p> |
17 | !if 2 isitemof $alltypes |
||
18 | !href cmd=reply&step=0&cltype=2 $wims_name_create_superclass |
||
19 | !set wims_menu_items=!append line create_superclass,1,cmd=reply&step=0&cltype=2\ |
||
20 | to $wims_menu_items |
||
21 | !else |
||
22 | <span class="wims_emph"><strike>$wims_name_create_superclass</strike></span> ($noright). |
||
23 | !endif |
||
24 | </p> |
||
7441 | bpr | 25 | |
6118 | obado | 26 | <p> |
27 | !if 4 isitemof $alltypes |
||
28 | !href cmd=reply&step=0&cltype=4 $wims_name_create_portal |
||
29 | ($name_expert) |
||
30 | !set wims_menu_items=!append line create_portal,1,cmd=reply&step=0&cltype=4\ |
||
31 | to $wims_menu_items |
||
32 | !else |
||
33 | <span class="wims_emph"><strike>$wims_name_create_portal</strike></span> ($noright). |
||
34 | !endif |
||
35 | </p> |
||
7441 | bpr | 36 | |
9461 | guerimand | 37 | <p> |
38 | !href cmd=new&job=cloneexemple $wims_name_cloneclass |
||
39 | !set wims_menu_items=!append line cloneclass,1,cmd=new&job=cloneexemple\ |
||
40 | to $wims_menu_items |
||
41 | |||
42 | </p> |
||
6118 | obado | 43 | <span class="wims_warning">$wims_name_help</span>: |
44 | !read lang/help.phtml.$modu_lang 1 |
||
5700 | obado | 45 | </div> |
9426 | guerimand | 46 | !exit |
7441 | bpr | 47 | |
9426 | guerimand | 48 | !else |
49 | !changeto proc/newclass.phtml |
||
23 | reyssat | 50 | !endif |
51 |