[ PHPXref.com ] [ Generated: Sun Jul 20 20:10:34 2008 ] [ Room Scheduler 2.4.0 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> index.php (source)

   1  <?php
   2  session_start();
   3  // +----------------------------------------------------------------------+

   4  // | RSS Room Scheduler System - (English)                                |

   5  // | SAS Sistema de Agendamento de Salas - (Portuguese)                   |

   6  // | Copyright (C) 2005  Ighor Toth (igtoth@netsite.com.br)               |

   7  // |                                                                      |

   8  // | This program is free software; you can redistribute it and/or        |

   9  // | modify it under the terms of the GNU General Public License          |

  10  // | as published by the Free Software Foundation; either version 2       |

  11  // | of the License, or (at your option) any later version.               |

  12  // |                                                                      |

  13  // | This program is distributed in the hope that it will be useful,      |

  14  // | but WITHOUT ANY WARRANTY; without even the implied warranty of       |

  15  // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        |

  16  // | GNU General Public License for more details.                         |

  17  // |                                                                      |

  18  // | You should have received a copy of the GNU General Public License    |

  19  // | along with this program; if not, write to the Free Software          |

  20  // | Foundation, Inc., 51 Franklin Street, Fifth Floor,                   |

  21  // | Boston, MA  02110-1301, USA.                                         |

  22  // +----------------------------------------------------------------------+

  23  // | RSS - Room Scheduler System (English Version)                        |

  24  // | SAS - Sistema de Agendamento de Sala (Portuguese Version)            |

  25  // +----------------------------------------------------------------------+

  26  // | Autor: Ighor Toth (igtoth@netsite.com.br) - http://www.ighor.com     |

  27  // | DEVELOPED IN BRAZIL !!!                                              |

  28  // +----------------------------------------------------------------------+

  29  // | UPDATES:-                                                            |

  30  // | Please read README.txt                                               |

  31  // +----------------------------------------------------------------------+

  32  // | Pages:                                                               |

  33  // |         Room Scheduler     = http://www.your-site.com/index.php      |

  34  // |             Demo           = http://rss.ighor.com/index.php          |

  35  // |             User           = 999995                                  |

  36  // |             Password       = 123456                                  |

  37  // |         Administrator page = http://www.your-site.com/adm.php        |

  38  // |             Demo           = "Not available yet"                     |

  39  // |             User           = admin                                   |

  40  // |             Password       = abc123                                  |

  41  // +----------------------------------------------------------------------+

  42  // | Configuration file: conf.inc.php                                     |

  43  // | DB structure: rss.sql                                                |

  44  // | Bugs, translations or issues, write to: igtoth@netsite.com.br        |

  45  // +----------------------------------------------------------------------+

  46  include ('languages/padrao.inc.php');
  47  ?>
  48  <HTML>
  49  <HEAD>
  50  
  51      <TITLE><?php echo $L_TITULO; ?></TITLE>
  52  
  53      <LINK href="img/main.css" type=text/css rel=stylesheet>
  54      <SCRIPT language=Javascript src="img/jsfunctions.js" type=text/javascript></SCRIPT>
  55  
  56      <META content="MSHTML 6.00.2800.1276" name=GENERATOR>
  57  
  58  </HEAD>
  59  
  60  <BODY bgColor=white leftMargin="0" topMargin="0" marginheight="0" marginwidth="0">
  61  
  62      <br>
  63  
  64      <!-- INICIO -->
  65  
  66        <TABLE cellSpacing=0 cellPadding=0 width=600 border=0>
  67          <TBODY>
  68          <TR>
  69            <TD>
  70              <IMG height=34 alt="" src="img/BL-Templates.gif" width=315><BR>
  71            </TD>
  72            <TD align=right width="100%" background="img/bg15.gif">
  73          <IMG height=34 alt="" src="img/tr7.gif" width=136><BR>
  74            </TD>
  75          </TR>
  76          </TBODY>
  77        </TABLE>
  78  
  79      <!-- /INICIO -->
  80  
  81      <!-- MEIO -->
  82  
  83        <TABLE cellSpacing=0 cellPadding=0 width=600 border=0>
  84          <TBODY>
  85          <TR vAlign=top>
  86            <TD background="img/bg17.gif">
  87              <IMG height=1 alt="" src="img/spacer.gif" width=37><BR>
  88            </TD>
  89            <TD align=middle width="100%" background="img/bg38.gif">
  90              <IMG height=7 src="img/spacer.gif" width=1><BR>
  91  
  92      <!-- CONTEÚDO -->
  93  
  94  
  95          <?php include ('core_index.php'); ?>
  96  
  97  
  98      <!-- /CONTEÚDO -->
  99  
 100           <IMG height=7 src="img/spacer.gif" width=1>
 101            </TD>
 102            <TD background="img/bg18.gif"><IMG height=66 alt="" src="img/tr10.gif" width=37>
 103              <BR>
 104            </TD>
 105          </TR>
 106          </TBODY>
 107        </TABLE>
 108  
 109      <!-- /MEIO -->
 110  
 111      <!-- FIM -->
 112  
 113        <TABLE cellSpacing=0 cellPadding=0 width=600 border=0>
 114          <TBODY>
 115          <TR>
 116            <TD><IMG height=35 src="img/tr8.gif" width=37><BR></TD>
 117            <TD align=right width="100%" background="img/bg16.gif"><IMG height=35 alt="" src="img/tr9.gif" width=37 border=0><BR></TD>
 118          </TR>
 119          </TBODY>
 120        </TABLE>
 121  
 122      <!-- /FIM -->
 123  </HTML>


[ Powered by PHPXref - Served by Debian GNU/Linux ]