Glavna stranica | Popis datoteka | Članovi klasa u datoteci

linkovi.php

Dokumenacija za ovu datoteku.
00001 <?
00002 /**************************************************************************************
00003  Studentski Informacijski servis, 2004
00004  **************************************************************************************
00005  linkovi.php
00006  pristup generalnim i personalnim linkovima
00007 
00008 
00009  Srdjan Segvic - srle
00010  **************************************************************************************
00011  **************************************************************************************
00012  This program is free software; you can redistribute it and/or modify
00013  it under the terms of the GNU General Public License as published by
00014  the Free Software Foundation; either version 2 of the License, or`
00015  (at your option) any later version.
00016 
00017  This program is distributed in the hope that it will be useful,
00018  but WITHOUT ANY WARRANTY; without even the implied warranty of
00019  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00020  GNU Library General Public License for more details
00021 
00022  You should have received a copy of the GNU General Public License
00023  along with this program; if not, write to the Free Software
00024  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
00025  **************************************************************************************/
00026 session_start();
00027         //
00028         // provjera sessije i inkludanje osnovnih funkcija i potrebnih template i language fileova
00029         //
00030         $id = $_SESSION['id'];
00031         include('functions/func_check_session.php');
00032         checkSession($id);
00033         include('connect.php');
00034         include('functions/func_preference.php');
00035         include('template/header.php');
00036         include('functions/func_linkovi.php');
00037         include('template/template_linkovi.php');       
00038         $lang = getLang($id);
00039         include("lang/$lang/lang_linkovi.php");
00040         //
00041         // prikaz linkova
00042         //
00043         if (isset($_GET['tip']) && isset($_GET['tip']) && ($_GET['kid']!==0)){
00044                 linkoviPrikaz($_GET['tip'],$_GET['kid'], $id);
00045         }
00046         //
00047         // izbor managment akcija linkova
00048         //
00049         elseif (isset($_GET['managment']) && ($_GET['managment']==1)){
00050                 printLinkoviManagment();
00051         }
00052         //
00053         // obrada management zahtjeva
00054         //
00055         elseif (isset($_GET['managment']) && ($_GET['managment']==2)){
00056                 linkoviPersonalManagment($id);
00057         }
00058         //
00059         // prikaz pocetne forme linkova
00060         //
00061         else {
00062                 printRokoviStart(_WEBLINKSMAINTITLE, 724);      
00063                 linkoviStart($id);
00064         }
00065         printRokoviKraj();
00066         include('template/footer.php');
00067 ?>

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