1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 21:07:17 +00:00

modified header

This commit is contained in:
llj
2012-05-05 10:51:18 +08:00
parent 4c24151f04
commit bb0983c5fc
3 changed files with 37 additions and 56 deletions

View File

@@ -34,46 +34,39 @@
</div>
</div>
<div id="header">
<div class="logo ovhd">
<img src="{{ MEDIA_URL }}img/logo.png" id="logo-img" title="Seafile" alt="Seafile logo" />
<div id="logo-info">
Hope our efforts will bring you benefits.
<div class="top-info ovhd">
<a href="{{ SITE_ROOT }}" class="fleft"><img src="{{ MEDIA_URL }}img/logo.png" title="Seafile" alt="Seafile logo" /></a>
<div id="other-info">
<p class="wish">Hope our efforts will bring you benefits.</p>
<p class="version">服务器版本: {{ seafile_version }}</p>
</div>
</div>
<div class="verson info">
<div id="version-info">
服务器版本: {{ seafile_version }}
</div>
</div>
<div class="navs">
{% block nav %}
<ul class="nav">
<li>
<a href="{{ SITE_ROOT }}home/">主页</a>
</li>
<li>
<a href="{{ SITE_ROOT }}help/">使用帮助</a>
</li>
<li>
<a href="{{ SITE_ROOT }}download/">下载</a>
</li>
<li>
<a href="/vanilla/">论坛</a>
</li>
<!--
<li>
<a href="{{ SITE_ROOT }}peers/">Peers</a>
</li>
-->
<!--
<li>
<a href="{{ SITE_ROOT }}groups/">Groups</a>
</li>
-->
</ul>
{% endblock %}
</div>
<div class="nav-separator"></div>
{% block nav %}
<ul class="nav ovhd">
<li>
<a href="{{ SITE_ROOT }}home/">主页</a>
</li>
<li>
<a href="{{ SITE_ROOT }}help/">使用帮助</a>
</li>
<li>
<a href="{{ SITE_ROOT }}download/">下载</a>
</li>
<li>
<a href="/vanilla/">论坛</a>
</li>
<!--
<li>
<a href="{{ SITE_ROOT }}peers/">Peers</a>
</li>
-->
<!--
<li>
<a href="{{ SITE_ROOT }}groups/">Groups</a>
</li>
-->
</ul>
{% endblock %}
</div>
<div id="main">
<div id="left-panel">

View File

@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block nav %}
<ul class="nav">
<ul class="nav ovhd">
<li>
<a href="{{ SITE_ROOT }}home/my/" {% block nav_home_class %}{% endblock %}>我的页面</a>
</li>