Subversion Repositories wimsdev

Rev

Rev 7535 | Rev 9461 | 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 create_class,1,cmd=reply&step=0&cltype=0\
  14.   to $wims_menu_items
  15.  
  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>
  25.  
  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>
  36.  
  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.