mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 14:50:29 +00:00
update timestamp
This commit is contained in:
@@ -8,10 +8,10 @@
|
|||||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
||||||
<meta name="keywords" content="{% trans "File Collaboration Team Organization" %}" />
|
<meta name="keywords" content="{% trans "File Collaboration Team Organization" %}" />
|
||||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/ui-lightness/jquery-ui-1.8.16.custom.css" />
|
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/ui-lightness/jquery-ui-1.8.16.custom.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seahub.css?t=1362375060" />
|
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seahub.css?t=1362454620" />
|
||||||
<link rel="icon" type="image/x-icon" href="{{ MEDIA_URL }}img/favicon.ico?t=1362375060" />
|
<link rel="icon" type="image/x-icon" href="{{ MEDIA_URL }}img/favicon.ico?t=1362454620" />
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<link rel="shortcut icon" href="{{ MEDIA_URL }}img/favicon.ico?t=1362375060"/>
|
<link rel="shortcut icon" href="{{ MEDIA_URL }}img/favicon.ico?t=1362454620"/>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
{% block extra_style %}{% endblock %}
|
{% block extra_style %}{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
<div id="header-inner">
|
<div id="header-inner">
|
||||||
{% block notice_panel %}{% endblock %}
|
{% block notice_panel %}{% endblock %}
|
||||||
<a href="http://seafile.com/" id="logo" class="fleft">
|
<a href="http://seafile.com/" id="logo" class="fleft">
|
||||||
<img src="{{ MEDIA_URL }}img/logo.png?t=1362375060" title="Seafile" alt="Seafile logo" />
|
<img src="{{ MEDIA_URL }}img/logo.png?t=1362454620" title="Seafile" alt="Seafile logo" />
|
||||||
</a>
|
</a>
|
||||||
{% block nav %}{% endblock %}
|
{% block nav %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
@@ -150,7 +150,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div><!-- wrapper -->
|
</div><!-- wrapper -->
|
||||||
<script type="text/javascript" src="{{ MEDIA_URL }}js/jq.min.js"></script>
|
<script type="text/javascript" src="{{ MEDIA_URL }}js/jq.min.js"></script>
|
||||||
<script type="text/javascript" src="{{ MEDIA_URL }}js/base.js?t=1362375060"></script>
|
<script type="text/javascript" src="{{ MEDIA_URL }}js/base.js?t=1362454620"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
{% if request.user.is_authenticated %}
|
{% if request.user.is_authenticated %}
|
||||||
{% if request.cur_note %}
|
{% if request.cur_note %}
|
||||||
|
Reference in New Issue
Block a user