[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
ojs
/
248
/
cache
/
t_compile
/
[
Home
]
File: %%89^89D^89D0B816%%formErrors.tpl.php
<?php /* Smarty version 2.6.26, created on 2024-08-07 09:21:04 compiled from common/formErrors.tpl */ ?> <?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php'); smarty_core_load_plugins(array('plugins' => array(array('function', 'translate', 'common/formErrors.tpl', 13, false),array('modifier', 'escape', 'common/formErrors.tpl', 16, false),)), $this); ?> <?php if ($this->_tpl_vars['isError']): ?> <div id="formErrors"> <p> <span class="pkp_form_error"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "form.errorsOccurred"), $this);?> :</span> <ul class="pkp_form_error_list"> <?php $_from = $this->_tpl_vars['errors']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)): foreach ($_from as $this->_tpl_vars['field'] => $this->_tpl_vars['message']): ?> <li><a href="#<?php echo ((is_array($_tmp=$this->_tpl_vars['field'])) ? $this->_run_mod_handler('escape', true, $_tmp) : $this->_plugins['modifier']['escape'][0][0]->smartyEscape($_tmp)); ?> "><?php echo $this->_tpl_vars['message']; ?> </a></li> <?php endforeach; endif; unset($_from); ?> </ul> </p> </div> <script type="text/javascript"><?php echo ' <!-- // Jump to form errors. window.location.hash="formErrors"; // --> '; ?> </script> <?php endif; ?>