Код модуля для Slaed
В IE он не работает, а в опере всё отлично работает Помоти люди плиз!
<?
if (!defined('MODULE_FILE')) {
Header("Location: ../../index.php");
exit;
}
$module_name = basename(dirname(__FILE__));
get_lang($module_name);
$pagetitle = " - деятельность";
include("header.php");
$index = 1;
OpenTable();
OpenTable();
echo "
<center><b>
<a href=\"index.php?name=$module_name\">"._pol."</a> •
<a href=\"index.php?name=$module_name&go=elektro\">"._elektro."</a> •
<a href=\"index.php?name=$module_name&go=komp\">"._komp."</a> <br>
<a href=\"index.php?name=$module_name&go=work\">"._work."</a> •
<a href=\"index.php?name=$module_name&go=vist\">"._vist."</a> •
<a href=\"index.php?name=$module_name&go=nayka\">"._nayka."</a> •
</b></center>";
CloseTable();
switch($go) {
default:
pol();
break;
case "pol":
pol();
break;
case "elektro":
elektro();
break;
case "komp":
komp();
break;
case "work":
work();
break;
case "vist":
vist();
break;
case "nayka":
nayka();
break;
}
function pol() {
OpenTable();
$tmpl_file = "modules/dejatelnost/pol.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
CloseTable();
echo "<br>";
}
function elektro() {
OpenTable();
$tmpl_file = "modules/dejatelnost/elektro.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
CloseTable();
echo "<br>";
}
function komp() {
OpenTable();
$tmpl_file = "modules/dejatelnost/komp.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
CloseTable();
echo "<br>";
}
function work() {
OpenTable();
$tmpl_file = "modules/dejatelnost/work.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
CloseTable();
echo "<br>";
}
function vist() {
OpenTable();
$tmpl_file = "modules/dejatelnost/vist.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
CloseTable();
echo "<br>";
}
function nayka() {
OpenTable();
$tmpl_file = "modules/dejatelnost/nayka.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
CloseTable();
echo "<br>";
}
OpenTable();
echo "<center> © Библиотечно-информационный центр<br></center>";
CloseTable();
CloseTable();
include("footer.php");
?>
Его лэнгвич код
<?
define("_home","Обслуживание пользователей");
define("_pol","Обслуживание пользователей");
define("_elektro","Электронный читальный зал ");
define("_komp","Комплектование");
define("_work","Просветительская и воспитательная работа ");
define("_vist","Выставки");
define("_nayka","Научная деятельность ");
?>
В IE он не работает, а в опере всё отлично работает Помоти люди плиз!
<?
if (!defined('MODULE_FILE')) {
Header("Location: ../../index.php");
exit;
}
$module_name = basename(dirname(__FILE__));
get_lang($module_name);
$pagetitle = " - деятельность";
include("header.php");
$index = 1;
OpenTable();
OpenTable();
echo "
<center><b>
<a href=\"index.php?name=$module_name\">"._pol."</a> •
<a href=\"index.php?name=$module_name&go=elektro\">"._elektro."</a> •
<a href=\"index.php?name=$module_name&go=komp\">"._komp."</a> <br>
<a href=\"index.php?name=$module_name&go=work\">"._work."</a> •
<a href=\"index.php?name=$module_name&go=vist\">"._vist."</a> •
<a href=\"index.php?name=$module_name&go=nayka\">"._nayka."</a> •
</b></center>";
CloseTable();
switch($go) {
default:
pol();
break;
case "pol":
pol();
break;
case "elektro":
elektro();
break;
case "komp":
komp();
break;
case "work":
work();
break;
case "vist":
vist();
break;
case "nayka":
nayka();
break;
}
function pol() {
OpenTable();
$tmpl_file = "modules/dejatelnost/pol.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
CloseTable();
echo "<br>";
}
function elektro() {
OpenTable();
$tmpl_file = "modules/dejatelnost/elektro.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
CloseTable();
echo "<br>";
}
function komp() {
OpenTable();
$tmpl_file = "modules/dejatelnost/komp.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
CloseTable();
echo "<br>";
}
function work() {
OpenTable();
$tmpl_file = "modules/dejatelnost/work.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
CloseTable();
echo "<br>";
}
function vist() {
OpenTable();
$tmpl_file = "modules/dejatelnost/vist.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
CloseTable();
echo "<br>";
}
function nayka() {
OpenTable();
$tmpl_file = "modules/dejatelnost/nayka.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
CloseTable();
echo "<br>";
}
OpenTable();
echo "<center> © Библиотечно-информационный центр<br></center>";
CloseTable();
CloseTable();
include("footer.php");
?>
Его лэнгвич код
<?
define("_home","Обслуживание пользователей");
define("_pol","Обслуживание пользователей");
define("_elektro","Электронный читальный зал ");
define("_komp","Комплектование");
define("_work","Просветительская и воспитательная работа ");
define("_vist","Выставки");
define("_nayka","Научная деятельность ");
?>