Beispiel #1
0
<title>Untitled Document</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<link href="../../inc/global.css" rel="stylesheet" type="text/css" />
	<link rel="shortcut icon" href="../images/logos/favicon.ico" type="image/x-icon" />
	<script type="text/javascript" src="../../inc/js/js.js"></script>
</head>
<body>
<?php 
if ($_GET['function'] == "add") {
    buildHeaderNEW("protocol", "Protocols", "protocol", "Add a Protocol", null);
} elseif ($_GET['function'] == "update") {
    buildHeaderNEW("protocol", "Protocols", "protocol", "Update a Protocol", "Add a Protocol");
} else {
    buildHeaderNEW("protocol", "Protocols", "protocol", "View a Protocol", "Add a Protocol");
}
buildHeaderNEW("protocol", "Protocols", "protocol", "View a Protocol", "Add a Protocol");
?>
<div align="center">
<div class="casing" align="left">
<?php 
if (!isset($_SESSION['MM_Username'])) {
    ?>
<div class="login"><a title="Login" href="login.php">Login</a></div><?php 
}
?>
<form method="post" name="protocolForm" action="protocol.php">
  <table align="center" class="view" cellpadding="2" cellspacing="0">
    <tr>
      <td width="23%" class="contrast"><label for="protocol">Protocol:</label></td>
      <td width="77%"><?php 
formField("text", "protocol", $row_rsProtocols['protocol'], "32", "255", null, null);
Beispiel #2
0
buildTitle("a Country");
?>
</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<link href="../../inc/global.css" rel="stylesheet" type="text/css" />
	<link rel="shortcut icon" href="../images/logos/favicon.ico" type="image/x-icon" />
	<script type="text/javascript" src="../../inc/js/js.js"></script>
</head>
<body>
<?php 
if ($_GET['function'] == "add") {
    buildHeaderNEW("country", "Countries", "country", "Add a Country", null);
} elseif ($_GET['function'] == "update") {
    buildHeaderNEW("country", "Countries", "country", "Update a Country", "Add a Country");
} else {
    buildHeaderNEW("country", "Countries", "country", "View a Country", "Add a Country");
}
?>
<div align="center">
<div class="casing" align="left"><br />
<form method="post" name="country" action="country.php">
  <table class="add" align="center" cellpadding="2" cellspacing="0">
    <tr>
      <td width="89" class="contrast"><label for="country">Country:</label></td>
      <td colspan="3"><?php 
formField("text", "country", $row_rsCountries['country'], "32", "255", null, null);
?>
</td>
    </tr>
    <tr>
      <td class="contrast"><label for="countryISO">Country ISO:</label></td>
Beispiel #3
0
buildTitle("a Datacenter");
?>
</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<link href="../../inc/global.css" rel="stylesheet" type="text/css" />
	<link rel="shortcut icon" href="../images/logos/favicon.ico" type="image/x-icon" />
	<script type="text/javascript" src="../../inc/js/js.js"></script>
</head>
<body>
<?php 
if ($_GET['function'] == "add") {
    buildHeaderNEW("datacenter", "Datacenters", "datacenter", "Add Datacenter", null);
} elseif ($_GET['function'] == "update") {
    buildHeaderNEW("datacenter", "Datacenters", "datacenter", "Update Datacenter", "Add a Datacenter");
} else {
    buildHeaderNEW("datacenter", "Datacenters", "datacenter", "View Datacenter", "Add a Datacenter");
}
?>
<div align="center">
<div class="casing" align="left">
<form action="datacenter.php" method="post" name="datacenterForm" id="datacenterForm">
<table class="<?php 
echo $_GET['function'];
?>
" align="center" cellspacing="0" cellpadding="2">
  <tr>
    <td class="contrast"><label for="datacenter">Datacenter:</label></td>
    <td><?php 
formField("text", "datacenter", $row_rsDatacenters['datacenter'], "32", "255", null, null);
?>
</td>
Beispiel #4
0
    }
}
$queryString_rsNetworkTypes = sprintf("&totalRows_rsNetworkTypes=%d%s", $totalRows_rsNetworkTypes, $queryString_rsNetworkTypes);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<link href="../../inc/global.css" rel="stylesheet" type="text/css" />
	<link rel="shortcut icon" href="../images/logos/favicon.ico" type="image/x-icon" />
	<script type="text/javascript" src="../../inc/js/js.js"></script>
</head>
<body>
<?php 
buildHeaderNEW("networkType", null, "networkTypes", "Network Types", "Add a Network Type");
?>
<div align="center">
<div class="casing" align="left">
<?php 
login();
?>
<table class="data" align="center" cellpadding="2" cellspacing="0">
  <tr>
    <th>Network Type</th>
	<?php 
sudoAuthData(null, null, "th", "edit", null);
?>
  </tr>
