mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 21:07:17 +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 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/seahub.css?t=1362375060" />
|
||||
<link rel="icon" type="image/x-icon" href="{{ MEDIA_URL }}img/favicon.ico?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=1362454620" />
|
||||
<!--[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]-->
|
||||
{% block extra_style %}{% endblock %}
|
||||
</head>
|
||||
@@ -83,7 +83,7 @@
|
||||
<div id="header-inner">
|
||||
{% block notice_panel %}{% endblock %}
|
||||
<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>
|
||||
{% block nav %}{% endblock %}
|
||||
</div>
|
||||
@@ -150,7 +150,7 @@
|
||||
</div>
|
||||
</div><!-- wrapper -->
|
||||
<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">
|
||||
{% if request.user.is_authenticated %}
|
||||
{% if request.cur_note %}
|
||||
|
Reference in New Issue
Block a user