| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?php
- /* Smarty version 3.1.33, created on 2019-10-14 11:44:58
- from '/home/cropmonitor/public_html/site/setup/templates/install.tpl' */
- /* @var Smarty_Internal_Template $_smarty_tpl */
- if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
- 'version' => '3.1.33',
- 'unifunc' => 'content_5da3c50ac32257_62890973',
- 'has_nocache_code' => false,
- 'file_dependency' =>
- array (
- '1c23916b7eff3d2af1e497b0344a3b820c609a7b' =>
- array (
- 0 => '/home/cropmonitor/public_html/site/setup/templates/install.tpl',
- 1 => 1571013049,
- 2 => 'file',
- ),
- ),
- 'includes' =>
- array (
- ),
- ),false)) {
- function content_5da3c50ac32257_62890973 (Smarty_Internal_Template $_smarty_tpl) {
- echo '<script'; ?>
- type="text/javascript" src="assets/js/sections/install.js"><?php echo '</script'; ?>
- >
- <form id="install" action="?action=install" method="post">
- <h2><?php echo $_smarty_tpl->tpl_vars['_lang']->value['install_summary'];?>
- </h2>
- <?php if ($_smarty_tpl->tpl_vars['failed']->value) {?>
- <p><?php echo $_smarty_tpl->tpl_vars['_lang']->value['errors_occurred'];?>
- </p>
- <?php } else { ?>
- <p>
- <?php echo $_smarty_tpl->tpl_vars['_lang']->value['install_success'];?>
- <br />(<a style="font-size: .9em" href="#continuebtn"><?php echo $_smarty_tpl->tpl_vars['_lang']->value['skip_to_bottom'];?>
- </a>)
- <br /><br />
- <a href="javascript:void(0);" class="modx-toggle-success"><?php echo $_smarty_tpl->tpl_vars['_lang']->value['toggle_success'];?>
- </a> |
- <a href="javascript:void(0);" class="modx-toggle-warning"><?php echo $_smarty_tpl->tpl_vars['_lang']->value['toggle_warnings'];?>
- </a>
-
- </p>
- <?php }?>
- <ul class="checklist">
- <?php
- $_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['results']->value, 'result');
- if ($_from !== null) {
- foreach ($_from as $_smarty_tpl->tpl_vars['result']->value) {
- ?>
- <li class="<?php echo $_smarty_tpl->tpl_vars['result']->value['class'];?>
- finalsuccess" <?php if (!$_smarty_tpl->tpl_vars['failed']->value) {?>style="display: none;"<?php }?>><?php echo $_smarty_tpl->tpl_vars['result']->value['msg'];?>
- </li>
- <?php
- }
- }
- $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
- </ul>
- <br />
- <a id="continuebtn"></a>
- <div class="setup_navbar">
- <?php if ($_smarty_tpl->tpl_vars['failed']->value) {?>
- <button type="button" id="modx-next" onclick="MODx.go('install');"><?php echo $_smarty_tpl->tpl_vars['_lang']->value['retry'];?>
- </button>
- <button type="button" id="modx-back" onclick="MODx.go('summary');"><?php echo $_smarty_tpl->tpl_vars['_lang']->value['back'];?>
- </button>
- <?php } else { ?>
- <input type="submit" id="modx-next" name="proceed" value="<?php echo $_smarty_tpl->tpl_vars['_lang']->value['next'];?>
- " autofocus="autofocus" />
- <?php }?>
- </div>
- </form><?php }
- }
|