<?php 
$num = 0;
Beispiel #5
0
    }
}
$queryString_rsFileUploads = sprintf("&totalRows_rsFileUploads=%d%s", $totalRows_rsFileUploads, $queryString_rsFileUploads);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Mobile365: File Uploads</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<link href="../../inc/global.css" rel="stylesheet" type="text/css" />
	<link rel="shortcut icon" href="../images/logos/favicon.ico" type="image/x-icon" />
	<script type="text/javascript" src="../../inc/js/js.js"></script>
</head>
<body>
<?php 
buildHeaderNEW("fileUpload", null, "fileUploads", "File Uploads", "Upload a File");
?>
<div align="center">
<div class="casing" align="left">
<?php 
login();
?>
  <table class="data" align="center" cellpadding="2" cellspacing="0">
    <tr>
      <th width="11%">Uploaded</th>
      <th width="42%">Filename</th>
      <th width="29%">Keywords</th>
      <th width="18%">Submitter</th>
		<?php 
sudoAuthData(null, null, "th", "edit", null);
?>
Beispiel #6
0
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php 
buildTitle("Countries");
?>
</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<link href="../../inc/global.css" rel="stylesheet" type="text/css" />
	<link rel="shortcut icon" href="../images/logos/favicon.ico" type="image/x-icon" />
	<script type="text/javascript" src="../../inc/js/js.js"></script>
</head>
<body>
<?php 
buildHeaderNEW("country", null, "countries", "Countries", "Add a Country");
?>
<div align="center">
<div class="casing" align="left">
<?php 
login();
?>
  <table cellpadding="2" cellspacing="0" class="data" align="center">
    <tr>
      <th>country ISO</th>
      <th>Country</th>
      <th>Zone</th>
      <th>Country Code</th>
      <th>Digits</th>
	<?php 
sudoAuthData(null, null, "th", "edit", null);
Beispiel #7
0
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php 
buildTitle("Protocols");
?>
</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
	<link href="../../inc/global.css" rel="stylesheet" type="text/css" />
	<link rel="shortcut icon" href="../images/logos/favicon.ico" type="image/x-icon" />
	<script type="text/javascript" src="../../inc/js/js.js"></script>
</head>
<body>
<?php 
buildHeaderNEW("protocol", null, "protocols", "Protocols", "Add a Protocol");
?>
<div align="center">
<div class="casing" align="left">
<?php 
login();
?>
  <table align="center" class="data" cellpadding="2" cellspacing="0">
    <tr>
		<th>Protocol</th>
		<?php 
sudoAuthData(null, null, "th", "edit", null);
?>
    </tr>
<?php 
$num = 0;
Beispiel #8
0
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php 
buildTitle("Customer Types");
?>
</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<link href="../../inc/global.css" rel="stylesheet" type="text/css" />
	<link rel="shortcut icon" href="../images/logos/favicon.ico" type="image/x-icon" />
	<script type="text/javascript" src="../../inc/js/js.js"></script>
</head>
<body>
<?php 
buildHeaderNEW("customerType", null, "customerTypes", "Customer Types", "Add a Customer Type");
?>
<div align="center">
<div class="casing" align="left">
<?php 
login();
?>
<table class="data" cellpadding="2" cellspacing="0" align="center">
  <tr>
    <th>Customer Type</th>
	<?php 
sudoAuthData(null, null, "th", "edit", null);
?>
  </tr>
<?php 
$num = 0;
Beispiel #9
0
    }
}
$queryString_rsSubapplications = sprintf("&totalRows_rsSubapplications=%d%s", $totalRows_rsSubapplications, $queryString_rsSubapplications);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<link href="../../inc/global.css" rel="stylesheet" type="text/css" />
	<link rel="shortcut icon" href="../images/logos/favicon.ico" type="image/x-icon" />
	<script type="text/javascript" src="../../inc/js/js.js"></script>
</head>
<body>
<?php 
buildHeaderNEW("subapplication", null, "subapplications", "Subapplications", "Add a Subapplication");
?>
<div align="center">
<div class="casing" align="left">
<?php 
login();
?>
  <table class="data" align="center" cellpadding="2" cellspacing="0">
    <tr>
      <th>Subapplication</th>
    </tr>
