| [ PHPXref.com ] | [ Generated: Sun Jul 20 20:10:34 2008 ] | [ Room Scheduler 2.4.0 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <?php 2 // +----------------------------------------------------------------------+ 3 // | RSS Room Scheduler System - (English) | 4 // | SAS Sistema de Agendamento de Salas - (Portuguese) | 5 // | Copyright (C) 2005 Ighor Toth (igtoth@netsite.com.br) | 6 // | | 7 // | This program is free software; you can redistribute it and/or | 8 // | modify it under the terms of the GNU General Public License | 9 // | as published by the Free Software Foundation; either version 2 | 10 // | of the License, or (at your option) any later version. | 11 // | | 12 // | This program is distributed in the hope that it will be useful, | 13 // | but WITHOUT ANY WARRANTY; without even the implied warranty of | 14 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 15 // | GNU General Public License for more details. | 16 // | | 17 // | You should have received a copy of the GNU General Public License | 18 // | along with this program; if not, write to the Free Software | 19 // | Foundation, Inc., 51 Franklin Street, Fifth Floor, | 20 // | Boston, MA 02110-1301, USA. | 21 // +----------------------------------------------------------------------+ 22 // | RSS - Room Scheduler System (English Version) | 23 // | SAS - Sistema de Agendamento de Sala (Portuguese Version) | 24 // +----------------------------------------------------------------------+ 25 // | Autor: Ighor Toth (igtoth@netsite.com.br) - http://www.ighor.com | 26 // | DEVELOPED IN BRAZIL !!! | 27 // +----------------------------------------------------------------------+ 28 // | UPDATES:- | 29 // | Please read README.txt | 30 // +----------------------------------------------------------------------+ 31 // | Pages: | 32 // | Room Scheduler = http://www.your-site.com/index.php | 33 // | Demo = http://rss.ighor.com/index.php | 34 // | User = 999995 | 35 // | Password = 123456 | 36 // | Administrator page = http://www.your-site.com/adm.php | 37 // | Demo = "Not available yet" | 38 // | User = admin | 39 // | Password = abc123 | 40 // +----------------------------------------------------------------------+ 41 // | Configuration file: conf.inc.php | 42 // | DB structure: rss.sql | 43 // | Bugs, translations or issues, write to: igtoth@netsite.com.br | 44 // +----------------------------------------------------------------------+ 45 ?> 46 47 <form method="POST" action="veri_index.php"> 48 <TABLE aling="center" WIDTH="326" CELLPADDING="0" CELLSPACING="0" > 49 <TR> 50 <TD ALIGN="center" VALIGN="middle"> 51 <TABLE aling="center" CELLPADDING="0" WIDTH="100%" HEIGHT="100%" BACKGROUND=""> 52 <TR> 53 <TD ALIGN="center" COLSPAN="0"> 54 <br>YOUR COMPANY LOGO HERE<br><br> 55 <B><font face="arial,verdana" size="3"><br><?php echo $L_TITULO; ?></font></B><br><br><br> 56 </TD> 57 </TR> 58 <TR> 59 <td ALIGN="center" VALIGN="middle"> 60 <table cellpadding=3 cellspacing=0 BACKGROUND=""> 61 <tr> 62 <td> 63 <B><FONT FACE="Arial,Helvetica,sans-serif" SIZE="-1"><?php echo $L_USUARIO; ?> </FONT></B> 64 </td> 65 <td> 66 <input border="0" size="10" class="bordas" type="txt" name="matricula" STYLE="font-size: 9pt;" TABINDEX="1"> 67 </td> 68 </tr> 69 <tr> 70 <td> 71 <B><FONT FACE="Arial,Helvetica,sans-serif" SIZE="-1"><?php echo $L_SENHA; ?> </FONT></B> 72 </td> 73 <td> 74 <input border="0" size="10" class="bordas" type="password" name="senha" STYLE="font-size: 9pt;" TABINDEX="1"> 75 </td> 76 </tr> 77 </table> 78 <table width="190" cellpadding=0 cellspacing=0 BACKGROUND=""> 79 <tr> 80 <td align="left"> 81 <A HREF="javascript: window.close();" TABINDEX="2"> 82 <IMG SRC="img/cancel.gif" ALIGN="left" WIDTH="22" HEIGHT="23" ALT="Cancelar" BORDER=0 hspace=10 vspace=4> 83 </A> 84 </td> 85 <td align="right"> 86 <INPUT TYPE=image src="img/enter.gif" WIDTH="26" HEIGHT="23" border=0 hspace=7 vspace=4 alt="Entrar >>>" TABINDEX="1"> 87 </td> 88 </tr> 89 </table> 90 <br><center><font face="arial,verdada" size="2">RSS Room Scheduler System - © 2005 <br>Ighor Toth - http://www.ighor.com</font><br>GNU PUBLIC LICENSE<br><br>PARA VERSÃO EM PORTUGUÊS BRASIL <a href="http://sas.ighor.com">CLIQUE AQUI</a> 91 </td> 92 </tr> 93 </table> 94 <center><font face="arial,verdada" size="1"><a href="www.sourceforge.net/projects/rss" target="_blank">RSS</a> - GNU, GPL General Public License - Copyright 2005 - <a href="http://www.ighor.com" target="_blank">Ighor Toth</a> </font> 95 </TD> 96 </TR> 97 </TABLE> 98 </form>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |