• home > php > phpcms >

    phpcms v9 投票列表点击——跳转页面投票不存在怎么办?

    Author:[email protected] Date:

    我的个人网站——首页,右边投票——周陆军的个人网站 然后跳转,就是这样子………… 手册是要怎这么写…… 我完全是按照收车写的……
    phpcms v9 投票列表点击——跳转页面投票不存在,是按照phpcms手册写的
     
    我的个人网站——首页,右边投票——周陆军的个人网站
    然后跳转,就是这样子…………
    手册是要怎这么写……
    {pc:vote action="lists" order="subjectid desc" siteid="$siteid" num="6" page="$page"  return="dat"}

            <ul class="wrap icon3j">
             {loop $dat $r}
             <li><a title="{$r[subject]}" target="_blank" href="{APP_PATH}index.php?m=vote&c=index&a=show&id={$r['subjectid']}">{$r[subject]}</a><span><font color="#1E50A0">(投票数: {$r[votenumber]})</font></span></li>
             {/loop}
             </ul>
             <div id="pages" class="text-c">{$pages}</div>
    {/pc}
    我的…………
    <section class="box myform">
                <h5 >
                    调查问卷<a href="{APP_PATH}index.php?m=vote&c=index&siteid={$siteid}" class="more">更多>></a>
                </h5>
                <script language="javascript" src="{APP_PATH}index.php?m=vote&c=index&a=show&action=js&subjectid=1&type=3"></script>
                <h6 class="blue">热门投票</h6>
                {pc:vote action="lists" order="subjectid desc" siteid="$siteid" num="6" page="$page"  return="dat"}
                {loop $dat $r}
                <div class="vote-list {if $num%2!=0} odd{else}even{/if}">
                    <a class="fl" title={$r[subject]} href="{APP_PATH}index.php?m=vote&c=index&a=show&id={$r['subjectid']}" target=_blank>{$r[subject]}</a>
                    <a class="fr">投票数: {$r[votenumber]}</a>
                </div>

                {/loop}
                {$pages}
                {/pc}
            </section>
    不知道什么原因!!
    百度完全搜索不到答案,求帮助…………



    转载本站文章《phpcms v9 投票列表点击——跳转页面投票不存在怎么办?》,
    请注明出处:https://www.zhoulujun.cn/html/php/phpcms/2016_0313_7698.html

    延伸阅读: