Lines Matching refs:ptln

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