Просмотр файла admin/help.php

Размер файла: 1.97Kb
<?php

/*********************************************************************
 *
 * WapSite powered by CsC Portal. WapSite[tm] is module of CsC Portal.
 *
 * (C) 2004. CsC Portal. All rights reserved.
 *
 * http://cscp.cs-centar.net | http://www.cs-centar.net
 *
 ********************************************************************/

// File: admin/help.php
// Desc: Help file
// Written on: 28.04.2004

include("../wap_db.php");

if ($_GET['substr'] == "edit" && $_GET['faq'] == $faq) {

echo "<html><head><title> { CsC Portal WapSite $lang_display[admin_title] }</title>
<LINK REL=\"StyleSheet\" HREF=\"style.css\" TYPE=\"text/css\"></head>
<body bgcolor=\"dcdcdc\"><table align=\"center\" width=\"95%\" class=\"table_info\"><tr><td>
<center><b>$lang_display_help[help_file]<br>{ $lang_display_help[displaying]:</b> $faq <b>}</b></center>
</td></tr>
</table>";

echo "<table width=\"95%\" align=\"center\" cellpadding=\"2\" cellspacing=\"1\" bgcolor=\"gray\" class=\"table_display\"><tr><td bgcolor=\"efefef\"><br>
$lang_help_edit[$faq]
<br><br></tr></td>
</table></td></tr></table><br><center>[ <a href=\"javascript:window.close()\">$lang_display[window_close]</a> ]</center></body></html>";

}

if ($_GET['substr'] == "news" && $_GET['faq'] == $faq) {

echo "<html><head><title> { CsC Portal WapSite $lang_display[admin_title] }</title>
<LINK REL=\"StyleSheet\" HREF=\"style.css\" TYPE=\"text/css\"></head>
<body bgcolor=\"dcdcdc\"><table align=\"center\" width=\"95%\" class=\"table_info\"><tr><td>
<center><b>$lang_display_help[help_file]<br>{ $lang_display_help[displaying]:</b> $faq <b>}</b></center>
</td></tr>
</table>";

echo "<table width=\"95%\" align=\"center\" cellpadding=\"2\" cellspacing=\"1\" bgcolor=\"gray\" class=\"table_display\"><tr><td bgcolor=\"efefef\"><br>
$lang_help_news[$faq]
<br><br></tr></td>
</table></td></tr></table><br><center>[ <a href=\"javascript:window.close()\">$lang_display[window_close]</a> ]</center></body></html>";

}

?>