Home
last modified time | relevance | path

Searched refs:hidden_vars (Results 1 – 22 of 22) sorted by relevance

/dports/www/phpgroupware/phpgroupware-0.9.16.017/calendar/templates/default/
H A Dheader.inc.php193 …$hidden_vars = ' <input type="hidden" name="from" value="'.$GLOBALS['HTTP_GET_VARS']['menuactio… variable
196 …$hidden_vars .= ' <input type="hidden" name="date" value="'.$GLOBALS['HTTP_GET_VARS']['date'].'…
198 $hidden_vars .= ' <input type="hidden" name="month" value="'.$this->bo->month.'">'."\n";
199 $hidden_vars .= ' <input type="hidden" name="day" value="'.$this->bo->day.'">'."\n";
200 $hidden_vars .= ' <input type="hidden" name="year" value="'.$this->bo->year.'">'."\n";
203 $hidden_vars .= ' <input type="hidden" name="filter" value="'.$this->bo->filter.'">'."\n";
207 $hidden_vars .= ' <input type="hidden" name="sortby" value="'.$this->bo->sortby.'">'."\n";
211 …$hidden_vars .= ' <input type="hidden" name="num_months" value="'.$this->bo->num_months.'">'."\…
213 …$hidden_vars .= ' <input name="keywords"'.($GLOBALS['HTTP_POST_VARS']['keywords']?' value="'.$G…
219 'action_extra_field' => $hidden_vars
/dports/www/phpgroupware/phpgroupware-0.9.16.017/calendar/templates/probusiness/
H A Dheader.inc.php194 $hidden_vars = ' <input type="hidden" name="from" value="'.$_GET['menuaction'].'">'."\n"; variable
197 $hidden_vars .= ' <input type="hidden" name="date" value="'.$_GET['date'].'">'."\n";
199 $hidden_vars .= ' <input type="hidden" name="month" value="'.$this->bo->month.'">'."\n";
200 $hidden_vars .= ' <input type="hidden" name="day" value="'.$this->bo->day.'">'."\n";
201 $hidden_vars .= ' <input type="hidden" name="year" value="'.$this->bo->year.'">'."\n";
204 $hidden_vars .= ' <input type="hidden" name="filter" value="'.$this->bo->filter.'">'."\n";
208 $hidden_vars .= ' <input type="hidden" name="sortby" value="'.$this->bo->sortby.'">'."\n";
212 …$hidden_vars .= ' <input type="hidden" name="num_months" value="'.$this->bo->num_months.'">'."\…
214 …$hidden_vars .= ' <input name="keywords"'.($_POST['keywords']?' value="'.$_POST['keywords'].'"'…
220 'action_extra_field' => $hidden_vars
H A Dform_button_dropdown.tpl4 {hidden_vars}
/dports/www/phpgroupware/phpgroupware-0.9.16.017/eldaptir/
H A Ddeleteserver.php47 $hidden_vars = variable
64 . $hidden_vars
H A Deditserver.php36 $hidden_vars = variable
130 $GLOBALS['phpgw']->template->set_var('hidden_vars',$hidden_vars);
/dports/www/phpgroupware/phpgroupware-0.9.16.017/chora/
H A Ddeletesite.php47 $hidden_vars = '<input type="hidden" name="sort" value="' . $sort . "\">\n" variable
71 . $hidden_vars
H A Deditsite.php37 $hidden_vars = "<input type=\"hidden\" name=\"sort\" value=\"$sort\">\n" variable
102 $t->set_var('hidden_vars',$hidden_vars);
/dports/www/phpgroupware/phpgroupware-0.9.16.017/dj/
H A Ddeletedirectory.php48 $hidden_vars = "<input type=\"hidden\" name=\"sort\" value=\"$sort\">\n" variable
64 . $hidden_vars
H A Deditdirectory.php31 $hidden_vars = "<input type=\"hidden\" name=\"sort\" value=\"$sort\">\n" variable
75 $GLOBALS['phpgw']->template->set_var('hidden_vars',$hidden_vars);
/dports/www/phpgroupware/phpgroupware-0.9.16.017/calendar/inc/
H A Dclass.html.inc.php188 function form($content,$hidden_vars,$url,$url_vars='',$name='',$options='',$method='POST') argument
191 $html .= $this->input_hidden($hidden_vars);
201 function form_1button($name,$lang,$hidden_vars,$url,$url_vars='',$form_name='',$method='POST') argument
204 $hidden_vars,$url,$url_vars,$form_name,'',$method);
/dports/www/phpgroupware/phpgroupware-0.9.16.017/etemplate/inc/
H A Dclass.html.inc.php193 function form($content,$hidden_vars,$url,$url_vars='',$name='',$options='',$method='POST') argument
196 $html .= $this->input_hidden($hidden_vars);
206 function form_1button($name,$lang,$hidden_vars,$url,$url_vars='',$form_name='',$method='POST') argument
209 $hidden_vars,$url,$url_vars,$form_name,'',$method);
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/
H A Dnotifications.php177 $hidden_vars = array( variable
182 xoops_confirm($hidden_vars, xoops_getenv('PHP_SELF'), _NOT_RUSUREDEL);
/dports/www/phpgroupware/phpgroupware-0.9.16.017/stocks/
H A Dpreferences.php89 $hidden_vars = '<input type="hidden" name="symbol" value="' . $symbol . '">' . "\n" variable
95 $GLOBALS['phpgw']->template->set_var('hidden_vars',$hidden_vars);
/dports/www/phpgroupware/phpgroupware-0.9.16.017/admin/inc/
H A Dclass.uicategories.inc.php387 $hidden_vars = '<input type="hidden" name="cat_id" value="' . $this->cat_id . '">' . "\n"
389 $this->template->set_var('hidden_vars',$hidden_vars);
452 $hidden_vars = '<input type="hidden" name="cat_id" value="' . $this->cat_id . '">' . "\n";
453 $this->template->set_var('hidden_vars',$hidden_vars);
/dports/deskutils/egroupware/egroupware/api/src/
H A DHtml.php782 * @param array $hidden_vars array with name-value pairs for hidden input fields
790 static function form($content,$hidden_vars,$_url,$url_vars='',$name='',$options='',$method='POST') argument
794 $html .= self::input_hidden($hidden_vars);
809 * @param array $hidden_vars array with name-value pairs for hidden input fields
817 …static function form_1button($name,$label,$hidden_vars,$url,$url_vars='',$form_name='',$method='PO… argument
819 …return self::form(self::submit_button($name,$label),$hidden_vars,$url,$url_vars,$form_name,' style…
/dports/www/phpgroupware/phpgroupware-0.9.16.017/addressbook/inc/
H A Dclass.uifields.inc.php243 $hidden_vars = '<input type="hidden" name="sort" value="' . $sort . '">' . "\n"
294 $GLOBALS['phpgw']->template->set_var('hidden_vars',$hidden_vars);
365 $hidden_vars = '<input type="hidden" name="sort" value="' . $sort . '">' . "\n"
380 . $hidden_vars
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/server/core/functions/
H A Dhtml.php164 hidden_vars();
170 function hidden_vars() { function
/dports/www/phpgroupware/phpgroupware-0.9.16.017/admin/templates/default/
H A Dgroup_form.tpl18 {hidden_vars}
/dports/www/phpgroupware/phpgroupware-0.9.16.017/admin/templates/probusiness/
H A Dgroup_form.tpl16 {hidden_vars}
/dports/chinese/phpbb-tw/phpBB2/admin/
H A Dadmin_smilies.php213 $hidden_vars = "<input type='hidden' name='mode' value='import'>"; variable
232 "S_HIDDEN_FIELDS" => $hidden_vars)
/dports/www/phpbb/phpBB2/admin/
H A Dadmin_smilies.php213 $hidden_vars = "<input type='hidden' name='mode' value='import'>"; variable
232 "S_HIDDEN_FIELDS" => $hidden_vars)
/dports/www/p5-HTML-Defaultify/HTML-Defaultify-1.01/
H A DDefaultify.pm564 sub hidden_vars { subroutine