Server : nginx/1.22.1
System : Linux iZwz9daxib3w3i063fw434Z 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64
User : www ( 1000)
PHP Version : 7.2.33
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Directory :  /www/wwwroot/www.jkmold.com/phpcms/templates/xingjingke/content/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : /www/wwwroot/www.jkmold.com/phpcms/templates/xingjingke/content/list_catalogue.html
<!-- 首页header头部BEGIN -->

{template "content","header"}

<!-- 首页header头部END -->

<!-- 翻页plugin BEGIN -->

<script src="http://apps.bdimg.com/libs/jqueryui/1.10.4/jquery-ui.min.js" type="text/javascript"></script>

<script src="{LZ_PATH}js/booklet/jquery.easing.1.3.js" type="text/javascript"></script>

<script src="{LZ_PATH}js/booklet/jquery.booklet.latest.js" type="text/javascript"></script>

<link href="{LZ_PATH}js/booklet/jquery.booklet.latest.css" type="text/css" rel="stylesheet"media="screen, projection, tv">

<!-- 翻页plugin END -->

<!-- 页面主体BEGIN -->

<div class="ban" style="background-image: url({LZ_PATH}images/catalogue_02.jpg);">

    <img src="{LZ_PATH}images/catalogue_02.jpg" alt="">



    {template "content","position"}



</div>

<div class="nav2 catalog">

    <div class="container">

        <ul class="nbar">

            {pc:content action="category" catid="36" num="" order="listorder asc"}

            {loop $data $r}

            {php $catid=$catid==36?37:$catid;}

            <li class="{if $catid==$r[catid]}active{/if}"><a href="{$r[url]}">{$r[catname]}</a></li>

          {/loop}

            {/pc}

        </ul>

    </div>

</div>

<div class="contents catalog">

    <div class="container">

        <div id="mybook" class="hidden-xs">



            {pc:content action="lists" catid="$catid" num="" order="listorder asc"}

            {loop $data $r}

            <div>



                <h3>

                    <img src="{$r[thumb]}" alt="{$r[title]}">

                </h3>

            </div>

{/loop}

            {/pc}





        </div>

        <div class="slide_2 swiper-container visible-xs">

            <div class="swiper-wrapper">

                {pc:content action="lists" catid="$catid" num="" order="listorder asc"}

                {loop $data $r}

                <div class="swiper-slide">

                    <a href="javascript:;"><img src="{$r[thumb]}" alt="{$r[title]}"></a>

                </div>

                {/loop}

                {/pc}







            </div>

        </div>

    </div>

</div>



<!-- 页面主体END -->

<!-- 公共footer底部BEGIN -->

{template "content","footer"}