Lines Matching full:input

227         echo '<input type="hidden" name="no" value="'.hsc($no).'" />';
236 …echo '<input name="startsync" type="submit" value="'.$this->getLang('syncstart').'" class="button"…
263 echo '<input type="submit" value="'.$this->getLang('select').'" class="button" />';
281 echo '<input type="hidden" name="no" value="'.hsc($no).'" />';
284 …echo '<input type="text" name="prf[server]" id="sync__server" class="edit" value="'.hsc($this->pro…
288 …echo '<input type="text" name="prf[ns]" id="sync__ns" class="edit" value="'.hsc($this->profiles[$n…
300 …echo '<input type="text" name="prf[user]" id="sync__user" class="edit" value="'.hsc($this->profile…
303 …echo '<input type="password" name="prf[pass]" id="sync__pass" class="edit" value="'.hsc($this->pro…
306 …echo '<input type="number" name="prf[timeout]" id="sync__timeout" class="edit" value="'.hsc($this-…
311 …echo '<input type="radio" name="prf[type]" id="sync__type0" value="0" '.(($this->profiles[$no]['ty…
314 …echo '<input type="radio" name="prf[type]" id="sync__type1" value="1" '.(($this->profiles[$no]['ty…
317 …echo '<input type="radio" name="prf[type]" id="sync__type2" value="2" '.(($this->profiles[$no]['ty…
323 echo '<input type="submit" value="'.$this->getLang('save').'" class="button" />';
330 …echo '<input name="sync__delete" type="submit" value="'.$this->getLang('delete').'" class="button"…
513 echo '<input type="hidden" name="lnow" value="'.$lnow.'" />';
514 echo '<input type="hidden" name="rnow" value="'.$rnow.'" />';
515 echo '<input type="hidden" name="no" value="'.$no.'" />';
534 echo '<input type="text" name="sum" id="the__summary" value="" class="edit" />';
535 echo '<input type="submit" value="'.$this->getLang('syncstart').'" class="button" />';
589 …echo '<input type="radio" name="sync_'.$type.'['.hsc($id).']" value="2" class="syncpush" title="'.…
591 …echo '<input type="radio" name="sync_'.$type.'['.hsc($id).']" value="1" class="syncpush" title="'.…
595 …echo '<input type="radio" name="sync_'.$type.'['.hsc($id).']" value="0" class="syncskip" title="'.…
599 …echo '<input type="radio" name="sync_'.$type.'['.hsc($id).']" value="-2" class="syncpull" title="'…
601 …echo '<input type="radio" name="sync_'.$type.'['.hsc($id).']" value="-1" class="syncpull" title="'…