Subversion Repositories wimsdev

Rev

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