|
|
@@ -6,7 +6,21 @@ |
|
|
|
|
|
|
|
{{template "base/head" .}} |
|
|
|
<div class="explore users"> |
|
|
|
{{template "explore/search" .}} |
|
|
|
<!-- {{template "explore/search" .}} --> |
|
|
|
<div class="repos--seach"> |
|
|
|
<div class="ui container"> |
|
|
|
<div class="ui two column centered grid"> |
|
|
|
<form class="fourteen wide mobile ten wide tablet ten wide computer column ui form ignore-dirty" action="/all/search/" method="post"> |
|
|
|
<div class="ui fluid action input"> |
|
|
|
<input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}..." autofocus> |
|
|
|
<input type="hidden" name="tab" value="{{$.TabName}}"> |
|
|
|
<button class="ui green button">{{.i18n.Tr "explore.search"}}</button> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="ui container homeorg"> |
|
|
|
<div class="ui center aligned header"> |
|
|
|
<h1 class="title_re"> |
|
|
|