From f51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0 Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Fri, 8 Mar 2019 21:20:34 +0100 Subject: további rendrakás --- mayor-orig/www/skin/rpc/base/html/alert.phtml | 56 --------------------------- mayor-orig/www/skin/rpc/base/html/base.phtml | 23 ----------- 2 files changed, 79 deletions(-) delete mode 100644 mayor-orig/www/skin/rpc/base/html/alert.phtml delete mode 100644 mayor-orig/www/skin/rpc/base/html/base.phtml (limited to 'mayor-orig/www/skin/rpc/base') diff --git a/mayor-orig/www/skin/rpc/base/html/alert.phtml b/mayor-orig/www/skin/rpc/base/html/alert.phtml deleted file mode 100644 index adda7354..00000000 --- a/mayor-orig/www/skin/rpc/base/html/alert.phtml +++ /dev/null @@ -1,56 +0,0 @@ -'.$aType.':'.$aCode.')'; - else $msg = $ALERT_MSG[$aCode]; - - // paraméter behelyettesítés - for($i = 0; $i < count($param); $i++) { - $_msg = $msg; - $msg = @str_replace("%$i%",''.($param[$i]).'',$msg); - if ($param[$i] != '' and $_msg == $msg) $pstr .= ''.($param[$i]).','; - } - if ($pstr != '') $msg .= ' (' . substr($pstr,0,-1) . ')'; - if (($aType == 'message') or ($aType == 'page')) { - $title = _ERROR; - $class = 'errorMsg'; - if ($aType == 'page') $showPage = false; - } else { - $title = _INFORMATION; - $class = 'infoMsg'; - } - $msg = ''.$title.': ' . $msg; - if (isset($_GET['showAlert'])) echo '
'.$msg.'
'."\n"; - } - - return $showPage; -*/ - - echo 'ERROR'; - var_dump($_SESSION['alert']); - return false; - - } - -?> diff --git a/mayor-orig/www/skin/rpc/base/html/base.phtml b/mayor-orig/www/skin/rpc/base/html/base.phtml deleted file mode 100644 index 49a2ce14..00000000 --- a/mayor-orig/www/skin/rpc/base/html/base.phtml +++ /dev/null @@ -1,23 +0,0 @@ -sendResponse(); - } - - //function putResponse($DATA) { - // echo json_encode($DATA); - //} - // function formBegin($SET=array('method'=>'post','action'=>''),$SET2=array('print'=>true)) { } - // function formEnd($SET2=array('print'=>true)) { } - -?> -- cgit v1.2.3