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