Subversion Repositories wimsdev

Rev

Rev 17530 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17530 Rev 17531
Line 88... Line 88...
88
    style="display:block"
88
    style="display:block"
89
  !endif
89
  !endif
90
>
90
>
91
  <li>
91
  <li>
92
    <label for="begindscore$_num">$wims_name_from</label>
92
    <label for="begindscore$_num">$wims_name_from</label>
93
    !if $(begindscore$_num) < $_now
93
    !if $(begindscore$_num) < $class_creation
94
      !let begindscore$_num=$_now
94
      <div class="wims_msg warning">$wims_name_corrected_date ($(begindscore$_num))</div>
95
      <div class="wims_msg warning">$wims_name_corrected_date</div>
95
      !let begindscore$_num=$class_creation
-
 
96
 
96
    !endif
97
    !endif
97
    !read adm/datepickerform.phtml $(begindscore$_num)\
98
    !read adm/datepickerform.phtml $(begindscore$_num)\
98
begindscore$_num\
99
begindscore$_num\
99
"$class_creation","$class_expiration"
100
"$class_creation","$class_expiration"
100
 
101
 
101
    <label for="begintscore$_num">$wims_name_at</label>
102
    <label for="begintscore$_num">$wims_name_at</label>
102
    <input type="time" size="5" name="begintscore$_num" id="begintscore$_num" value="$(begintscore$_num)">
103
    <input type="time" size="5" name="begintscore$_num" id="begintscore$_num" value="$(begintscore$_num)">
103
 
104
 
104
    <label for="enddscore$_num">$wims_name_to</label>
105
    <label for="enddscore$_num">$wims_name_to</label>
105
    !if $(enddscore$_num) < $_now
106
    !if $(enddscore$_num) < $class_creation
106
      !let enddscore$_num=$_now
-
 
107
      <div class="wims_msg warning">$wims_name_corrected_date</div>
107
      <div class="wims_msg warning">$wims_name_corrected_date ($(enddscore$_num))</div>
-
 
108
      !let enddscore$_num=$class_creation
108
    !endif
109
    !endif
109
    !read adm/datepickerform.phtml $(enddscore$_num)\
110
    !read adm/datepickerform.phtml $(enddscore$_num)\
110
enddscore$_num\
111
enddscore$_num\
111
"$class_creation","$class_expiration"
112
"$class_creation","$class_expiration"
112
 
113