mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 04:48:03 +00:00
Changed timestamp
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
<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=4884491531237" />
|
||||
<link rel="icon" type="image/png" href="{{ MEDIA_URL }}img/favicon.jpg?t=1" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seahub.css?t=1352500800" />
|
||||
<link rel="icon" type="image/png" href="{{ MEDIA_URL }}img/favicon.jpg?t=1352500800" />
|
||||
{% block extra_style %}{% endblock %}
|
||||
</head>
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
<div id="header">
|
||||
<div id="header-inner">
|
||||
<a href="http://seafile.com/">
|
||||
<img src="{{ MEDIA_URL }}img/logo.png?t=2" title="Seafile" alt="Seafile logo" id="logo" class="fleft" />
|
||||
<img src="{{ MEDIA_URL }}img/logo.png?t=1352500800" title="Seafile" alt="Seafile logo" id="logo" class="fleft" />
|
||||
</a>
|
||||
{% block nav %}{% endblock %}
|
||||
</div>
|
||||
@@ -153,7 +153,7 @@
|
||||
<script type="text/javascript" src="{{ MEDIA_URL }}js/jquery-ui-1.8.16.custom.min.js"></script>
|
||||
<script type="text/javascript" src="{{ MEDIA_URL }}js/jquery.cookie.js"></script>
|
||||
<script type="text/javascript" src="{{ MEDIA_URL }}js/jquery.placeholder.min.js"></script>
|
||||
<script type="text/javascript" src="{{ MEDIA_URL }}js/utils.js?t=4884491531236"></script>
|
||||
<script type="text/javascript" src="{{ MEDIA_URL }}js/utils.js?t=1352500800"></script>
|
||||
<script type="text/javascript">
|
||||
$('input, textarea').placeholder();
|
||||
$('.top-bar-con .manage').css('width', $('.top-bar-con').width() - $('.top-bar-con .account').width() - 30);
|
||||
|
Reference in New Issue
Block a user