optimized images, used seahub.min.css, updated timestamp for static files
1
media/css/seahub.min.css
vendored
Normal file
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 111 B |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 523 B |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 397 B |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 166 B |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 111 B |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 395 B |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 267 B |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 271 B |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 140 B |
@ -7,11 +7,11 @@
|
||||
<title>{% block sub_title %}{% endblock %}{{ site_title }}</title>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
||||
<meta name="keywords" content="{% trans "File Collaboration Team Organization" %}" />
|
||||
<link rel="icon" type="image/x-icon" href="{{ MEDIA_URL }}img/favicon.png?t=1393578720" />
|
||||
<link rel="icon" type="image/x-icon" href="{{ MEDIA_URL }}img/favicon.png?t=1394528138" />
|
||||
<!--[if IE]>
|
||||
<link rel="shortcut icon" href="{{ MEDIA_URL }}img/favicon.png?t=1393578720"/>
|
||||
<link rel="shortcut icon" href="{{ MEDIA_URL }}img/favicon.png?t=1394528138"/>
|
||||
<![endif]-->
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seahub.css?t=1393578720" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seahub.min.css?t=1394528138" />
|
||||
{% block extra_style %}{% endblock %}
|
||||
{% if branding_css != '' %}<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}{{ branding_css }}" />{% endif %}
|
||||
</head>
|
||||
@ -32,7 +32,7 @@
|
||||
{% block notice_panel %}{% endblock %}
|
||||
<a href="{{ SITE_ROOT }}" id="logo" class="fleft">
|
||||
{% if seacloud_mode %}
|
||||
<img src="{{ MEDIA_URL }}img/seacloud_logo.png" title="Seacloud" alt="logo" width="192" height="39" />
|
||||
<img src="{{ MEDIA_URL }}img/seacloud_logo.png?t=1394528138" title="Seacloud" alt="logo" width="186" height="31" />
|
||||
{% else %}
|
||||
<img src="{{ MEDIA_URL }}{{ logo_path }}" title="Seafile" alt="logo" width="{{logo_width}}" height="{{logo_height}}" />
|
||||
{% endif %}
|
||||
@ -112,8 +112,8 @@
|
||||
{% include 'footer.html' %}
|
||||
</div><!-- wrapper -->
|
||||
|
||||
<script type="text/javascript" src="{{ MEDIA_URL }}js/jq.min.js?t=1393578720"></script>
|
||||
<script type="text/javascript" src="{{ MEDIA_URL }}js/base.js?t=1393578720"></script>
|
||||
<script type="text/javascript" src="{{ MEDIA_URL }}js/jq.min.js?t=1394528138"></script>
|
||||
<script type="text/javascript" src="{{ MEDIA_URL }}js/base.js?t=1394528138"></script>
|
||||
<script type="text/javascript">
|
||||
$.jstree._themes = '{{ MEDIA_URL }}js/themes/';
|
||||
function ajaxErrorHandler(xhr, textStatus, errorThrown) {
|
||||
|
@ -26,7 +26,7 @@
|
||||
<a href="{{ SITE_ROOT }}seafile_access_check/?repo_id={{repo.props.id}}" target="_blank">{% trans "Download" %}</a>
|
||||
{% endif %}
|
||||
{% if is_repo_owner %}
|
||||
<a id="repo-setting-btn" href="{% url 'repo_settings' repo.id %}" class="normal"><img class="link-icon vam" src="{{ MEDIA_URL }}img/lib_setting.png" alt="" /><span class="vam">{% trans "Settings" %}</span></a>
|
||||
<a id="repo-setting-btn" href="{% url 'repo_settings' repo.id %}" class="normal"><img class="link-icon vam" src="{{ MEDIA_URL }}img/setting.png" alt="" /><span class="vam">{% trans "Settings" %}</span></a>
|
||||
{% endif %}
|
||||
{% if user_perm == 'rw' %}
|
||||
<a id="recycle-btn" href="{% url 'repo_recycle_view' repo.id %}" class="normal"><img class="link-icon vam" src="{{ MEDIA_URL }}img/lib_trash.png" alt="" /><span class="vam">{% trans "Trash"%}</span></a>
|
||||
|