Monkey Albino

Linux altar53.supremepanel53.com 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
/ home/ bdapparelinfo/ www/ bjmea-1463dbf457e80c13-admin/

/home/bdapparelinfo/www/bjmea-1463dbf457e80c13-admin/main_content.php

<?php require_once("check_session.php");?>
<!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>.:Admin Panel:.</title> 

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

<script src="js/nicEdit.js" type="text/javascript"></script>
<script type="text/javascript">
bkLib.onDomLoaded(function() {
	//new nicEditor().panelInstance('area1');
	new nicEditor({fullPanel : true}).panelInstance('area2');
	new nicEditor({iconsPath : '.../nicEditorIcons.gif'}).panelInstance('area3');
	new nicEditor({buttonList : ['fontSize','bold','italic','underline','strikeThrough','subscript','superscript','html','image']}).panelInstance('area4');
	new nicEditor({maxHeight : 100}).panelInstance('area5');
});
</script>
	
<body>
 <table width="35%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#FFFFFF" class="text"> 
 <?php include 'admin_header.php';?>
  <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td background="images/button.jpg" width="986" height="29"><?php include 'admin_menu.php';?> 
		<div class="menu_border"> &nbsp; </div>
		<table width="940" border="0">
          <tr>
            <!--<td width="134" align="center" style="border-right:#000066 1px solid"><a href="admin.php" style="text-decoration:none; "><span class="style9 style41"><strong>Home </strong></span></a></td>
            <td width="172" align="center"><a href="content_manage.php" style="text-decoration:none; "><span class="style9 style41"><strong>Content Manage </strong></span></a> </td>-->
            <td width="100%" align="center"><h1> Add Content </h1></td>
          </tr>
        </table></td>
        </tr>
    </table></td>
  </tr>
  <tr>
    <td  ><table width="100%" border="0" cellspacing="0" cellpadding="0" >
      <tr>
        <td colspan="3"><img src="images/main_body_01.jpg" width="986" height="35" /></td>
        </tr>
      <tr>
        <td width="41" valign="top" style="background:url(images/bar.jpg) repeat-y;"><img src="images/main_body_02.jpg" width="24" height="181" align="top"  /></td>
        <td width="919"  valign="middle" style="background:url(images/main_body_03.jpg) repeat-x; background-color:#dee4f0" >
		<form action="main_content_submit.php" method="post" enctype="multipart/form-data">
		<table width="90%" align="center" cellpadding="2" cellspacing="1" style="border:dotted 1px; vertical-align:middle">
		

  <tr>
    <td width="140" align="right" class="section_text">Date</td>
    <td width="8" align="center">&nbsp;</td>
    <td width="427"><label>
      <input type="text" id="datepicker1" class="datepicker" readonly="true" name="date" size="10" maxlength="10" />
    </label></td>
  </tr>
  
  
  <tr>
    <td align="right" class="section_text"> Content Pages</td>
    <td align="center">&nbsp;</td>
    <td><label>
      <select class="admin_form_field_text" name="pages_name">
		<?php require_once 'main_content_option.php'?>
	  </select>
    </label></td>
  </tr>
   
  
  <tr>
    <td width="140" align="right" class="section_text">Title</td>
    <td width="8" align="center">&nbsp;</td>
    <td width="427"><label>
      <input name="title" type="text" class="admin_form_field_text" id="title" />
    </label></td>
  </tr>
    <td align="right" class="section_text" valign="top">Description</td>
    <td align="center" valign="top"><strong>:</strong></td>
    <td><label>
      <textarea name="des" rows="15" cols="70"  id="area2"></textarea>
      </label></td>
  </tr>
  <tr>
    <td align="right" class="section_text">Image</td>
    <td align="center"><strong>:</strong></td>
    <td><input name="image" type="file" class="input2" id="image" /> 
	Images Align - <select class="" name="img_align">
					  <option value="0"> Select Align</option>
					  <option value="Left"> Left</option>
					  <option value="None"> None</option>
					  <option value="Right"> Right</option>
				  </select>
	
	
	
	</td>
    </tr>
   <tr>
    <td align="right" class="section_text">&nbsp;</td>
    <td align="center">&nbsp;</td>
    <td><input id="submit" type="submit" name="create"  value="Create New Content"/></td>
  </tr>
  <tr>
    <td colspan="6" align="right" class="section_text">&nbsp;</td>
  </tr>
</table>
		</form></td>
         <td width="26" valign="top" style="background:url(images/bar1.jpg) repeat-y;"><img src="images/main_body_04.jpg" width="26" height="181" /></td>
      </tr>
      <tr>
        <td colspan="3"><img src="images/main_body_05.jpg" width="986" height="32" /></td>
        </tr>
    </table></td>
  </tr>
  <tr>
    <td width="1000" height="156" align="center" style="background:url(images/bg1.jpg) repeat-x;">&nbsp;</td>
  </tr>
</table>

</body>
</html>