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 $out .= "<label for='noticeboard_show_category_all'>".$this->getLang('all')." </label> <input type='checkbox' value='8' id='noticeboard_show_category_all' name='noticeboard_show_category_all'";
165 $out .= "<label for='noticeboard_show_category_meeting'>".$this->getLang('meeting')." </label> <input type='checkbox' value='4' id='noticeboard_show_category_meeting' name='noticeboard_show_category_meeting'";
171 $out .= "<label for='noticeboard_show_category_event'>".$this->getLang('event')." </label> <input type='checkbox' value='2' id='noticeboard_show_category_event' name='noticeboard_show_category_event'";
177 $out .= "<label for='noticeboard_show_category_event'>".$this->getLang('conference')." </label> <input type='checkbox' value='1' id='noticeboard_show_category_conference' name='noticeboard_show_category_conference'";
183 $out .= "<label for='noticeboard_show_time_future'>".$this->getLang('future')." </label> <input type='radio' value='1' id='noticeboard_show_time_future' name='noticeboard_show_time'";
189 $out .= "<label for='noticeboard_show_time_past'>".$this->getLang('past')." </label> <input type='radio' value='2' id='noticeboard_show_time_past' name='noticeboard_show_time'";
194 $out .= "<label for='noticeboard_show_time_all'>".$this->getLang('all')." </label> <input type='radio' value='3' id='noticeboard_show_time_all' name='noticeboard_show_time'";
199 $out .="</p><input type='submit' class='button submit' value='".$this->getLang('filter')."' /><p><strong>".$this->getLang('sort').": </strong> ";
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')."' /></form>";
349 <input type='hidden' name='id' value='".$ID."' />
350 <input type='hidden' name='noticeboard_list_start' value='".($noticeList->start - $this->getConf('listSize'))."' />
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;