BossBey File Manager
PHP:
7.3.31-1~deb10u1
OS:
Linux
User:
www-data
Root
/
home
/
www
/
inorg
/
coord_old
/
old
📤 Upload
рџ“ќ New File
рџ“Ѓ New Folder
Close
Editing: index.php
<?php define ('head',1); include_once("auth_incl.php"); include_once("db_connect_incl.php"); include_once("settings_incl.php"); $topic=$HTTP_GET_VARS['topic']; $show=$HTTP_GET_VARS['show']; if (($topic!=2)&&($topic!=3)&&($topic!=4)&&($topic!=5)&&($topic!=6)&&($topic!=100)) {$topic=1;}; if ($show=='') {$show=0;}; ?> <html> <head> <?php echo (" <script> function expand() { auth.innerHTML=\" <table width=200 height=60 align=center style=\\\"position: absolute; right: 30; top: 10;\\\" bgcolor=000000 cellspacing=1><tr id=auth_color bgcolor=ffffff onmouseover='document.all.auth_color.bgColor=\\\"f7f7f7\\\"' onmouseout='document.all.auth_color.bgColor=\\\"ffffff\\\"'><td><form action=http://$domain/auth.php?topic=$topic&show=$show method=post><table height=60><tr height=20><td width=60>Имя:</td><td><input type=text name=user size=15></td></tr><tr height=20><td width=60>Пароль:</td><td><input type=password name=pass size=15></td></tr><tr height=20><td width=60><input type=submit value=Вход></td><td><a href=# class=small_link onclick=\\\"contract()\\\">Скрыть</a></td></tr></table></form></td></tr></table>\" } function contract() { auth.innerHTML=\" \" } "); ?> </script> <title><?php echo ${'name'.$topic}; ?> - Лаборатория Химии Координационных Cоединений</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <link href=stylesheet.css rel="stylesheet" type="text/css"> </head> <body link=FF0000 vlink=FF0000 alink=FF0000 leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 style="background-image: url(images/index/struct_top_s.gif); background-repeat: no-repeat; background-position: right top; z-index: 1;"> <a name=top></a> <table width=100% height=100% border=0 align=center cellpadding=0 cellspacing=0> <tr> <td width=10 height=50 valign=top nowrap><img src=images/index/left3.gif width=10 height=50></td> <td width=140 height=50 valign=top nowrap><img src=images/index/left_top.gif width=140 height=50></td> <td height=50 colspan=2 align=left valign=bottom background=images/index/top_back.png><img src=images/index/top.png width=600 height=50 alt="Лаборатория Химии Координационных Соединний"></td> </tr> <tr> <td width=150 height=250 colspan=2 align=center valign=top background=images/index/left_back_long.gif> <table width=150 height=200 border=0 cellpadding=0 cellspacing=0> <tr> <td width=10 height=200 rowspan=7 valign=bottom background=left3.gif><img src=images/index/left4.gif width=10 height=200 align=bottom></td> <?php for ($i=1; $i<=6; $i++) { if ($topic==$i) {echo "<td width=140 height=25 align=center background=images/index/but_act.gif><span class=mainmenu_active>${'name'.$i}</span></td>";} else {echo "<td width=140 height=25 align=center background=images/index/but.gif><a id=mainmenu$i href=index.php?topic=$i$add class=mainmenu_link onmouseover='document.all.mainmenu$i.style.color=\"ff0000\"' onmouseout='document.all.mainmenu$i.style.color=\"000000\"'>${'name'.$i}</a></td>";} ; echo ("</tr><tr>"); } ?> <td width=140 height=50 background=images/index/but.gif> </td> </tr> </table> <br> <?php include("navigation${'topic'}_incl.php"); ?> </td> <td colspan=2 rowspan=3 align=left valign=top> <table width=600 border=0 align=left cellpadding=0 cellspacing=0> <tr> <td> <?php include("main${'topic'}_incl.php"); ?> </td> </tr> </table> </td> </tr> <tr> <td id=auth colspan=2 align=center valign=top background=images/index/left_back_long.gif> </td> </tr> <tr> <td width=10 height=105 valign=bottom><img src=images/index/struct4.gif width=10 height=105></td> <td width=140 height=105 valign=bottom background=images/index/left_back.gif><img src=images/index/struct3.gif width=140 height=105 align=bottom></td> </tr> <tr> <td width=10 height=37><img src=images/index/struct2.gif width=10 height=37></td> <td width=140 height=37 background=images/index/left_back.gif><img src=images/index/struct1.gif width=140 height=37></td> <td height=37 align=left><img src=images/index/struct5.gif width=39 height=37></td> <td height=37 align=right valign=bottom><img src=images/index/bot_red.gif width=200 height=10></td> </tr> <tr> <td width=10 height=20></td> <td width=140 height=20 valign=top><img src=images/index/struct7.gif width=140 height=20></td> <td height=20 colspan=2 valign=top background=images/index/bot_back_high.gif><img src=images/index/struct6.gif width=71 height=20 align=top><strong><a class=small_link href=http://www.inorg.chem.msu.ru>Кафедра неорганической химии</a> | <a class=small_link href=http://www.chem.msu.ru>Химический факультет</a> | <a class=small_link href=http://www.msu.ru>Московский Государственный Университет</a></font></strong> <?php if ($rez>0) { echo (" <a href=index.php?topic=100$add><img align=right src=images/index/config.gif border=0 alt='Выйти' style=\"position: absolute; right: 18; top: 2;\"></a><a href=index.php?topic=$topic&show=$show><img align=right src=images/index/logout.gif border=0 alt='Выйти' style=\"position: absolute; right: 1; top: 2;\"></a> "); } else { echo (" <img align=right src=images/index/login.gif border=0 alt='Администраторская часть' onclick='expand()' style=\"position: absolute; right: 1; top: 2; cursor: hand;\"> "); } ?> </td> </tr> </table> </body> </html>
Save
Cancel