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

Update version and timestamp

This commit is contained in:
zhengxie
2013-10-18 17:19:34 +08:00
parent ef838b9706
commit f3ef6a4cdd
2 changed files with 8 additions and 8 deletions

View File

@@ -419,7 +419,7 @@ if 'win32' in sys.platform:
fp.write("%d\n" % os.getpid()) fp.write("%d\n" % os.getpid())
fp.close() fp.close()
SEAFILE_VERSION = '1.8' SEAFILE_VERSION = '2.0'
# Put here after loading other settings files if `SITE_ROOT` is modified in # Put here after loading other settings files if `SITE_ROOT` is modified in
# other settings files. # other settings files.

View File

@@ -9,11 +9,11 @@
<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/font-awesome.css" /> <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/font-awesome.css" />
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seahub.css?t=1375754100" /> <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seahub.css?t=1382087880" />
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/select2.css?t=1375754100" /> <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/select2.css?t=1382087880" />
<link rel="icon" type="image/x-icon" href="{{ MEDIA_URL }}img/favicon.png?t=1375754100" /> <link rel="icon" type="image/x-icon" href="{{ MEDIA_URL }}img/favicon.png?t=1382087880" />
<!--[if IE]> <!--[if IE]>
<link rel="shortcut icon" href="{{ MEDIA_URL }}img/favicon.png?t=1375754100"/> <link rel="shortcut icon" href="{{ MEDIA_URL }}img/favicon.png?t=1382087880"/>
<![endif]--> <![endif]-->
{% block extra_style %}{% endblock %} {% block extra_style %}{% endblock %}
{% if branding_css != '' %}<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}{{ branding_css }}" />{% endif %} {% if branding_css != '' %}<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}{{ branding_css }}" />{% endif %}
@@ -243,10 +243,10 @@
</div> </div>
</div><!-- wrapper --> </div><!-- wrapper -->
<script type="text/javascript" src="{{ MEDIA_URL }}js/jq.min.js?t=1375754100"></script> <script type="text/javascript" src="{{ MEDIA_URL }}js/jq.min.js?t=1382087880"></script>
<script type="text/javascript" src="{{ MEDIA_URL }}jstree_pre1.0_stable/jquery.jstree.js"></script> <script type="text/javascript" src="{{ MEDIA_URL }}jstree_pre1.0_stable/jquery.jstree.js"></script>
<script type="text/javascript" src="{{ MEDIA_URL }}js/base.js?t=1375754100"></script> <script type="text/javascript" src="{{ MEDIA_URL }}js/base.js?t=1382087880"></script>
<script type="text/javascript" src="{{ MEDIA_URL }}js/select2.min.js?t=1375754100"></script> <script type="text/javascript" src="{{ MEDIA_URL }}js/select2.min.js?t=1382087880"></script>
<script type="text/javascript"> <script type="text/javascript">
function ajaxErrorHandler(xhr, textStatus, errorThrown) { function ajaxErrorHandler(xhr, textStatus, errorThrown) {
if (xhr.responseText) { if (xhr.responseText) {