HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: 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
Upload Files
File: /www/wwwroot/cs.wgegeghx.com/templates/default/index/index.html
{include file="header" /}
<!--S 轮播图-->
<div class="fullSlide wrapper" style='margin-top:88px;'>
    <div class="bd">
        <ul>
           {yzn module="cms" action="lists" catid="31" cache="3600" num="5" return="data"}
			 {volist name='data' id='v'}
            <li _src="url({$v.thumb})" style="background:#fff center 0 no-repeat;"><a target="_blank" href="{$v.url}"></a></li>
			  {/volist}
            {/yzn}
        </ul>
    </div>
    <div class="hd">
        <ul></ul>
    </div>
    <span class="prev"></span>
    <span class="next"></span>
</div>
<!--E 轮播图-->

<!--E 案例-->
<!--S 精选好课-->
<div>
    <div class="w1200">
        <div class="m_til">
            <h5>精选好课</h5>
        </div>
        <div >
            <ul class="content_list">
            {yzn module="cms" action="lists" flag='4' catid="20" cache="3600" order="listorder" num="8" return="data"}
            {volist name="data" id="vo"}
			    <li class="content_item">
				   <a href='/shows/{$vo.id}'>
					<img src="{$vo.thumb|default='https://via.placeholder.com'}"> 
					<div class="main_title">{$vo.title}</div> 
					<div class="sub_title">
					  {if $vo.price==0}
					   <em class="price free">免费</em>
					  {else}
				       <em class="price price1">¥{$vo.price}</em>
				      {/if}
					  <em class="item_right fr">{$vo.hits}次学习</em>
					</div>
					</a>
				</li>
            {/volist}
            {/yzn}
            </ul>
        </div>
    </div>
</div>
<!--E 精选好课-->

<!--S 精选好课-->
<div>
    <div class="w1200">
        <div class="m_til">
            <h5>热销好课</h5>
        </div>
        <div >
            <ul class="content_list">
            {yzn module="cms" action="lists" catid="20" cache="3600" order="hits desc" num="8" return="data"}
            {volist name="data" id="vo"}
			    <li class="content_item">
				   <a href='/shows/{$vo.id}'>
					<img src="{$vo.thumb|default='https://via.placeholder.com'}"> 
					<div class="main_title">{$vo.title}</div> 
					<div class="sub_title">
					  {if $vo.price==0}
					   <em class="price free">免费</em>
					  {else}
				       <em class="price price1">¥{$vo.price}</em>
				      {/if}
					  <em class="item_right fr">{$vo.hits}次学习</em>
					</div>
					</a>
				</li>
            {/volist}
            {/yzn}
            </ul>
        </div>
    </div>
</div>

<!--S 新课上线-->
<div >
    <div class="w1200">
        <div class="m_til">
            <h5>最新上线</h5>
        </div>
        <div >
            <ul class="content_list">
            {yzn module="cms" action="lists" catid="20" cache="3600" order="id DESC" num="8" return="data"}
            {volist name="data" id="vo"}
			    <li class="content_item">
				   <a href='/shows/{$vo.id}'>
					<img src="{$vo.thumb|default='https://via.placeholder.com'}"> 
					<div class="main_title">{$vo.title}</div> 
					<div class="sub_title">
					  {if $vo.price==0}
					   <em class="price free">免费</em>
					  {else}
				       <em class="price price1">¥{$vo.price}</em>
				      {/if}
					  <em class="item_right fr">{$vo.hits}次学习</em>
					</div>
				  </a>
				</li>
            {/volist}
            {/yzn}
            </ul>
        </div>
    </div>
</div>


<div>
    <div class="w1200">
        <!---div class="m_til">
            <h5>学院百科</h5>
        </div--->
        <div>
		   <ul class='article-show clearfix'>
            {yzn module="cms" action="lists" flag='2' catid="19" cache="3600" order="listorder" num="6" return="data"}
            {volist name="data" id="vo"}
			    <div class="article-list">
				<div class="img"><a href="/news/{$vo.id}" target="_blank">
				<img class="course-img-bg lazy-img" src="{$vo.thumb}" onerror='this.src="/static/default.jpg"' style="display: block;"></a></div>
				<div class="img-r">
				  <div class="article-title"><a href="/news/{$vo.id}" target="_blank">{$vo.title}</a></div>
				  <div class="article-con">{$vo.description|str_cut=###,60}...</div>
				  <div class="article-info clearfix">
					  <span class="name fl">{$vo.updatetime|date="Y-m-d"}</span>
					  <span class="data-num fr">{$vo.hits}人已阅读</span>
				   </div>
				</div>
			  </div>
            {/volist}
            {/yzn}
			</ul>
			<div style='clear:both'></div>
        </div>
    </div>
</div>
<!--E 精选好课-->
{include file="footer" /}