Home
last modified time | relevance | path

Searched refs:action (Results 1 – 6 of 6) sorted by relevance

/web-master/manage/
H A Duser-notes.php43 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 Dusers.php81 $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 Devent.php29 $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 Danimatedcollapse.js53 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 Dfunctions.inc42 …$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 Dlogin.inc51 <form method="post" action="<?php echo $_SERVER['SCRIPT_NAME'], query_string();?>">

Completed in 18 milliseconds