12345678910111213141516171819202122232425262728 |
- <?php /* Smarty version 2.6.17, created on 2018-04-18 17:11:42
- compiled from pc_qrcode.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);
- ?>
- <?php $_smarty_tpl_vars = $this->_tpl_vars;
- $this->_smarty_include(array('smarty_include_tpl_file' => "nav.html", 'smarty_include_vars' => array()));
- $this->_tpl_vars = $_smarty_tpl_vars;
- unset($_smarty_tpl_vars);
- ?>
- <div class="wrapper jsc-sidebar-content jsc-sidebar-pulled" data-total-vote-num="<?php echo $this->_tpl_vars['voteInfo']['total_vote_num']; ?>
- " style="background-color:#fff;">
- <div style="font-size:10px;color: #B1ADAD;position: absolute;left:0;top:0;display: none;">ug:<?php echo $this->_tpl_vars['user_agent']; ?>
- </div>
- <div style="text-align: center; font-size: 14px; position: absolute; left: 50%; top: 50%; margin-left: -145px; margin-top: -175px;">
- <img src="<?php echo $this->_tpl_vars['qrcode']; ?>
- " style="width:290px;margin-bottom:15px;"/>
- <p style="position: relative;">打开微信,“扫一扫”,浏览</p>
- <p style="position: relative;"><?php echo $this->_tpl_vars['title']; ?>
- </p>
- </div>
- </div>
- </body>
- </html>
|