28 defined(
'XOOPS_INSTALL') or die('XOOPS Installation wizard die');
44 'current' =>
true,
'past' =>
false
47 'current' =>
false,
'past' =>
false
50 'current' =>
false,
'past' =>
false
53 'current' =>
false,
'past' =>
false
63 'current' =>
true,
'past' =>
false
66 'current' =>
false,
'past' =>
false
80 'current' => $i ==
$wizard->pageIndex ?
true :
false,
'past' => $i < $wizard->pageIndex ?
true :
false
86 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
87 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
88 <html xmlns=
"http://www.w3.org/1999/xhtml" xml:lang=
"<?php echo _LANGCODE; ?>" lang=
"<?php echo _LANGCODE; ?>">
93 (<?php echo (
$wizard->pageIndex + 1) .
'/' . count(
$wizard->pages); ?>)
95 <meta http-equiv=
"Content-Type" content=
"text/html; charset=<?php echo _INSTALL_CHARSET ?>"/>
96 <link rel=
"shortcut icon" type=
"image/ico" href=
"../favicon.ico"/>
97 <link charset=
"UTF-8" rel=
"stylesheet" type=
"text/css" media=
"all" href=
"css/style.css"/>
99 if (file_exists(
'locale/' .
$wizard->language .
'/style.css')) {
100 echo
'<link charset="UTF-8" rel="stylesheet" type="text/css" media="all" href="locale/' .
$wizard->language .
'/style.css" />';
104 <script type=
"text/javascript" src=
"./js/prototype-1.6.0.3.js"></script>
105 <script type=
"text/javascript" src=
"./js/xo-installer.js"></script>
109 <div
id=
"xo-main-logo">
110 <img src=
"img/logo.png" alt=
"XOOPS"/>
112 <div
id=
"xo-container-brd"> </div>
113 <div
id=
"xo-container">
114 <div
id=
"xo-header" class=
"gradient_bar">
115 <!--<div
class=
"xo_title_c"><div
class=
"xo_title gradient_bar"><?php echo
XOOPS_INSTALL_WIZARD; ?></div></div>-->
118 <li<?php echo $page[
'current'] ?
' class="current"' :
''; ?><?php echo $page[
'past'] ?
' class="past"' :
''; ?>>
119 <?php echo $page[
'name']; ?>
120 <span><?php echo $page[
'index']; ?><?php
if ($page[
'past']): ?><img src=
"./img/yes.png"
121 alt=
""/><?php
endif; ?></span>
126 <
form id=
'<?php echo $wizard->pages[$wizard->currentPage]['name
']; ?>' action=
'<?php echo $_SERVER['PHP_SELF
']; ?>'
128 <div
id=
"xo-page-title">
129 <?php
if (@
$pageHasHelp) { echo
"<img id=\"help_button\" src=\"./img/help.png\" alt=\"" .
HELP_BUTTON_ALT .
"\" title=\"" .
HELP_BUTTON_ALT .
"\" onclick=\"document.body.className = 'show-help';\" />"; }; ?>
130 <span
class=
"index"><?php echo
$wizard->pageIndex + 1; ?></span>
132 <span
class=
"title"><?php echo
$wizard->pages[
$wizard->currentPage][
'title']; ?></span>
138 <?php
if (
$wizard->pageIndex != 0) { ?>
139 <button type=
"button" class=
"buttong" accesskey=
"p"
140 onclick=
"location.href='<?php echo $wizard->pageURI('-1'); ?>'">
145 <button type=
"submit" class=
"gradient_bar button">
147 <button type=
"button" class=
"gradient_bar button" accesskey=
"n"
148 onclick=
"location.href='<?php echo $wizard->pageURI('+1'); ?>'">
$_SESSION['RF']["verify"]
const XOOPS_INSTALL_WIZARD