16
17
18
19
20
21
22 <#-- 获取关于我们子栏目 -->
23 <#assign currentFolderId = folderId ! g_folderId_gywm>
24 <#assign currentFolder = hirisunArticleUtil.getFolder(currentFolderId)!''>
25 <#if currentFolder = "">
26
栏目ID参数不正确!
27 <#else>
28 <#-- 当前文件夹对应的一级目录,用于生成左侧菜单 -->
29 <#assign matchedFolder = hirisunArticleUtil.getMatchedFolder(currentFolder)>
30 <#assign subFolderList = hirisunArticleUtil.getFolders(scopeGroupId, matchedFolder.folderId)>
31
32 <#include "${templatesPath}/32601" />
33 #if>
34
35
36
37 我们的资质荣誉
38
39 首页 >
40 ${matchedFolder.name} > 我们的资质荣誉
41
42
43
44
45
46
47
48 <#assign folderList = g_folderId_wmdzzry >
49
50
51
52
53
54 <#assign n = 0>
55 <#list folderList?sort_by("folderId") as folder>
56 <#if folder_index = 0>
57 <#assign n = n + 1>
58
60
61
62
63 <#else>
64
66
67
68
69 #if>
70 #list>
71
72
73
74
75
172
173
174
175
176