mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-21 02:42:26 +00:00
fixed 'help'; rm footer.html
This commit is contained in:
@@ -2949,9 +2949,9 @@ button.sf-dropdown-toggle:focus {
|
||||
margin:0 3px 0 0;
|
||||
}
|
||||
.help-con {
|
||||
padding:0 0 0 30px;
|
||||
padding:20px;
|
||||
}
|
||||
#right-panel .help-con .hd {
|
||||
#right-panel.help-con .hd {
|
||||
font-weight:normal;
|
||||
margin-bottom:15px;
|
||||
}
|
||||
|
@@ -1,23 +0,0 @@
|
||||
{% load i18n %}
|
||||
<div id="footer" role="contentinfo" class="ovhd">
|
||||
<div class="items fleft">
|
||||
<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="{% url 'download_client' %}">{% trans "Seafile for Windows, Mac and Linux" %}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="other-info fright">
|
||||
<p>{% trans "Server Version: " %}{{ seafile_version }}</p>
|
||||
<p>© 2016 {% trans "Seafile" %}</p>
|
||||
<p><a href="http://seafile.com/{% if LANGUAGE_CODE != 'zh-cn' %}en/{% endif %}about/" target="_blank">{% trans "About Us" %}</a></p>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user