|
|
@ -57,12 +57,12 @@ |
|
|
|
{{end}} |
|
|
|
{{end}} |
|
|
|
|
|
|
|
|
|
|
|
<a class="item{{if .PageIsExplore}} active{{end}}" href="{{AppSubUrl}}/explore">{{.i18n.Tr "explore"}}</a> |
|
|
|
<a class="item{{if .PageIsExplore}} active{{end}}" href="{{AppSubUrl}}/explore">{{.i18n.Tr "explore"}}</a> |
|
|
|
<!-- <div class="item"> |
|
|
|
{{/*<div class="item"> |
|
|
|
<div class="ui icon input"> |
|
|
|
<div class="ui icon input"> |
|
|
|
<input class="searchbox" type="text" placeholder="{{.i18n.Tr "search_project"}}"> |
|
|
|
<input class="searchbox" type="text" placeholder="{{.i18n.Tr "search_project"}}"> |
|
|
|
<i class="search icon"></i> |
|
|
|
<i class="search icon"></i> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
</div>*/}} |
|
|
|
|
|
|
|
|
|
|
|
{{if .IsSigned}} |
|
|
|
{{if .IsSigned}} |
|
|
|
<div class="right menu"> |
|
|
|
<div class="right menu"> |
|
|
@ -146,3 +146,8 @@ |
|
|
|
</div><!-- end container --> |
|
|
|
</div><!-- end container --> |
|
|
|
</div><!-- end bar --> |
|
|
|
</div><!-- end bar --> |
|
|
|
{{end}} |
|
|
|
{{end}} |
|
|
|
|
|
|
|
{{/* |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</body> |
|
|
|
|
|
|
|
</html> |
|
|
|
|
|
|
|
*/}} |
|
|
|