3_xj_event_event_post.tpl.php 736 B

12345678910111213
  1. <?php if(!defined('IN_DISCUZ')) exit('Access Denied'); hookscriptoutput('event_post');?><?php include template('common/header'); ?><div style="text-align:center; padding:100px 0px;">
  2. <form action="forum.php?mod=post&amp;action=newthread&amp;specialextra=xj_event" name="event_post" method="get">
  3. <input name="mod" type="hidden" value="post" />
  4. <input name="action" type="hidden" value="newthread" />
  5. <input name="postclass" type="hidden" value="<?php echo $_GET['postclass'];?>" />
  6. <input name="specialextra" type="hidden" value="xj_event" />
  7. 选择版块:<select name="fid">
  8. <?php echo $forumlist;?>
  9. </select>
  10. <input name="submit" type="submit" id="submit" value="下一步"/>
  11. </form>
  12. </div><?php include template('common/footer'); ?>