waibu-blu 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/extend/bajoTemplate/extend/main/partial/footer.html +14 -42
- package/extend/bajoTemplate/extend/main/partial/header.html +3 -3
- package/extend/bajoTemplate/extend/main/partial/main-navbar.html +2 -2
- package/extend/bajoTemplate/extend/waibuMpa/partial/title.html +1 -1
- package/package.json +1 -1
- package/wiki/CHANGES.md +4 -0
|
@@ -1,42 +1,14 @@
|
|
|
1
|
-
<c:
|
|
2
|
-
<c:
|
|
3
|
-
<c:grid-
|
|
4
|
-
<c:
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
</c:grid-row>
|
|
16
|
-
</c:grid-col>
|
|
17
|
-
<c:grid-col col="6-sm 5-lg">
|
|
18
|
-
<!-- include main.partial:/footer/col-4.html -->
|
|
19
|
-
</c:grid-col>
|
|
20
|
-
</c:grid-row>
|
|
21
|
-
</c:container>
|
|
22
|
-
</c:div>
|
|
23
|
-
<c:div background="color:secondary-subtle" padding="y-3">
|
|
24
|
-
<c:container>
|
|
25
|
-
<c:grid-row>
|
|
26
|
-
<c:grid-col col="6-md">
|
|
27
|
-
© 2025 <a href="/"><%= _meta.site.title %></a>. <c:span t:content="allRightsReserved" />
|
|
28
|
-
</c:grid-col>
|
|
29
|
-
<c:grid-col col="6-md" text="align:end-md">
|
|
30
|
-
<c:list type="inline">
|
|
31
|
-
<c:list-item href="sumba:/info/cookie-policy" t:content="cookie" />
|
|
32
|
-
<c:list-item href="sumba:/info/privacy" t:content="privacy" />
|
|
33
|
-
<c:list-item href="sumba:/info/terms-conditions" t:content="terms" />
|
|
34
|
-
<c:list-item content="|" />
|
|
35
|
-
<c:list-item href="/">
|
|
36
|
-
<c:img src="waibuMpa:/logo/main?type=full<%= _meta.darkMode ? '-light' : '' %>" height="20" />
|
|
37
|
-
</c:list-item>
|
|
38
|
-
</c:list>
|
|
39
|
-
</c:grid-col>
|
|
40
|
-
</c:grid-row>
|
|
41
|
-
</c:container>
|
|
42
|
-
</c:div>
|
|
1
|
+
<c:container margin="y-4">
|
|
2
|
+
<c:grid-row>
|
|
3
|
+
<c:grid-col col="6-md">
|
|
4
|
+
© 2025 <a href="/"><%= _meta.site.title %></a>. <c:span t:content="allRightsReserved" />
|
|
5
|
+
</c:grid-col>
|
|
6
|
+
<c:grid-col col="6-md" text="align:end-md">
|
|
7
|
+
<c:list type="inline">
|
|
8
|
+
<c:list-item href="sumba:/info/cookie-policy" t:content="cookie" />
|
|
9
|
+
<c:list-item href="sumba:/info/privacy" t:content="privacy" />
|
|
10
|
+
<c:list-item href="sumba:/info/terms-conditions" t:content="terms" />
|
|
11
|
+
</c:list>
|
|
12
|
+
</c:grid-col>
|
|
13
|
+
</c:grid-row>
|
|
14
|
+
</c:container>
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
<c:btn color="danger" href="waibuAdmin:/" t:content="adminArea" margin="end-3"/>
|
|
13
13
|
<% } %>
|
|
14
14
|
<% if (_hasPlugin('sumbaGeofence')) { %>
|
|
15
|
-
<c:geofence-nav-dropdown-alert dropdown-
|
|
15
|
+
<c:geofence-nav-dropdown-alert dropdown-menu-dir="end" text="color:light" />
|
|
16
16
|
<% } %>
|
|
17
|
-
<c:nav-dropdown-darkmode dropdown-
|
|
18
|
-
<c:nav-dropdown-language dropdown-
|
|
17
|
+
<c:nav-dropdown-darkmode dropdown-menu-dir="end" text="color:light" />
|
|
18
|
+
<c:nav-dropdown-language dropdown-menu-dir="end" text="color:light"/>
|
|
19
19
|
<c:nav-toggle-fullscreen text="color:light" />
|
|
20
20
|
</c:nav>
|
|
21
21
|
</c:navbar>
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
<% } %>
|
|
13
13
|
</c:nav-item>
|
|
14
14
|
<% } else { %>
|
|
15
|
-
<c:nav-item
|
|
15
|
+
<c:nav-item href="<%= cat.href %>" <%= cat.icon ? 'icon="' + cat.icon + '"' : '' %> />
|
|
16
16
|
<% } %>
|
|
17
17
|
<% } %>
|
|
18
18
|
</c:nav>
|
|
19
19
|
<c:nav tag="ul">
|
|
20
|
-
<c:sumba-nav-dropdown-user title dropdown-
|
|
20
|
+
<c:sumba-nav-dropdown-user title dropdown-menu-dir="end"/>
|
|
21
21
|
</c:nav>
|
|
22
22
|
</c:navbar>
|
package/package.json
CHANGED