2866ed7fa427568e7307ee9e08eaca5222dee0bc_0.file.complete.tpl.php 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?php
  2. /* Smarty version 3.1.33, created on 2019-10-14 11:45:00
  3. from '/home/cropmonitor/public_html/site/setup/templates/complete.tpl' */
  4. /* @var Smarty_Internal_Template $_smarty_tpl */
  5. if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
  6. 'version' => '3.1.33',
  7. 'unifunc' => 'content_5da3c50cea7615_75889333',
  8. 'has_nocache_code' => false,
  9. 'file_dependency' =>
  10. array (
  11. '2866ed7fa427568e7307ee9e08eaca5222dee0bc' =>
  12. array (
  13. 0 => '/home/cropmonitor/public_html/site/setup/templates/complete.tpl',
  14. 1 => 1571013049,
  15. 2 => 'file',
  16. ),
  17. ),
  18. 'includes' =>
  19. array (
  20. ),
  21. ),false)) {
  22. function content_5da3c50cea7615_75889333 (Smarty_Internal_Template $_smarty_tpl) {
  23. ?><form id="install" action="?action=complete" method="post">
  24. <div>
  25. <h2><?php echo $_smarty_tpl->tpl_vars['_lang']->value['thank_installing'];
  26. echo $_smarty_tpl->tpl_vars['app_name']->value;?>
  27. .</h2>
  28. <?php if ($_smarty_tpl->tpl_vars['errors']->value) {?>
  29. <div class="note">
  30. <h3><?php echo $_smarty_tpl->tpl_vars['_lang']->value['cleanup_errors_title'];?>
  31. </h3>
  32. <?php
  33. $_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['errors']->value, 'error');
  34. if ($_from !== null) {
  35. foreach ($_from as $_smarty_tpl->tpl_vars['error']->value) {
  36. ?>
  37. <p><?php echo $_smarty_tpl->tpl_vars['error']->value;?>
  38. </p><hr />
  39. <?php
  40. }
  41. }
  42. $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
  43. </div>
  44. <br />
  45. <?php }?>
  46. <p><?php echo $_smarty_tpl->tpl_vars['_lang']->value['please_select_login'];?>
  47. </p>
  48. </div>
  49. <br />
  50. <div class="setup_navbar">
  51. <label><input type="submit" id="modx-next" name="proceed" value="<?php echo $_smarty_tpl->tpl_vars['_lang']->value['login'];?>
  52. " autofocus="autofocus" /></label>
  53. <br /><br />
  54. <span class="cleanup">
  55. <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'];?>
  56. </label>
  57. </span>
  58. </div>
  59. </form><?php }
  60. }