%%30^30D^30D66F2A%%preview_single_page.html.php 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?php /* Smarty version 2.6.17, created on 2018-04-18 10:21:14
  2. compiled from admin/activity/preview_single_page.html */ ?>
  3. <?php $_from = $this->_tpl_vars['pageData']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
  4. foreach ($_from as $this->_tpl_vars['key'] => $this->_tpl_vars['item']):
  5. ?>
  6. <div class="ks-screen ks-screen-p">
  7. <?php if ($this->_tpl_vars['item']['bgimage_url']): ?>
  8. <img class="background_image" style="" src="<?php echo $this->_tpl_vars['item']['bgimage_url']; ?>
  9. " >
  10. <?php endif; ?>
  11. <?php $_from = $this->_tpl_vars['item']['layers']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
  12. foreach ($_from as $this->_tpl_vars['layer']):
  13. ?>
  14. <?php if ($this->_tpl_vars['layer']['url']): ?>
  15. <?php if ($this->_tpl_vars['layer']['link']): ?>
  16. <a href="<?php echo $this->_tpl_vars['item']['button_link']; ?>
  17. ">
  18. <?php endif; ?>
  19. <img class="upper_image" style=
  20. "
  21. width:<?php echo $this->_tpl_vars['layer']['width']; ?>
  22. px;
  23. height:<?php echo $this->_tpl_vars['layer']['height']; ?>
  24. px;
  25. <?php echo $this->_tpl_vars['layer']['style']; ?>
  26. "
  27. src="<?php echo $this->_tpl_vars['layer']['url']; ?>
  28. "
  29. >
  30. <?php if ($this->_tpl_vars['layer']['link']): ?>
  31. </a>
  32. <?php endif; ?>
  33. <?php endif; ?>
  34. <?php if ($this->_tpl_vars['layer']['video_url']): ?>
  35. <div class="layer_anim" style="width:<?php echo $this->_tpl_vars['layer']['video_width']; ?>
  36. px;height:<?php echo $this->_tpl_vars['layer']['video_height']; ?>
  37. px;<?php echo $this->_tpl_vars['layer']['style']; ?>
  38. ;background-color:#ccc;color:#fff;font-size:20px;text-align:center;line-height:<?php echo $this->_tpl_vars['layer']['video_height']; ?>
  39. px;" >视频</div>
  40. <?php endif; ?>
  41. <?php endforeach; endif; unset($_from); ?>
  42. <input name="p[]" type="hidden" value='<?php echo $this->_tpl_vars['item']['json']; ?>
  43. ' />
  44. <div class="mask"></div>
  45. <div class="op">
  46. <div class="modify">修改</div>
  47. <div class="delete">删除</div>
  48. </div>
  49. </div>
  50. <?php endforeach; endif; unset($_from); ?>