5tarl0rd

Current Path : /home/tiporg/public_html/manage/
Upload File :
Current File : /home/tiporg/public_html/manage/gallery.php

<?php 

include("classes/access_user_class.php"); 



$page_protect = new Access_user;

 //$page_protect->login_page = "login.php"; 

$page_protect->access_page(); 



if (isset($_GET['action']) && $_GET['action'] == "log_out") {

	$page_protect->log_out(); // the method to log off

}



?>

<!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>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>Control Panel</title>

<link href="css/main.css" rel="stylesheet" type="text/css" />

</head>

<body>

<?php include("includes/header.php");?>

<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">

  <tr>

    <td rowspan="3" align="left" background="images/white_left_bar.gif"></td>

    <td align="center"></td>

    <td width="1%" rowspan="3" align="right" background="images/white_right_bar.gif">&nbsp;</td>

  </tr>

  <tr>

    <td>&nbsp;</td>

  </tr>

  <tr>

    <td width="99%"><table width="98%" border="0" align="center" cellpadding="2" cellspacing="2">

        <tr>

          <td width="20%" valign="top"><?php require_once("includes/left_column.php");?></td>

          <td width="80%" valign="top"><table width="100%" border="0" align="center" cellpadding="2" cellspacing="2" bordercolor="#cccccc" class="tableBorder">

              <tr>

                <td align="center" bgcolor="#EFEFEF" class="boldText">Manage Departments</td>

              </tr>

              <tr>

                <td align="left" ><table width="100%" border="0" cellspacing="2" cellpadding="2">

                    <tr>

                      <td valign="top"><table width="100%" border="0" cellspacing="5" cellpadding="5">

                          <tr>

                            <td colspan="2" align="center" background="#F6F6F6"><div id="cpanel">

                             

								

								

							   

								

								

								<div style="float: left;">

                                  <div class="icon"> <a href="albums.php"> <img src="images/icon/venue.gif" alt="Home" width="48" height="48" border="0" align="middle"> <span>Albums</span> </a> </div>

                                </div>

								

								<div style="float: left;">

                                  <div class="icon"> <a href="pictures.php"> <img src="images/icon/venue.gif" alt="Home" width="48" height="48" border="0" align="middle"> <span>Photo Gallery</span> </a> </div>

                                </div>

								

								

								<div style="float: left;">

                                  <div class="icon"> <a href="banners.php"> <img src="images/icon/venue.gif" alt="Home" width="48" height="48" border="0" align="middle"> <span>Main Banners</span> </a> </div>

                                </div>

								

 

								

							  <div style="float: left;"></div>

								

								

								

								

								

							                              

                                </div>								

								

                              <div style="clear: both;"> </div></td>

                          </tr>

                          

                        </table></td>

                      <td width="30%" valign="top"><table  class="messageTableBorder">

                          <tr>

                            <td valign="top"><img src="images/icon/idea.gif" /></td>

                            <td  align="left" class="mainText"><strong>Welcome</strong> to <strong>Telephone Industries of Pakistan</strong> Control Management System. <br />

                            The CMS panel provides the Administrator with access and complete  management of all functions and information, listed and published online. </td>

                          </tr>

                        </table></td>

                    </tr>

                  </table></td>

              </tr>

            </table></td>

        </tr>

      </table></td>

  </tr>

  <tr>

    <td ><img src="images/white_left_bottom_corner.gif" width="9" height="9" /></td>

    <td width="99%" background="images/white_bottom_bar.gif"><img src="images/white_bottom_bar.gif" width="4" height="9" /></td>

    <td width="1%"><img src="images/white_right_bottom_corner.gif" width="9" height="9" /></td>

  </tr>

</table>

</body>

</html>


5tarL0rd By 5tarl0rd Being Anonymous