Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eduline
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
eduline
Commits
a33c52fc
Commit
a33c52fc
authored
May 13, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
T
parent
45bee31b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
96 deletions
+3
-96
apps/classroom/Tpl/default/Index/find_w3g.html
+3
-96
No files found.
apps/classroom/Tpl/default/Index/find_w3g.html
View file @
a33c52fc
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
</div>
</div>
</div>
</div>
</a>
</a>
<a
href=
"{:U('
mall/Goods
/index')}"
>
<a
href=
"{:U('
news/Topic
/index')}"
>
<div
class=
"item_cell layout_h"
>
<div
class=
"item_cell layout_h"
>
<div
class=
"layout_h"
>
<div
class=
"layout_h"
>
<van-icon
class=
"self_center"
name=
"__THEME__/img/exam_info.png"
size=
"36"
></van-icon>
<van-icon
class=
"self_center"
name=
"__THEME__/img/exam_info.png"
size=
"36"
></van-icon>
...
@@ -28,11 +28,11 @@
...
@@ -28,11 +28,11 @@
</div>
</div>
</div>
</div>
</a>
</a>
<a
href=
"{:U('mall/Goods/index')}"
>
<a>
<div
class=
"item_cell layout_h"
>
<div
class=
"item_cell layout_h"
>
<div
class=
"layout_h"
>
<div
class=
"layout_h"
>
<van-icon
class=
"self_center"
name=
"__THEME__/img/cooperate.png"
size=
"36"
></van-icon>
<van-icon
class=
"self_center"
name=
"__THEME__/img/cooperate.png"
size=
"36"
></van-icon>
<span
class=
"text_16_600 color_333333 self_center"
style=
"margin-left: 0.5rem;"
>
考试信息
</span>
<span
class=
"text_16_600 color_333333 self_center"
style=
"margin-left: 0.5rem;"
>
商务合作
</span>
</div>
</div>
<div
class=
"weight_full layout_h_r"
>
<div
class=
"weight_full layout_h_r"
>
<van-icon
class=
"self_center"
size=
"12"
name=
"__THEME__/img/right_arrow.png"
></van-icon>
<van-icon
class=
"self_center"
size=
"12"
name=
"__THEME__/img/right_arrow.png"
></van-icon>
...
@@ -84,99 +84,6 @@
...
@@ -84,99 +84,6 @@
</van-tabbar-item>
</van-tabbar-item>
</van-tabbar>
</van-tabbar>
</div>
</div>
<div
class=
"my_top"
>
发现
</div>
<hr>
<section>
<ul
class=
"more_list"
>
<volist
name=
"site_top_nav"
id=
"vo"
>
<php>
if(isset($vo['navi_key'])){
</php>
<if
condition=
"!in_array($vo['navi_key'], ['index', 'course', 'live', 'more'])"
>
<li>
<a
href=
"{$vo['url']}"
>
<div
class=
"min-moreList"
>
<div>
<img
src=
"__APP__/images/faxian_{:lcfirst($vo['navi_key'])}.png"
alt=
"{$vo.navi_name}"
>
<span
class=
"moreListTitle"
>
{$vo.navi_name}
</span>
</div>
<div>
<i
class=
"icon icon-youjiantou"
></i>
</div>
</div>
</a>
</li>
<elseif
condition=
"$vo['navi_key'] eq 'more'"
/>
<volist
name=
"vo.child"
id=
"child"
>
<li>
<a
href=
"{$child['url']}"
>
<div
class=
"min-moreList"
>
<div>
<img
src=
"__APP__/images/faxian_{:lcfirst($child['navi_key'])}.png"
alt=
"{$child.navi_name}"
>
<span
class=
"moreListTitle"
>
{$child.navi_name}
</span>
</div>
<div>
<i
class=
"icon icon-youjiantou"
></i>
</div>
</div>
</a>
</li>
</volist>
</if>
<php>
}else{
</php>
<if
condition=
"!in_array($vo['app_name'], ['Index', 'Album', 'more'])"
>
<if
condition=
"$vo.child neq '' and $vo['app_name'] eq 'Video'"
>
<volist
name=
"vo.child"
id=
"child"
>
<if
condition=
"in_array($child['app_name'], ['lineclass', 'Album', 'classes'])"
>
<li>
<a
href=
"{$child['url']}"
>
<div
class=
"min-moreList"
>
<div>
<img
src=
"__APP__/images/faxian_{:lcfirst($child['app_name'])}.png"
alt=
"{$child.navi_name}"
>
<span
class=
"moreListTitle"
>
{$child.navi_name}
</span>
</div>
<div>
<i
class=
"icon icon-youjiantou"
></i>
</div>
</div>
</a>
</li>
</if>
</volist>
<else/>
<li>
<a
href=
"{$vo['url']}"
>
<div
class=
"min-moreList"
>
<div>
<img
src=
"__APP__/images/faxian_{:lcfirst($vo['app_name'])}.png"
alt=
"{$vo.navi_name}"
>
<span
class=
"moreListTitle"
>
{$vo.navi_name}
</span>
</div>
<div>
<i
class=
"icon icon-youjiantou"
></i>
</div>
</div>
</a>
</li>
</if>
<elseif
condition=
"$vo['app_name'] eq 'more'"
/>
<volist
name=
"vo.child"
id=
"child"
>
<li>
<a
href=
"{$child['url']}"
>
<div
class=
"min-moreList"
>
<div>
<img
src=
"__APP__/images/faxian_{:lcfirst($child['app_name'])}.png"
alt=
"{$child.navi_name}"
>
<span
class=
"moreListTitle"
>
{$child.navi_name}
</span>
</div>
<div>
<i
class=
"icon icon-youjiantou"
></i>
</div>
</div>
</a>
</li>
</volist>
</if>
<php>
}
</php>
</volist>
</ul>
</section>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
$
(
function
(){
$
(
function
(){
$
(
"#preloader"
).
hide
();
$
(
"#preloader"
).
hide
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment