Rev 10218 | Rev 11863 | 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) |
23 | reyssat | 2 | !if $step=$empty or $step=pre |
5700 | obado | 3 | |
7077 | obado | 4 | <div class="wims_content"> |
7441 | bpr | 5 | $name_choose |
6 | |||
10228 | bpr | 7 | <ul class="wims_nopuce spacer"> |
8 | <li> |
||
6118 | obado | 9 | !href cmd=reply&step=0&cltype=0 $wims_name_create_class |
10228 | bpr | 10 | </li><li> |
9809 | bpr | 11 | !set wims_menu_items=!append line itemsep,0,$wims_name_Creation\ |
12 | create_class,1,cmd=reply&step=0&cltype=0\ |
||
6118 | obado | 13 | to $wims_menu_items |
7441 | bpr | 14 | |
6118 | obado | 15 | !if 2 isitemof $alltypes |
16 | !href cmd=reply&step=0&cltype=2 $wims_name_create_superclass |
||
17 | !set wims_menu_items=!append line create_superclass,1,cmd=reply&step=0&cltype=2\ |
||
18 | to $wims_menu_items |
||
19 | !else |
||
20 | <span class="wims_emph"><strike>$wims_name_create_superclass</strike></span> ($noright). |
||
21 | !endif |
||
10228 | bpr | 22 | </li><li> |
6118 | obado | 23 | !if 4 isitemof $alltypes |
24 | !href cmd=reply&step=0&cltype=4 $wims_name_create_portal |
||
25 | ($name_expert) |
||
26 | !set wims_menu_items=!append line create_portal,1,cmd=reply&step=0&cltype=4\ |
||
27 | to $wims_menu_items |
||
28 | !else |
||
29 | <span class="wims_emph"><strike>$wims_name_create_portal</strike></span> ($noright). |
||
30 | !endif |
||
10228 | bpr | 31 | </li><li> |
10218 | bpr | 32 | !href cmd=reply&job=cloneexemple $wims_name_cloneclass |
33 | !set wims_menu_items=!append line cloneclass,1,cmd=reply&job=cloneexemple\ |
||
9461 | guerimand | 34 | to $wims_menu_items |
35 | |||
10228 | bpr | 36 | </li></ul> |
6118 | obado | 37 | <span class="wims_warning">$wims_name_help</span>: |
38 | !read lang/help.phtml.$modu_lang 1 |
||
5700 | obado | 39 | </div> |
9426 | guerimand | 40 | !exit |
7441 | bpr | 41 | |
9426 | guerimand | 42 | !else |
43 | !changeto proc/newclass.phtml |
||
23 | reyssat | 44 | !endif |
45 |