|
|
@@ -18,7 +18,7 @@ |
|
|
|
<div class="column ui vertical text menu"> |
|
|
|
<div class="header item">{{.i18n.Tr "custom.foot.help"}}</div> |
|
|
|
<div class="ui language bottom floating slide up dropdown link item"> |
|
|
|
<i class="world icon"></i> |
|
|
|
<i class="globe icon"></i> |
|
|
|
<div class="text">{{.LangName}}</div> |
|
|
|
<div class="menu"> |
|
|
|
{{range .AllLangs}} |
|
|
@@ -26,12 +26,12 @@ |
|
|
|
{{end}} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<a href="https://git.openi.org.cn/zeizei/OpenI_Learning" class=" item a_margin" target="_blank"><i class="ri-creative-commons-by-line footer_icon" ></i><p class="footer_icon">{{.i18n.Tr "custom.Platform_Tutorial"}}</p> </a> |
|
|
|
{{if .EnableSwagger}}<a href="/api/swagger" class=" item a_margin"><i class="ri-exchange-line footer_icon" > </i><p class="footer_icon">API</p> </a>{{end}} |
|
|
|
<a href="https://git.openi.org.cn/zeizei/OpenI_Learning" class="item" target="_blank"><i class="compass icon" ></i> {{.i18n.Tr "custom.Platform_Tutorial"}} </a> |
|
|
|
{{if .EnableSwagger}}<a href="/api/swagger" class="item"><i class="plug icon" ></i> API</a>{{end}} |
|
|
|
{{if .IsSigned}} |
|
|
|
<a href="https://git.openi.org.cn/zeizei/OpenI_Learning/issues/new" class=" item a_margin" target="_blank"><i class="ri-mail-send-line footer_icon"></i><p class="footer_icon">{{.i18n.Tr "custom.foot.advice_feedback"}}</p></a> |
|
|
|
<a href="https://git.openi.org.cn/zeizei/OpenI_Learning/issues/new" class="item" target="_blank"><i class="envelope icon"></i> {{.i18n.Tr "custom.foot.advice_feedback"}}</a> |
|
|
|
{{else}} |
|
|
|
<a href="{{AppSubUrl}}/user/login" class=" item a_margin" ><i class="ri-mail-send-line footer_icon" ></i><p class="footer_icon footer_icon">{{.i18n.Tr "custom.foot.advice_feedback"}}</p></a> |
|
|
|
<a href="{{AppSubUrl}}/user/login" class="item" ><i class="envelope icon"></i> {{.i18n.Tr "custom.foot.advice_feedback"}}</a> |
|
|
|
{{end}} |
|
|
|
{{template "custom/extra_links_footer" .}} |
|
|
|
</div> |
|
|
|