Subversion Repositories wimsdev

Rev

Rev 10218 | Rev 11863 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !! html for create a new empty class (in or not a structure)
  2. !if $step=$empty or $step=pre
  3.  
  4. <div class="wims_content">
  5.  $name_choose
  6.  
  7.   <ul class="wims_nopuce spacer">
  8.   <li>
  9.    !href cmd=reply&step=0&cltype=0 $wims_name_create_class
  10.   </li><li>
  11.   !set wims_menu_items=!append line itemsep,0,$wims_name_Creation\
  12.   create_class,1,cmd=reply&step=0&cltype=0\
  13.   to $wims_menu_items
  14.  
  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
  22.   </li><li>
  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
  31.   </li><li>
  32.    !href cmd=reply&job=cloneexemple $wims_name_cloneclass
  33.    !set wims_menu_items=!append line cloneclass,1,cmd=reply&job=cloneexemple\
  34.     to $wims_menu_items
  35.  
  36.   </li></ul>
  37.   <span class="wims_warning">$wims_name_help</span>:
  38.   !read lang/help.phtml.$modu_lang 1
  39.  </div>
  40.  !exit
  41.  
  42. !else
  43.     !changeto proc/newclass.phtml
  44. !endif
  45.  
  46.