1234567891011121314151617181920 |
- <?php /* Smarty version 2.6.17, created on 2018-04-23 12:07:10
- compiled from qrcode_invitation.html */ ?>
- <?php $_smarty_tpl_vars = $this->_tpl_vars;
- $this->_smarty_include(array('smarty_include_tpl_file' => "header.html", 'smarty_include_vars' => array()));
- $this->_tpl_vars = $_smarty_tpl_vars;
- unset($_smarty_tpl_vars);
- ?>
- <div class="wrapper jsc-sidebar-content jsc-sidebar-pulled">
- <div class="article_content">
- <div style="color:red;text-align:center;font-size:12px;">验证通过</div>
- <?php $_from = $this->_tpl_vars['formType']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
- foreach ($_from as $this->_tpl_vars['formName']):
- ?>
- <p><?php echo $this->_tpl_vars['formName']; ?>
- : <?php echo $this->_tpl_vars['formData'][$this->_tpl_vars['formName']]; ?>
- </p>
- <?php endforeach; endif; unset($_from); ?>
- </div>
- </div>
|