<?php 
$num = 0;
do {
    $num++;
    echo "<tr";
Beispiel #10
0
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php 
buildTitle("Datacenters");
?>
</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<link href="../../inc/global.css" rel="stylesheet" type="text/css" />
	<link rel="shortcut icon" href="../images/logos/favicon.ico" type="image/x-icon" />
	<script type="text/javascript" src="../../inc/js/js.js"></script>
</head>
<body>
<?php 
buildHeaderNEW("datacenter", null, "datacenters", "Datacenters", "Add a Datacenter");
?>
<div align="center">
<div class="casing" align="left">
<?php 
login();
?>
<table class="data" align="center" cellspacing="0">
  <tr>
    <th>Datacenter</th>
	<?php 
sudoAuthData(null, null, "th", "edit", null);
?>
  </tr>
        <?php 
$num = 0;
Beispiel #11
0
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php 
buildTitle("Applications");
?>
</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<link href="../../inc/global.css" rel="stylesheet" type="text/css" />
	<link rel="shortcut icon" href="../images/logos/favicon.ico" type="image/x-icon" />
	<script type="text/javascript" src="../../inc/js/js.js"></script>
</head>
<body>
<?php 
buildHeaderNEW("application", null, "applications", "Applications", "Add an Application");
?>
<div align="center">
<div class="casing" align="left">
<?php 
login();
?>
<table class="data" align="center" cellspacing="0" cellpadding="2">
  <tr>
    <th>Application</th>
	<?php 
sudoAuthData(null, null, "th", "edit", null);
?>
  </tr>
<?php 
$num = 0;
Beispiel #12
0
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Mobile365: Subapplications</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<link href="../../inc/global.css" rel="stylesheet" type="text/css" />
	<link rel="shortcut icon" href="../images/logos/favicon.ico" type="image/x-icon" />
	<script type="text/javascript" src="../../inc/js/js.js"></script>
</head>
<body>
<?php 
if ($_GET['function'] == "add") {
    buildHeaderNEW("subapplication", "Subapplications", "subapplication", "Add a Subapplication", null);
} elseif ($_GET['function'] == "update") {
    buildHeaderNEW("subapplication", "Subapplications", "subapplication", "Update a Subapplication", "Add a Subapplication");
} else {
    buildHeaderNEW("subapplication", "Subapplications", "subapplication", "View a Subapplication", "Add a Subapplication");
}
?>
<div align="center">
<div class="casing" align="left">
<form method="post" name="subApplicationForm" action="subapplication.php">
  <table align="center" cellpadding="2" cellspacing="0" class="add">
    <tr>
      <td class="contrast"><label>Subapplication:</label></td>
      <td><?php 
formField("text", "subapplication", $row_rsSubapplications['subapplication'], "32", "255", null, null);
?>
</td>
    </tr>
    <tr>
      <td valign="top" class="contrast"><label>Notes:</label></td>
Beispiel #13
0
	<link rel="shortcut icon" href="../images/logos/favicon.ico" type="image/x-icon" />
	<script type="text/javascript" src="../../inc/js/menu.js"></script>
	<script type="text/javascript" src="../../inc/js/js.js"></script>
	<script type="text/javascript" src="../../inc/js/calendarDateInput2.js"></script>
</head>
<body>
<?php 
//buildMenu();
?>
<script type="text/javascript">
dolphintabs.init("menunav", 1)
</script>
<!--<iframe src="../rfas/changeMgmtActions.php" scrolling="no" style="float:right; width:19.5%;" frameborder="0" height="100%"></iframe> -->
<div class="casing" align="left">
<?php 
buildHeaderNEW("employee", null, "employees", "Employees", "Add an Employee");
?>
	<table class="data" align="center" cellspacing="0">
	<tr>
		<th>Employee</th>
		<?php 
sudoAuthData(null, null, "th", "edit", null);
?>
	</tr>
<?php 
$num = 0;
do {
    $num++;
    echo "<tr";
    if ($num % 2) {
        echo " class=\"odd\"";
Beispiel #14
0
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<link href="../../inc/global.css" rel="stylesheet" type="text/css" />
	<link rel="shortcut icon" href="../images/logos/favicon.ico" type="image/x-icon" />
	<script type="text/javascript" src="../../inc/js/js.js"></script>
</head>
<body>
<?php 
if ($_GET['function'] == "add") {
    buildHeaderNEW("networkType", "Network Types", "networkType", "Add a Network Type", null);
} elseif ($_GET['function'] == "update") {
    buildHeaderNEW("networkType", "Network Types", "networkType", "Update a Network Type", "Add a Network Type");
} else {
    buildHeaderNEW("networkType", "Network Types", "networkType", "View a Network Type", "Add a Network Type");
}
?>
<div align="center">
<div class="casing" align="left">
<form method="post" name="networkType" action="networkType.php">
  <table class="update" cellspacing="0" align="center">
    <tr>
      <td class="contrast"><label>Network Type:</label></td>
      <td><?php 
formField("text", "networkType", $row_rsNetworkTypes['networkType'], "32", "255", null, null);
?>
</td>
    </tr>
    <tr>
      <td valign="top" class="contrast"><label>Notes:</label></td>
Beispiel #15
0
buildTitle("an Application");
?>
</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<link href="../../inc/global.css" rel="stylesheet" type="text/css" />
	<link rel="shortcut icon" href="../images/logos/favicon.ico" type="image/x-icon" />
	<script type="text/javascript" src="../../inc/js/js.js"></script>
</head>
<body>
<?php 
if ($_GET['function'] == "add") {
    buildHeaderNEW("application", "Applications", "app", "Add an Application", null);
} elseif ($_GET['function'] == "update") {
    buildHeaderNEW("application", "Applications", "app", "Update Application", "Add an Application");
} else {
    buildHeaderNEW("application", "Applications", "app", "View an Application", "Add an Application");
}
?>
<div align="center">
<div class="casing" align="left">
<form name="appForm" id="appForm" method="post" action="application.php">
  <table class="update" align="center" cellspacing="0" cellpadding="2">
    <tr>
      <td class="contrast"><label for="application">Application:</label></td>
      <td><?php 
formField("text", "application", $row_rsApps['application'], "32", "255", null, null, "1");
?>
</td>
    </tr>
    <tr>
      <td valign="top" class="contrast"><label for="notes">Notes:</label></td>
Beispiel #16
0
    }
}
$queryString_rsLeaveTypes = sprintf("&totalRows_rsLeaveTypes=%d%s", $totalRows_rsLeaveTypes, $queryString_rsLeaveTypes);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Mobile365: Leave Types</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<link href="../../inc/global.css" rel="stylesheet" type="text/css" />
	<link rel="shortcut icon" href="../images/logos/favicon.ico" type="image/x-icon" />
	<script type="text/javascript" src="../../inc/js/js.js"></script>
</head>
<body>
<?php 
buildHeaderNEW("leaveType", null, "leaveTypes", "Leave Types", "Add a Leave Type");
?>
<div align="center">
<div class="casing" align="left">
<?php 
login();
?>
<table class="data" align="center" cellspacing="0">
  <tr>
	<th>Leave Type</th>
	<?php 
sudoAuthData(null, null, "th", "edit", null);
?>
  </tr>
        <?php 
$num = 0;
Beispiel #17
0
    }
}
$queryString_rsOffices = sprintf("&totalRows_rsOffices=%d%s", $totalRows_rsOffices, $queryString_rsOffices);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<link href="../../inc/global.css" rel="stylesheet" type="text/css" />
	<link rel="shortcut icon" href="../images/logos/favicon.ico" type="image/x-icon" />
	<script type="text/javascript" src="../../inc/js/js.js"></script>
