[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/sitemgr/sitemgr-site/templates/rhuk_orange_smoothie/ -> index.php (source)

   1  <?php echo "<?xml version=\"1.0\"?>";
   2  defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
   3  ?>
   4  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   5  <html xmlns="http://www.w3.org/1999/xhtml">
   6  <head>
   7      <title><?php echo $mosConfig_sitename; ?></title>    
   8      <?php include ("editor/editor.php"); ?>
   9      <?php initEditor(); ?>
  10      <meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
  11      <?php include ("includes/metadata.php"); ?>
  12      <link href="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/css/template_css.css" rel="stylesheet" type="text/css" />
  13      <link rel="shortcut icon" href="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/favicon.ico" />
  14  </head>
  15  <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
  16      <a name="up" id="up"></a>
  17      <center>
  18      <table width="898"  border="0" cellpadding="0" cellspacing="0">
  19          <tr>
  20          <td background="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/generic_header.jpg" /><img src="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/spacer.gif" width="5" height="98" align="absmiddle"/><span class="sitetitle"><?php echo $mosConfig_sitename; ?> </span></td>
  21          </tr>
  22          <tr>
  23              <td background="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/blocks_bg.gif">
  24              <table width="898" cellpadding="0" cellspacing="0" border="0">
  25              <tr>
  26                  <td width="174" align="left"><img src="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/spacer.gif" width="165" height="30" /></td>
  27                  <td width="391" align="left"><?php include "pathway.php"; ?></td>
  28                  <td width="178" align="right"><?php echo (strftime (_DATE_FORMAT_LC)); ?><img src="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/spacer.gif" width="18" height="5" /></td>
  29  <?php /* til I find time to get a search working - RalfBecker 2004/05/05
  30                  <form action='<?php echo sefRelToAbs("index.php"); ?>' method='post'>
  31                  <td width="155" align="left">
  32                          <input class="searchbox" type="text" name="searchword" height="16" size="15" value="<?php echo _SEARCH_BOX; ?>"  onblur="if(this.value=='') this.value='<?php echo _SEARCH_BOX; ?>';" onfocus="if(this.value=='<?php echo _SEARCH_BOX; ?>') this.value='';" />
  33                          <input type="hidden" name="option" value="search" />
  34                      </td></form>
  35  */ ?>
  36              </tr>
  37              </table>
  38              <table width="898" cellpadding="0" cellspacing="0" border="0">
  39              <tr valign="top">
  40                  <td class="leftnav" width="174">
  41                      <!-- left nav -->
  42                      <table border="0" cellspacing="0" cellpadding="0" width="152">
  43                      <tr>
  44                          <td class="navcontent">
  45                              <table border="0" cellspacing="0" cellpadding="0" width="146">
  46                                  <tr>
  47                                      <td class="navbg_main">
  48                                      <?php mosLoadModules ( 'left' ); ?>
  49                                      </td>
  50                                  </tr>
  51                              </table>
  52                          </td>    
  53                          <td valign="top" background="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/shadow_right.gif"><img src="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/spacer.gif" width="4" height="4"/></td>
  54                      </tr>
  55                      </table>
  56                      <table border="0" cellspacing="0" cellpadding="0" width="152">
  57                      <tr>
  58                          <td><img src="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/spacer.gif" width="4" height="4" /></td>
  59                          <td bgcolor="#becbcd"><img src="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/spacer.gif" width="148" height="4" /></td>
  60                      </tr>
  61                      </table>
  62                      <br>
  63                      <?php if (mosCountModules( "user1" )) { ?>
  64                      <!-- user1 nav -->
  65                      <table border="0" cellspacing="0" cellpadding="0" width="152">
  66                      <tr>
  67                          <td class="navcontent">
  68                              <table border="0" cellspacing="0" cellpadding="0" width="146">
  69                                  <tr>
  70                                      <td class="navbg_user">
  71                                      <?php mosLoadModules ( 'user1' ); ?>
  72                                      </td>
  73                                  </tr>
  74                              </table>
  75                          </td>    
  76                          <td valign="top" background="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/shadow_right.gif"><img src="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/spacer.gif" width="4" height="4"/></td>
  77                      </tr>
  78                      </table>
  79                      <table border="0" cellspacing="0" cellpadding="0" width="152">
  80                      <tr>
  81                          <td><img src="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/spacer.gif" width="4" height="4" /></td>
  82                          <td bgcolor="#becbcd"><img src="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/spacer.gif" width="146" height="4" /></td>
  83                      </tr>
  84                      </table>    
  85                      <?php } ?>
  86                  </td>
  87                  
  88                  <td class="centernav" width="99%">
  89                      <?php if (mosCountModules( "top" )) { ?>
  90                      <!-- top nav -->
  91                      <table border="0" cellspacing="0" cellpadding="0" width="100%">
  92                      <tr>
  93                          <td class="navcontent" width="99%">
  94                              <table border="0" cellspacing="0" cellpadding="0" width="100%">
  95                                  <tr>
  96                                      <td class="navbg_user">
  97                                      <?php mosLoadModules ( 'top' ); ?>
  98                                      </td>
  99                                  </tr>
 100                              </table>
 101                          </td>    
 102                          <td valign="top" background="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/shadow_right.gif"><img src="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/spacer.gif" width="4" height="4"/></td>
 103                      </tr>
 104                      </table>
 105                      <table border="0" cellspacing="0" cellpadding="0" width="100%">
 106                      <tr>
 107                          <td><img src="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/spacer.gif" width="4" height="4" /></td>
 108                          <td bgcolor="#becbcd" width="99%"><img src="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/spacer.gif" width="99%" height="4" /></td>
 109                      </tr>
 110                      </table>    
 111                      <br>
 112                      <?php } ?>
 113                      
 114                      <!-- main nav -->
 115                      <table border="0" cellspacing="0" cellpadding="0" width="100%">
 116                      <tr>
 117                          <td class="navcontent" width="99%">
 118                              <table border="0" cellspacing="0" cellpadding="0" width="100%">
 119                                  <tr>
 120                                      <td class="navbg_main">
 121                                      <?php include ("mainbody.php"); ?>
 122                                      </td>
 123                                  </tr>
 124                              </table>
 125                          </td>    
 126                          <td valign="top" background="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/shadow_right.gif"><img src="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/spacer.gif" width="4" height="4"/></td>
 127                      </tr>
 128                      </table>
 129                      <table border="0" cellspacing="0" cellpadding="0" width="100%">
 130                      <tr>
 131                          <td><img src="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/spacer.gif" width="4" height="4" /></td>
 132                          <td bgcolor="#becbcd" width="99%"><img src="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/spacer.gif" width="99%" height="4" /></td>
 133                      </tr>
 134                      </table>    
 135                      <br>
 136                      
 137                      <?php if (mosCountModules( "bottom" )) { ?>
 138                      <!-- bottom nav -->
 139                      <table border="0" cellspacing="0" cellpadding="0" width="100%">
 140                      <tr>
 141                          <td class="navcontent" width="99%">
 142                              <table border="0" cellspacing="0" cellpadding="0" width="100%">
 143                                  <tr>
 144                                      <td class="navbg_user">
 145                                      <?php mosLoadModules ( 'bottom' ); ?>
 146  
 147                                      </td>
 148                                  </tr>
 149                              </table>
 150                          </td>    
 151                          <td valign="top" background="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/shadow_right.gif"><img src="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/spacer.gif" width="4" height="4"/></td>
 152                      </tr>
 153                      </table>
 154                      <table border="0" cellspacing="0" cellpadding="0" width="100%">
 155                      <tr>
 156                          <td><img src="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/spacer.gif" width="4" height="4" /></td>
 157                          <td bgcolor="#becbcd" width="99%"><img src="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/spacer.gif" width="99%" height="4" /></td>
 158                      </tr>
 159                      </table>    
 160                      <?php } ?>
 161                  </td>
 162                  
 163                  <?php if (mosCountModules( "right" ) + mosCountModules( "user2" ) > 0) { ?>
 164                  <td class="rightnav" width="155">
 165                      <?php if (mosCountModules( "right" )) { ?>
 166                      <!-- right nav -->
 167                      <table border="0" cellspacing="0" cellpadding="0" width="151">
 168                      <tr>
 169                          <td class="navcontent">
 170                              <table border="0" cellspacing="0" cellpadding="0" width="145">
 171                                  <tr>
 172                                      <td class="navbg_user">
 173                                      <?php mosLoadModules ( 'right' ); ?>
 174                                      </td>
 175                                  </tr>
 176                              </table>
 177                          </td>    
 178                          <td valign="top" background="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/shadow_right.gif"><img src="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/spacer.gif" width="4" height="4"/></td>
 179                      </tr>
 180                      </table>
 181                      <table border="0" cellspacing="0" cellpadding="0" width="151">
 182                      <tr>
 183                          <td><img src="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/spacer.gif" width="4" height="4" /></td>
 184                          <td bgcolor="#becbcd"><img src="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/spacer.gif" width="147" height="4" /></td>
 185                      </tr>
 186                      </table>
 187                      <br>
 188                      <?php } ?>
 189                      
 190                      <?php if (mosCountModules( "user2" )) { ?>
 191                      <!-- user2 nav -->
 192                      <table border="0" cellspacing="0" cellpadding="0" width="151">
 193                      <tr>
 194                          <td class="navcontent">
 195                              <table border="0" cellspacing="0" cellpadding="0" width="145">
 196                                  <tr>
 197                                      <td class="navbg_main">
 198                                      <?php mosLoadModules ( 'user2' ); ?>
 199                                      </td>
 200                                  </tr>
 201                              </table>
 202                          </td>    
 203                          <td valign="top" background="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/shadow_right.gif"><img src="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/spacer.gif" width="4" height="4"/></td>
 204                      </tr>
 205                      </table>
 206                      <table border="0" cellspacing="0" cellpadding="0" width="151">
 207                      <tr>
 208                          <td><img src="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/spacer.gif" width="4" height="4" /></td>
 209                          <td bgcolor="#becbcd"><img src="<?php echo $mosConfig_live_site;?>/templates/rhuk_orange_smoothie/images/spacer.gif" width="147" height="4" /></td>
 210                      </tr>
 211                      </table>                    
 212                      <?php } ?>
 213                  </td>
 214                  <?php } ?>
 215              </tr>
 216              </table>
 217              <table width="898" cellpadding="0" cellspacing="0" border="0">
 218              <tr>
 219                  <td>
 220                  <?php mosLoadModules ( 'inset' ); ?>
 221                  </td>
 222              </tr>
 223              <tr>
 224                  <td>
 225                  <?php mosLoadModules ( 'footer' ); ?>
 226                  </td>
 227              </tr>
 228              </table>
 229              </td>
 230          </tr>
 231  
 232      </table>
 233      </center>
 234  </body>
 235  </html>


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7