예제 #1
0
        $notifypub = $story->notifypub();
        $picture = $story->picture();
        $approve = 0;
        $published = $story->published();
        if (isset($published) && $published > 0) {
            $approve = 1;
        }
        if ( $story -> published() != 0) {
            $published = $story->published();
        }
		if ( $story -> expired() != 0) {
            $expired = $story->expired();
        } else {
            $expired = 0;
        }
		$type = $story -> type();
        $topicdisplay = $story -> topicdisplay();
        $topicalign = $story -> topicalign( false );
        if(!nw_is_admin_group()) {
        	include_once NW_MODULE_PATH . '/include/storyform.inc.php';
        } else {
        	include_once NW_MODULE_PATH . '/include/storyform.original.php';
        }
        echo'</td></tr></table>';
        break;

	case 'preview':
		$topic_id = intval($_POST['topic_id']);
		$xt = new nw_NewsTopic($topic_id);
		if(isset($_GET['storyid'])) {
			$storyid=intval($_GET['storyid']);