Lines Matching refs:type

129             ptln(' <input type="hidden" name="do"   value="admin" />');
130 ptln(' <input type="hidden" name="ospcmd" value="importit" />');
131 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
132 print ' <input type="submit" value="'. $this->getLang('btn_import') . '"> ' . "\n";
139 ptln(' <input type="hidden" name="do" value="admin" />');
140 ptln(' <input type="hidden" name="ospcmd" value="docsuploaded" />');
141 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
142 … print ' <input type="submit" value="'. $this->getLang('btn_confirm_upload') . '"> ' . "\n";
149 ptln(' <input type="hidden" name="do" value="admin" />');
150 ptln(' <input type="hidden" name="ospcmd" value="create_upload_dir" />');
151 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
152 … print ' <input type="submit" value="' . $this->getLang('btn_create_upload_dir') . '"> ' . "\n";
173 $html .= ' <input type="hidden" name="do" value="admin" />'."\n";
174 $html .= ' <input type="hidden" name="ospcmd" value="delete_upload_dir" />'."\n";
175 … $html .= ' <input type="hidden" name="page" value="'.$this->getPluginName().'" />'."\n";
176 … $html .= ' <input type="submit" value="' . $this->getLang('btn_delete_upload_dir') . '"> ' . "\n";
179 $html .= ' <input type="hidden" name="do" value="admin" />'."\n";
180 $html .= ' <input type="hidden" name="ospcmd" value="importit" />'."\n";
181 … $html .= ' <input type="hidden" name="page" value="'.$this->getPluginName().'" />'."\n";
182 … $html .= ' <input type="submit" value="' . $this->getLang('btn_reimport') . '"> ' . "\n";
186 $html .= ' <input type="hidden" name="do" value="admin" />'."\n";
187 $html .= ' <input type="hidden" name="ospcmd" value="start_over" />'."\n";
188 $html .= ' <input type="hidden" name="page" value="'.$this->getPluginName().'" />'."\n";
189 $html .= ' <input type="submit" value="' . $this->getLang('btn_start_over') . '"> ' . "\n";