Lines Matching full:input

145           ptln('  <input type="hidden" name="do"   value="admin" />');
146 ptln('<input type="hidden" name="page" value="'.$this->getPluginName().'" />');
149 …ptln('<div>Namespace: <input type="text" name="cmd[namespace]" placeholder="namespace:n2:n3. . ." …
150 …ptln('&nbsp; Page: <input type="text" name="cmd[page]" placeholder="page without extension" value …
151 … ptln('&nbsp; ' .$this->getLang('exact').':&nbsp <input type = "checkbox" name="cmd[exact]" />');
156 …ptln('<input type="text" size = "6" name="cmd[year]" placeholder="Year" value = "'. $this->year …
157 …ptln('<input type="text" size = "12" name="cmd[month]" placeholder="Month (1-12)" value = "' . $t…
158 …ptln('<input type="text" size = "12" name="cmd[day]" placeholder="Day (1-31)" value = "'.$this->da…
172 ptln( '<input type="checkbox" ' . $dtype_c . ' id = "pcreated" name="cmd[pcreated]">');
173 …ptln($this->getLang('andor') . ' <input type="checkbox" '.$dtype_m .' id="pmodified" name="cmd[pmo…
174 …ptln ('<ul><li> <input type="radio" id="earlier" name="when" value="earlier"><label for="earlier">…
175 …ptln('<li> <input type="radio" id="later" name="when" value="later"><label for="later"> ' .$this->…
178 …ptln($this->getLang("search") . ':&nbsp; <input type = "text" size = "20" name = "cmd[search]" val…
180 …ptln ('&nbsp;&nbsp;&nbsp;<input type="radio" id="exact_match" name="cmd[srch_type]" value="exact" …
181 …ptln('&nbsp;<input type="radio" id="fuzzy_match" name="cmd[srch_type]" value="fuzzy" ' . " $_fchec…
183 …ptln('&nbsp;&nbsp;&nbsp;<input type="radio" id="link" name="ltype" value="links" '. $this->links_c…
184 …ptln(' <input type="radio" id="media" name="ltype" value="media" ' . $this->media_checked .'><labe…
185 …ptln(' <input type="radio" id="descr" name="ltype" value="descr" '. $this->descr_checked .'><label…
187 …ptln('&nbsp;&nbsp;&nbsp;<input type="radio" id="mdcreator" name="ltype" value="creator" '. $this->…
188 …ptln(' <input type="radio" id="mdcontrib" name="ltype" value="contrib" ' . $this->contrib_checked …
190 …ptln('<div><input type="checkbox" id = "testcl" name="cmd[testcl]"> Test Command line: '. $this->C…
194 …ptln('<input type="submit" name="submit"/>&nbsp;&nbsp;<input type="submit" value="help" name="help…