diff --git a/bolo-fantastic/footer.ftl b/bolo-fantastic/footer.ftl index f36cc6a..c966aa1 100644 --- a/bolo-fantastic/footer.ftl +++ b/bolo-fantastic/footer.ftl @@ -144,6 +144,18 @@ function search(){ } window.open("https://www.zeekling.cn/search?keyword=" + s); } +function search_m(){ + var s = $("#search-m").val(); + if (s == ""){ + layer.open({ + title:"${blogTitle!}友情提示", + content:"搜索关键词不能为空!", + anim:4 + }); + return; + } + window.open("https://www.zeekling.cn/search?keyword=" + s); +} <#include "../../common-template/label.ftl"> diff --git a/bolo-fantastic/side-right.ftl b/bolo-fantastic/side-right.ftl index 113d89b..f0b2732 100644 --- a/bolo-fantastic/side-right.ftl +++ b/bolo-fantastic/side-right.ftl @@ -69,3 +69,20 @@ +
+
+ +
+
diff --git a/bolo-fantastic/side.ftl b/bolo-fantastic/side.ftl index 00f7687..b4a680f 100644 --- a/bolo-fantastic/side.ftl +++ b/bolo-fantastic/side.ftl @@ -143,25 +143,6 @@ box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);"> - -
-
- -
@@ -171,15 +152,21 @@ box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);"> <#list recentComments as comment>
+
+
+ +
+
+
+ +