Searched refs:action (Results 1 – 6 of 6) sorted by relevance
/web-master/manage/ |
H A D | user-notes.php | 43 if (!$action) { 421 $action = $m[1]; $id = $m[2]; variable 425 $action = $_GET['action']; variable 429 switch($action) { 557 if ($action == 'reject') { 578 if (!isset($note) || $action == 'preview') { 587 if (isset($note) && $action == "edit") { 605 if ($action == "preview") { 676 if ($action == 'resetall') { 681 } elseif ($action == 'resetup') { [all …]
|
H A D | users.php | 81 $action = filter_input(INPUT_POST, "action", FILTER_CALLBACK, ["options" => "validateAction"]); variable 82 if ($id && $action) { 83 csrf_validate($_SESSION, $action); 89 switch ($action) { 99 warn("that action ('$action') is not understood.");
|
H A D | event.php | 29 $action = isset($_REQUEST['action']) ? $_REQUEST['action'] : false; variable 40 if ($id && $action) { 41 switch ($action) { 73 warn("that action ('".html_entity_decode($action,ENT_QUOTES)."') is not understood.");
|
/web-master/manage/js/ |
H A D | animatedcollapse.js | 53 showhide:function(divid, action){ 57 …if ($divref.attr('groupname') && targetgroup.count>1 && (action=="show" || action=="toggle" && $di… 64 this.slideengine(divid, action) 69 slideengine:function(divid, action){ 73 var animateSetting={height: action} 75 animateSetting.opacity=action
|
/web-master/include/ |
H A D | functions.inc | 42 …$SEARCH = ["method" => "get", "action" => "/manage/users.php", "placeholder" => "Search profiles",… 46 …$SEARCH = ["method" => "get", "action" => "/manage/event.php", "placeholder" => "Search Events", "… 49 …$SEARCH = ["method" => "get", "action" => "/manage/user-notes.php", "placeholder" => "Search notes… 53 $LINKS[] = ["href" => "/login.php?action=logout", "text" => "Logout"]; 480 warn("that action ('" . hsc($k) . "') is not understood.");
|
H A D | login.inc | 51 <form method="post" action="<?php echo $_SERVER['SCRIPT_NAME'], query_string();?>">
|
Completed in 18 milliseconds