Rev 14367 | Rev 17310 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14367 | Rev 17170 | ||
---|---|---|---|
Line 90... | Line 90... | ||
90 | 90 | ||
91 | !read adm/datepickerform.phtml $(begindscore$_num)\ |
91 | !read adm/datepickerform.phtml $(begindscore$_num)\ |
92 | begindscore$_num\ |
92 | begindscore$_num\ |
93 | "$class_creation","$class_expiration" |
93 | "$class_creation","$class_expiration" |
94 | <label for="begintscore$_num">$wims_name_at</label> |
94 | <label for="begintscore$_num">$wims_name_at</label> |
95 | <input type="time" size="5" name="begintscore$_num" id="begintscore$_num" value="$(begintscore$_num)" |
95 | <input type="time" size="5" name="begintscore$_num" id="begintscore$_num" value="$(begintscore$_num)"> |
96 | 96 | ||
97 | <label for="enddscore$_num">$wims_name_to</label> |
97 | <label for="enddscore$_num">$wims_name_to</label> |
98 | !read adm/datepickerform.phtml $(enddscore$_num)\ |
98 | !read adm/datepickerform.phtml $(enddscore$_num)\ |
99 | enddscore$_num\ |
99 | enddscore$_num\ |
100 | "$class_creation","$class_expiration" |
100 | "$class_creation","$class_expiration" |
101 | <label for="endtscore$_num">$wims_name_at</label> |
101 | <label for="endtscore$_num">$wims_name_at</label> |
102 | <input type="time" size="5" name="endtscore$_num" id="endtscore$_num" value="$(endtscore$_num)" |
102 | <input type="time" size="5" name="endtscore$_num" id="endtscore$_num" value="$(endtscore$_num)"> |
103 | 103 | ||
104 | </li><li> |
104 | </li><li> |
105 | <label for="IPscore$_num">$wims_name_IP</label> |
105 | <label for="IPscore$_num">$wims_name_IP</label> |
106 | <input size="15" name="IPscore$_num" id="IPscore$_num" value="$(IPscore$_num)" placeholder="127.0.0.1" |
106 | <input size="15" name="IPscore$_num" id="IPscore$_num" value="$(IPscore$_num)" placeholder="127.0.0.1"> |
107 | </li> |
107 | </li> |
108 | </ul> |
108 | </ul> |
109 | !reset datecheck$_num |
109 | !reset datecheck$_num |
110 | !exit |
110 | !exit |
111 | 111 |