mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 07:41:26 +00:00
15 lines
562 B
HTML
15 lines
562 B
HTML
{% load i18n %}
|
|
<div class="item">
|
|
<h4>{% trans "Documents" %}</h4>
|
|
<ul>
|
|
<li><a href="http://seafile.com/{% if LANGUAGE_CODE != 'zh-cn' %}en/{% endif %}home/" target="_blank">{% trans "Introduction" %}</a></li>
|
|
<li><a href="{{SITE_ROOT}}help/" target="_blank">{% trans "Help" %}</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="item">
|
|
<h4>{% trans "Client" %}</h4>
|
|
<ul>
|
|
<li><a href="http://www.seafile.com/{% if LANGUAGE_CODE != 'zh-cn' %}en/{% endif %}download/">{% trans "Seafile for Windows, Mac and Linux" %}</a></li>
|
|
</ul>
|
|
</div>
|