1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
<?php defined( "_VALID_MOS" ) or die( "Direct Access to this location is not allowed." );?>
<!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>
<?php if ( $my->id ) { initEditor(); } ?>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
<?php mosShowHead(); ?>
<?php echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css\" type=\"text/css\"/>" ; ?><?php echo "<link rel=\"shortcut icon\" href=\"$GLOBALS[mosConfig_live_site]/images/favicon.ico\" />" ; ?>
<link href="css/template_css.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
}
body,td,th {
font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style1 {color: #FFFFFF}
.style2 {font-size: 2px}
-->
</style></head>
<body>
<div align="center">
<table width="999" height="547" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="150" align="center" valign="top" bgcolor="#666666"><table width="999" height="200" border="0" cellpadding="0" cellspacing="0">
<tr align="center">
<td height="180" colspan="3" class="banner"><span class="style2"><br />
<br />
<br />
</span><br />
</td>
</tr>
<tr>
<td width="32" height="13" class="sol"> </td>
<td width="935"><div align="left">
<?php mosPathWay(); ?>
</div></td>
<td width="32" class="sag"> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="353" align="center" valign="top"><table width="100%" height="359" border="0" align="center" cellpadding="0" cellspacing="0">
<tr align="left" valign="top">
<td width="32" height="359" class="sol"> </td>
<td width="934"><table width="100%" height="365" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="155" align="center" valign="top" class="mod"><div align="left">
<?php mosLoadModules ( 'left' ); ?>
</div></td>
<td width="624" align="center" valign="top" class="ana"><div align="left">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3"><div align="center"><span class="date"><?php echo mosCurrentDate(); ?></span></div></td>
</tr>
<tr>
<td width="1%"> </td>
<td width="50%"><?php mosLoadModules ( 'user1' ); ?></td>
<td width="49%"><div align="left">
<?php mosLoadModules ( 'user2' ); ?>
</div></td>
</tr>
</table>
<table width="100%" height="346" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
<td><?php mosMainBody(); ?></td>
</tr>
<tr>
<td width="1%"> </td>
<td width="98%" align="center" valign="top"><table width="612" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td width="306"><?php mosLoadModules ( 'user3' ); ?></td>
<td width="306"><?php mosLoadModules ( 'user4' ); ?></td>
</tr>
<tr>
<td colspan="2"><div align="center">
<div align="center"></div>
</div></td>
</tr>
</table>
</td>
</tr>
</table>
</div></td>
<td width="155" align="center" valign="top" background="gif" class="mod"><div align="left">
<?php mosLoadModules ( 'right' ); ?>
</div></td>
</tr>
</table></td>
<td width="32" class="sag"> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="29" align="center" valign="top"><table width="100%" height="42" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="50" height="42" class="sol_alt"> </td>
<td width="899" class="alt_orta"><div align="center"><br />
<span class="style1">created by <a href="mailto:RakipG@hotmail.com">RakipG</a></span></div></td>
<td width="50" class="sag_alt"> </td>
</tr>
</table></td>
</tr>
</table>
</div>
</body>
</html> |
Partager