<?php // part of orsee. see orsee.org ob_start(); $menu__area = "contact"; $title = "contact"; include "header.php"; if ($proceed) { if ($settings['show_public_contact'] != 'y') { redirect("public/"); } } if ($proceed) { echo '<center> <BR> <TABLE class="or_formtable" style="width: 80%"><TR><TD>'; echo content__get_content("contact"); echo ' </TD></TR></TABLE> </center>'; } include "footer.php";
<?php // part of orsee. see orsee.org ob_start(); $menu__area = "disabled"; $navigation_disabled = true; include "header.php"; if ($proceed) { echo '<center> <BR> <TABLE width=80%><TR><TD>'; echo content__get_content("error_temporary_disabled"); echo ' </TD></TR></TABLE> </center>'; } include "footer.php";
<TD style="background: ' . $color['panel_title_background'] . '; color: ' . $color['panel_title_textcolor'] . '"> ' . lang('rules') . ' </TD> </TR></TABLE> </TD></TR> <TR><TD>' . content__get_content("rules") . '</TD></TR>'; } if ($settings['registration__require_privacy_policy_acceptance'] == 'y') { echo '<TR><TD> <TABLE width="100%" border=0 class="or_panel_title"><TR> <TD style="background: ' . $color['panel_title_background'] . '; color: ' . $color['panel_title_textcolor'] . '"> ' . lang('privacy_policy') . ' </TD> </TR></TABLE> </TD></TR> <TR><TD>' . content__get_content("privacy_policy") . '</TD></TR>'; } echo '<TR><TD> <TABLE width="100%" border=0 class="or_panel_title"><TR> <TD style="background: ' . $color['panel_title_background'] . '; color: ' . $color['panel_title_textcolor'] . '"> ' . lang('do_you_agree_rules_privacy') . ' </TD> </TR></TABLE> </TD></TR> <TR><TD align=center> <INPUT class="button" type="submit" name="accept_rules" value="' . lang('yes') . '"> <INPUT class="button" type="submit" name="notaccept_rules" value="' . lang('no') . '"> </TD></TR> </TABLE> </FORM> </center>';
<?php // part of orsee. see orsee.org ob_start(); $menu__area = "privacy"; $title = "privacy_policy"; include "header.php"; if ($proceed) { if ($settings['show_public_privacy_policy'] != 'y') { redirect("public/"); } } if ($proceed) { echo '<center><BR> <TABLE class="or_formtable" style="width: 80%"><TR><TD>'; echo content__get_content("privacy_policy"); echo ' </TD></TR></TABLE> </center>'; } include "footer.php";
<?php // part of orsee. see orsee.org ob_start(); $menu__area = "mainpage"; $title = ""; $lang_icons_prepare = true; include "header.php"; if ($proceed) { echo "<center><BR>"; show_message(); echo content__get_content("mainpage_welcome"); if (!isset($addp)) { $addp = ""; } if ($addp) { $sign = "&"; } else { $sign = "?"; } $langarray = lang__get_public_langs(); $lang_names = lang__get_language_names(); if (count($langarray) > 1) { echo '<BR><BR> switch to '; foreach ($langarray as $thislang) { if ($thislang != lang('lang')) { echo '<A HREF="index.php' . $addp . $sign . 'language=' . $thislang . '">'; echo '<span class="languageicon langicon-' . $thislang . '">'; if ($lang_names[$thislang]) { echo $lang_names[$thislang];
<?php // part of orsee. see orsee.org ob_start(); $menu__area = "mainpage"; $title = "welcome"; include "header.php"; if ($proceed) { echo '<center>'; show_message(); echo content__get_content("admin_mainpage"); echo '</center><BR><BR>'; } include "footer.php";
<?php // part of orsee. see orsee.org ob_start(); $menu__area = "impressum"; $title = "impressum"; include "header.php"; if ($proceed) { if ($settings['show_public_legal_notice'] != 'y') { redirect("public/"); } } if ($proceed) { echo '<center> <TABLE class="or_formtable" style="width: 80%"><TR><TD>'; echo content__get_content("impressum"); echo ' </TD></TR></TABLE> </center>'; } include "footer.php";
<?php // part of orsee. see orsee.org ob_start(); $menu__area = "rules"; $title = "rules"; include "header.php"; if ($proceed) { if ($settings['show_public_rules_page'] != 'y') { redirect("public/"); } } if ($proceed) { echo '<center><BR> <TABLE class="or_formtable" style="width: 80%"><TR><TD>'; echo content__get_content("rules"); echo ' </TD></TR></TABLE> </center>'; } include "footer.php";