Subversion Repositories wimsdev

Rev

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

  1. !read adm/language lang/names.phtml
  2. !header
  3.  
  4. !read comsDir/exosDescription
  5.  
  6. <div class="intro_createqcm">
  7.   $name_intro
  8. </div>
  9.  
  10. <br />
  11.  
  12.  <table class="table1_createqcm">
  13.    <tr>
  14.      <td>
  15.        $name_intro1
  16.      </td>
  17.    </tr>
  18.    <tr>
  19.      <td>
  20.        <ol>
  21.          <li class="qcm">
  22.            $name_type1
  23.          </li>
  24.          <li class="replibre">
  25.            $name_type2
  26.          </li>
  27.          <li class="combinatoire">
  28.         $name_type3
  29.          </li>
  30.         </ol>
  31.      </td>
  32.    </tr>
  33.  </table>
  34. <hr />
  35. <div class="intro2_createqcm">
  36.         $name_intro2
  37. </div>
  38. <hr />
  39.  
  40. !form new
  41. <input type="hidden" name="module" value="$module" />
  42.  
  43. <table class="table2_createqcm">
  44.   <tr>
  45.     <td class="center">
  46.       <input type="radio" name="chexo" value="1" checked="checked" />
  47.     </td>
  48.     <td>
  49.       <p>
  50.       $name_select
  51.       <select class="select_createqcm" name="exo">
  52.         !for i=1 to 6
  53.           <option value="$i"
  54.           !if $i=1
  55.             selected="selected"
  56.           !endif
  57.           >$(exosdesc[$i;])</option>
  58.         !next i
  59.       </select>
  60.        </p>
  61.     </td>
  62.     <td class="center" rowspan="3">
  63.       <input type="submit" value="$wims_name_work" />
  64.     </td>
  65.   </tr>
  66.   <tr>
  67.     <td class="center">
  68.       <input type="radio" name="chexo" value="2" />
  69.     </td>
  70.     <td>
  71.       <p>
  72.         $name_modify
  73.        </p>
  74.     </td>
  75.   </tr>
  76.   <tr>
  77.     <td class="center">
  78.       <input type="radio" name="chexo" value="3" />
  79.     </td>
  80.     <td >
  81.       <p>
  82.         $name_submit
  83.        </p>
  84.     </td>
  85.   </tr>
  86. </table>
  87.  
  88.  
  89. !formend
  90. <hr />
  91.  
  92.  
  93. !tail
  94.