Lines Matching full:input

99         <input type='hidden' name='id' value='".$ID."' />
100 <input type='hidden' name='noticeboard_mode' value='list' />
101 … <input type='submit' class='button' name='submit' value='".$this->getLang('list')."' /></form>";
111 <input type='hidden' name='id' value='".$ID."' />
112 <input type='hidden' name='noticeboard_mode' value='calendar' />
113 …<input type='submit' class='button' name='submit' value='".$this->getLang('calendar')."' /></form>…
122 <input type='hidden' name='id' value='".$ID."' />
123 <input type='hidden' name='noticeboard_rss_category' value='";
130 <input type='hidden' name='parent' value='".$ID."' />
131 … <input type='submit' class='button' name='submit' value='".$this->getLang('getRSS')."' /></form>";
141 <input type='hidden' name='id' value='".$ID."' />
142 <input type='hidden' name='noticeboard_get_ical' value='1' />
143 … <input type='submit' class='button' name='submit' value='".$this->getLang('iCal')."' /></form>";
159 …l for='noticeboard_show_category_all'>".$this->getLang('all')." </label> <input type='checkbox' va…
165 …oticeboard_show_category_meeting'>".$this->getLang('meeting')." </label> <input type='checkbox' va…
171 …r='noticeboard_show_category_event'>".$this->getLang('event')." </label> <input type='checkbox' va…
177 …ticeboard_show_category_event'>".$this->getLang('conference')." </label> <input type='checkbox' va…
183 …for='noticeboard_show_time_future'>".$this->getLang('future')." </label> <input type='radio' value…
189 …$out .= "<label for='noticeboard_show_time_past'>".$this->getLang('past')." </label> <input type='…
194 …$out .= "<label for='noticeboard_show_time_all'>".$this->getLang('all')." </label> <input type='ra…
199 …$out .="</p><input type='submit' class='button submit' value='".$this->getLang('filter')."' /><p><…
237 $out .="<input type='hidden' name='noticeboard_list_filter' value='1'/>
238 <input type='hidden' name='id' value='".$ID."' />
300 <input type='hidden' name='id' value='".$ID."' />
301 <input type='hidden' name='noticeboard_delete' value='".$notice->getId()."' />
302 …<input type='submit' class='button small' name='submit' value='".$this->getLang('delete')."' /></f…
349 <input type='hidden' name='id' value='".$ID."' />
350 …<input type='hidden' name='noticeboard_list_start' value='".($noticeList->start - $this->getConf('…
351 …<input type='submit' class='button' name='submit' value='".$this->getLang('previous')."' /></form>…
357 <input type='hidden' name='id' value='".$ID."' />
358 <input type='hidden' name='noticeboard_list_start' value='".$noticeList->end."' />
359 … <input type='submit' class='button' name='submit' value='".$this->getLang('next')."' /></form>";
404 <input type='hidden' name='id' value='".$ID."' />
405 <input type='hidden' name='noticeboard_year' value='".$prevYear."' />
406 <input type='hidden' name='noticeboard_month' value='".$prevMonth."' />
407 …<input type='submit' class='button button-left' name='submit' value='".$this->getLang('previous').…
414 <input type='hidden' name='id' value='".$ID."' />
415 <input type='hidden' name='noticeboard_year' value='".$nextYear."' />
416 <input type='hidden' name='noticeboard_month' value='".$nextMonth."' />
417 … <input type='submit' class='button' name='submit' value='".$this->getLang('next')."' />
507 $out .= '<input type="hidden" name="id" value="'.$ID.'" />';
508 … $out .= ' <input type="submit" class="button" value="'.$this->getLang('select').'" />' . DOKU_LF;