Lines Matching full:input

119           ptln("<tr><td><input type='checkbox' name='delete[$macro]' value='$subst'>"); 
133 ptln("<input type = 'hidden' name='encoded[$macro]' value='$encoded'>");
140 …ptln ("<input type='text' size='80' name='edit[$macro]' onchange='replace_encode(this)' value='$su…
166 * @param el input element which has been changed
167 * @desc if an encode hidden input already exists, its value
168 * is re-encoded from the text input's value
169 * If not, a new encoded hidden input is created with the encoded
170 * value. The encode input value is used to substitute the new edit values
181 var encoder = document.createElement('input');
249 ptln(' <input type="hidden" name="do" value="admin" />');
250 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
256 ptln('<tr><td> <input type="text" name="macro[A]" id="m_A" value="" /></td>');
257 ptln('<td> <input type="text" name="word[A]" size="80" id="w_A" value="" /></td></tr>');
258 ptln('<tr><td> <input type="text" name="macro[B]" id="m_B" value="" /></td>');
259 ptln('<td> <input type="text" name="word[B]" size="80" id="w_B" value="" /></td></tr>');
260 ptln('<tr><td> <input type="text" name="macro[C]" id="m_C" value="" /></td>');
261 ptln('<td> <input type="text" name="word[C]" size="80" id="w_C" value="" /></td></tr>');
262 ptln('<tr><td> <input type="text" name="macro[D]" id="m_D" value="" /></td>');
263 ptln('<td> <input type="text" name="word[D]" size="80" id="w_C" value="" /></td></tr>');
264 ptln('<tr><td> <input type="text" name="macro[E]" id="m_E" value="" /></td>');
265 ptln('<td> <input type="text" name="word[E]" size="80" id="w_E" value="" /></td>');
266 ptln('<tr><td> <input type="text" name="macro[F]" id="m_F" value="" /></td>');
269 ptln(' <input type="submit" name="cmd[add]" value="'.$this->getLang('btn_add').'" />');
275 … ptln('<br /><input type="submit" name="cmd[delete]" value="'.$this->getLang('btn_del').'" />');
281 … ptln('<br /><input type="submit" name="cmd[edit]" value="'.$this->getLang('btn_edit').'" />');