</head>
<body>
<?php 
buildHeaderNEW("office", null, "offices", "Offices", "Add an Office");
?>
<div align="center">
<div class="casing" align="left">
<?php 
login();
?>
<table class="data" align="center" cellpadding="2" cellspacing="0">
  <tr>
    <th>Office</th>
  </tr>
<?php 
$num = 0;
do {
    $num++;
    echo "<tr";
Beispiel #18
0
    }
}
$queryString_rsReportTypes = sprintf("&totalRows_rsReportTypes=%d%s", $totalRows_rsReportTypes, $queryString_rsReportTypes);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Mobile365: Report Types</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
	<link href="../../inc/global.css" rel="stylesheet" type="text/css" />
	<link rel="shortcut icon" href="../images/logos/favicon.ico" type="image/x-icon" />
	<script type="text/javascript" src="../../inc/js/js.js"></script>
</head>
<body>
<?php 
buildHeaderNEW("reportType", null, "reportTypes", "Report Types", "Add a Report Type");
?>
<div align="center">
<div class="casing" align="left">
<?php 
login();
?>
<table align="center" class="data" cellpadding="2" cellspacing="0">
  <tr>
    <th>Report Type</th>
	<?php 
sudoAuthData(null, null, "th", "edit", null);
?>
  </tr>
        <?php 
$num = 0;
Beispiel #19
0
buildTitle("an Employee");
?>
</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<link href="../../inc/global.css" rel="stylesheet" type="text/css" />
	<link rel="shortcut icon" href="../images/logos/favicon.ico" type="image/x-icon" />
	<script type="text/javascript" src="../../inc/js/js.js"></script>
</head>
<body>
<?php 
if ($_GET['function'] == "add") {
    buildHeaderNEW("employee", "Employees", "employee", "Add an Employee", null);
} elseif ($_GET['function'] == "update") {
    buildHeaderNEW("employee", "Employees", "employee", "Update Employee Information", "Add an Employee");
} else {
    buildHeaderNEW("employee", "Employees", "employee", "View an Employee", "Add an Employee");
}
?>
<div align="center">
<div class="casing" align="left">
<form method="post" name="employeeForm" action="employee.php">
  <table class="<?php 
echo $_GET['function'];
?>
" align="center" cellspacing="0" cellpadding="2">
    <tr>
      <td width="98" class="contrast"><label for="firstName">Name:</label></td>
      <td width="163"><?php 
formField("text", "firstName", $row_rsEmployees['firstName'], "15", "255", null, null);
?>
&nbsp;<?php