예제 #1
0
    exit;
}
if (isset($_POST["back"])) {
    back();
    exit;
}
if (isset($_GET["apply-js"])) {
    apply_js();
    exit;
}
if (isset($_POST["apply-cache"])) {
    apply_perform();
    exit;
}
if (isset($_GET["prc"])) {
    prc();
    exit;
}
page();
function events_js()
{
    header("content-type: application/x-javascript");
    $page = CurrentPageName();
    $tpl = new templates();
    $uuid = $_GET["uuid"];
    $title = $tpl->javascript_parse_text("{events}");
    echo "YahooWin5('770','{$page}?events-table=yes','{$title}')";
}
function disable_js()
{
    header("content-type: application/x-javascript");
예제 #2
0
/**
*	prcx
*
*	Print COOKIE and exit
*	
*	@return	void
**/
function prcx()
{
    prc();
    exit;
}
예제 #3
0
파일: common.php 프로젝트: haan78/hukuk
 public function qr_oda() {
     return prc("qr_oda");
 }
예제 #4
0
파일: eczaci.php 프로젝트: haan78/hukuk
 public function eczaci_ara() {
     return prc("qr_eczaci","pne:eczaci_tc_no,pne:eczaci,pne:oda_id");
 }
예제 #5
0
if(isset($_GET["abort-delete-cache-js"])){delete_cache_abort_js();exit;}
if(isset($_POST["abort-delete-cache"])){delete_cache_abort();exit;}

if(isset($_GET["disable-js"])){disable_js();exit;}

if(isset($_GET["events-js"])){events_js();exit;}
if(isset($_GET["events-table"])){events_table();exit;}
if(isset($_GET["cachelogs-events-list"])){events_search();exit;}

if(isset($_GET["back-js"])){back_js();exit;}
if(isset($_POST["back"])){back();exit;}

if(isset($_GET["apply-js"])){apply_js();exit;}
if(isset($_POST["apply-cache"])){apply_perform();exit;}
if(isset($_GET["prc"])){prc();exit;}
page();


function events_js(){
	header("content-type: application/x-javascript");
	$page=CurrentPageName();
	$tpl=new templates();
	$uuid=$_GET["uuid"];
	$title=$tpl->javascript_parse_text("{events}");
	echo "YahooWin5('770','$page?events-table=yes','$title')";
	
}

function disable_js(){
	header("content-type: application/x-javascript");
예제 #6
0
파일: dosya.php 프로젝트: haan78/hukuk
 public function iu_dosya_surec() {
     return prc("iu_dosya_surec","pne:dosya_surec_id,p:dosya_id,p:surec_id,pne:surec_tarih,pne:aciklama,pne:mahkeme_id");
 }