diff --git a/public/home/search.js b/public/home/search.js new file mode 100644 index 000000000..07e8df762 --- /dev/null +++ b/public/home/search.js @@ -0,0 +1,5 @@ +function search(){ + var keyword = document.getElementById("keyword_input").value; + + +} \ No newline at end of file diff --git a/templates/explore/search_new.tmpl b/templates/explore/search_new.tmpl index a4d2dee3d..9237bf703 100644 --- a/templates/explore/search_new.tmpl +++ b/templates/explore/search_new.tmpl @@ -1,16 +1,17 @@ {{template "base/head" .}} +
@@ -48,7 +49,7 @@
- 找到“OpenI”相关项目约为 56 个 + 找到“”相关约为 +
{{template "base/footer" .}} \ No newline at end of file