Exemplo n.º 1
0
-->			
			<section>
				<p class='baseline'><?php 
if (isset($baseline)) {
    echo $baseline;
}
?>
</p>
				<article>
<?php 
if ($page === "Index" || $page === "index" || !isset($page)) {
    step_1();
    step_2();
    step_3();
    step_4();
    step_5();
    step_6();
    step_7();
} else {
    include_once $_path . "Sources/Contenu/" . $page . ".php";
}
?>
			</article>
			<?php 
if (isset($footer)) {
    echo $footer;
}
?>
		</section>
		
			<?php 
Exemplo n.º 2
0
    $content = step_3();
}
if (intval($_GET['step']) == 4) {
    $content = step_4();
    $forum_type = get_param('forum_type', '');
    if ($forum_type == 'none') {
        $username = '******';
    }
    /*if (!is_null($username))
    		$password_prompt_2=do_lang_tempcode('CONFIRM_ADMIN_PASSWORD_2',escape_html($username));
    	else */
    $password_prompt_2 = new ocp_tempcode();
    $password_prompt = do_lang_tempcode('CONFIRM_ADMIN_PASSWORD', $password_prompt_2);
}
if (intval($_GET['step']) == 5) {
    $content = step_5();
}
if (intval($_GET['step']) == 6) {
    $content = step_6();
}
if (intval($_GET['step']) == 7) {
    $content = step_7();
}
if (intval($_GET['step']) == 8) {
    $content = step_8();
}
if (intval($_GET['step']) == 9) {
    $content = step_9();
}
if (intval($_GET['step']) == 10) {
    $content = step_10();
Exemplo n.º 3
0
} elseif ($step == 1) {
    $view_bg_image = $bg_image[$step];
    $script = step_1($content);
} elseif ($step == 2) {
    $view_bg_image = $bg_image[$step];
    $question = $_GET['question'];
    $script = step_2($content, $question);
} elseif ($step == 3) {
    $view_bg_image = $bg_image[$step];
    $script = step_3($content);
} elseif ($step == 4) {
    $view_bg_image = $bg_image[$step];
    $script = step_4($content);
} elseif ($step == 5) {
    $view_bg_image = $bg_image[$step];
    $script = step_5($content);
}
?>

<div id="wrapper" style="background:url(<?php 
echo $view_bg_image;
if (isset($_GET['question'])) {
    echo '-' . $_GET['question'];
}
?>
.jpg) no-repeat">
	<div id="content">
    	<?php 
echo $content;
?>
    </div>