Last change
on this file was
815,
checked in by jrpelegrina, 5 years ago
|
Initial release of pmb 4.2
|
-
Property svn:executable set to
*
|
File size:
1.1 KB
|
Line | |
---|
1 | <?php |
---|
2 | // +-------------------------------------------------+ |
---|
3 | // © 2002-2004 PMB Services / www.sigb.net pmb@sigb.net et contributeurs (voir www.sigb.net) |
---|
4 | // +-------------------------------------------------+ |
---|
5 | // $Id: circ.php,v 1.25 2015-04-03 11:16:23 jpermanne Exp $ |
---|
6 | |
---|
7 | // définition du minimum nécéssaire |
---|
8 | $base_path="."; |
---|
9 | $base_auth = "CIRCULATION_AUTH"; |
---|
10 | $base_title = "\$msg[5]"; |
---|
11 | $base_use_dojo = 1; |
---|
12 | require_once ("$base_path/includes/init.inc.php"); |
---|
13 | |
---|
14 | if ((SESSrights & RESTRICTCIRC_AUTH) && ($categ!="pret") && ($categ!="pretrestrict") ) { |
---|
15 | $sub=""; |
---|
16 | $categ=""; |
---|
17 | } |
---|
18 | // modules propres à circ.php ou à ses sous-modules |
---|
19 | require_once("$include_path/templates/circ.tpl.php"); |
---|
20 | require_once("$include_path/templates/empr.tpl.php"); |
---|
21 | require_once("$include_path/templates/expl.tpl.php"); |
---|
22 | |
---|
23 | print "<div id='att' style='z-Index:1000'></div>"; |
---|
24 | |
---|
25 | print $menu_bar; |
---|
26 | print $extra; |
---|
27 | print $extra2; |
---|
28 | print $extra_info; |
---|
29 | if($use_shortcuts) { |
---|
30 | include("$include_path/shortcuts/circ.sht"); |
---|
31 | } |
---|
32 | |
---|
33 | print $circ_layout; |
---|
34 | |
---|
35 | include("./circ/main.inc.php"); |
---|
36 | print alert_sound_script(); |
---|
37 | |
---|
38 | |
---|
39 | print $circ_layout_end; |
---|
40 | print $footer; |
---|
41 | |
---|
42 | pmb_mysql_close($dbh); |
---|
Note: See
TracBrowser
for help on using the repository browser.