| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?php
- /* Smarty version 3.1.33, created on 2019-10-14 11:45:00
- from '/home/cropmonitor/public_html/site/setup/templates/complete.tpl' */
- /* @var Smarty_Internal_Template $_smarty_tpl */
- if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
- 'version' => '3.1.33',
- 'unifunc' => 'content_5da3c50cea7615_75889333',
- 'has_nocache_code' => false,
- 'file_dependency' =>
- array (
- '2866ed7fa427568e7307ee9e08eaca5222dee0bc' =>
- array (
- 0 => '/home/cropmonitor/public_html/site/setup/templates/complete.tpl',
- 1 => 1571013049,
- 2 => 'file',
- ),
- ),
- 'includes' =>
- array (
- ),
- ),false)) {
- function content_5da3c50cea7615_75889333 (Smarty_Internal_Template $_smarty_tpl) {
- ?><form id="install" action="?action=complete" method="post">
- <div>
- <h2><?php echo $_smarty_tpl->tpl_vars['_lang']->value['thank_installing'];
- echo $_smarty_tpl->tpl_vars['app_name']->value;?>
- .</h2>
- <?php if ($_smarty_tpl->tpl_vars['errors']->value) {?>
- <div class="note">
- <h3><?php echo $_smarty_tpl->tpl_vars['_lang']->value['cleanup_errors_title'];?>
- </h3>
- <?php
- $_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['errors']->value, 'error');
- if ($_from !== null) {
- foreach ($_from as $_smarty_tpl->tpl_vars['error']->value) {
- ?>
- <p><?php echo $_smarty_tpl->tpl_vars['error']->value;?>
- </p><hr />
- <?php
- }
- }
- $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
- </div>
- <br />
- <?php }?>
- <p><?php echo $_smarty_tpl->tpl_vars['_lang']->value['please_select_login'];?>
- </p>
- </div>
- <br />
- <div class="setup_navbar">
- <label><input type="submit" id="modx-next" name="proceed" value="<?php echo $_smarty_tpl->tpl_vars['_lang']->value['login'];?>
- " autofocus="autofocus" /></label>
- <br /><br />
- <span class="cleanup">
- <label><input type="checkbox" value="1" id="cleanup" name="cleanup"<?php if ($_smarty_tpl->tpl_vars['cleanup']->value) {?> checked="checked"<?php }?> /> <?php echo $_smarty_tpl->tpl_vars['_lang']->value['delete_setup_dir'];?>
- </label>
- </span>
- </div>
- </form><?php }
- }
|