Glavna stranica | Popis datoteka | Članovi klasa u datoteci

template_login.php

Dokumenacija za ovu datoteku.
00001 <?
00002 /********************************************************************************
00003  *      Studentski Informacijski servis, 2004                                                                           *
00004  ********************************************************************************
00005  *  template_login.php                                                                                                          *
00006  *  template za login i prozore vezane za                                                                               *
00007  *  login/logout greske i obavjestenja                                                                                  *
00008  *                                                                                                                                                              *
00009  *                                                                                                                                                              *
00010  *  Srdjan Segvic - srle                                                                                                                *
00011  ********************************************************************************
00012  ********************************************************************************
00013  *  This program is free software; you can redistribute it and/or modify                *
00014  *  it under the terms of the GNU General Public License as published by                *
00015  *  the Free Software Foundation; either version 2 of the License, or                   *
00016  *  (at your option) any later version.                                                                                 *
00017  *                                                                                                                                                              *
00018  *  This program is distributed in the hope that it will be useful,                             *
00019  *  but WITHOUT ANY WARRANTY; without even the implied warranty of                              *
00020  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                               *
00021  *  GNU Library General Public License for more details.                                                *
00022  *                                                                                                                                                              *
00023  *  You should have received a copy of the GNU General Public License                   *
00024  *  along with this program; if not, write to the Free Software                                 *
00025  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  *
00026  ********************************************************************************/
00027 
00028  
00029 //
00030 //definise izgled login forme...
00031 // 
00032 function templateLogin($content){
00033 echo "
00034 <body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">
00035 <table width=\"100%\" height=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">
00036   <tr>
00037     <td width=\"100%\" height=\"471\" valign=\"middle\"><table width=\"600\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">
00038         <tr> 
00039           <td align=\"center\" valign=\"middle\"> 
00040               <table width=\"450\" height=\"274\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"table\">
00041                 <tr bgcolor=\"#FFFFFF\"> 
00042                   <td width=\"450\" height=\"72\" colspan=\"2\" valign=\"middle\"> 
00043                     <div align=\"center\"><img src=\"template/login.jpg\" width=\"450\" height=\"72\"></div></td>
00044                 </tr>
00045                 <tr> 
00046                   <td valign=\"middle\" bgcolor=\"#C2C6D6\"> 
00047                     <div align=\"center\">"; 
00048                 echo $content; 
00049                 echo "                                  
00050                     </td>
00051                 </tr>
00052               </table>
00053             </td>
00054         </tr>
00055         <tr> 
00056           <td valign=\"bottom\"> 
00057             <div align=\"center\"> 
00058               <p><font color=\"#CCCCCC\" size=\"1\" face=\"Arial, Helvetica, sans-serif\">
00059                 SiS - Studentski Informacijski Servis, 2004</font></p>
00060             </div></td>
00061         </tr>
00062         <tr> 
00063           <td valign=\"bottom\"> 
00064             <div align=\"center\"><font color=\"#CCCCCC\" size=\"1\" face=\"Arial, Helvetica, sans-serif\">ETF, 
00065               Univerzitet u Sarajevu, BiH</font></div></td>
00066         </tr>
00067       </table>
00068     </td>
00069   </tr>
00070 </table>
00071 </body>
00072 </html>";
00073 }
00074 ?>

Generirano Thu Sep 16 17:16:01 2004 projekt: SiS.Student generator: doxygen 1.3.2