mirror of
https://github.com/haiwen/seahub.git
synced 2025-07-13 15:05:30 +00:00
update sodc code (#5429)
This commit is contained in:
parent
a2dc77c674
commit
f5ff0578bb
File diff suppressed because one or more lines are too long
@ -14,7 +14,7 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seafile-ui.css" />
|
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seafile-ui.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seahub_react.css?t=1398068110" />
|
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seahub_react.css?t=1398068110" />
|
||||||
<link rel="stylesheet" type="text/css" media="print" href="{{ MEDIA_URL }}css/print_for_md_file_view.css" />
|
<link rel="stylesheet" type="text/css" media="print" href="{{ MEDIA_URL }}css/print_for_md_file_view.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}seafile-editor/main.css?version=0.1.2" />
|
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}seafile-editor/main.css?version=0.1.3" />
|
||||||
{% 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 %}
|
||||||
{% if enable_branding_css %}<link rel="stylesheet" type="text/css" href="{% url 'custom_css' %}" />{% endif %}
|
{% if enable_branding_css %}<link rel="stylesheet" type="text/css" href="{% url 'custom_css' %}" />{% endif %}
|
||||||
</head>
|
</head>
|
||||||
@ -35,9 +35,9 @@
|
|||||||
pageOptions: {
|
pageOptions: {
|
||||||
repoID: '{{ repo.id }}',
|
repoID: '{{ repo.id }}',
|
||||||
repoName: '{{ repo.name|escapejs }}',
|
repoName: '{{ repo.name|escapejs }}',
|
||||||
filePath: '{{ path|escapejs }}',
|
docPath: '{{ path|escapejs }}',
|
||||||
fileName: '{{ filename|escapejs }}',
|
docName: '{{ filename|escapejs }}',
|
||||||
fileUuid: '{{ file_uuid }}',
|
docUuid: '{{ file_uuid }}',
|
||||||
seadocAccessToken: '{{ seadoc_access_token }}',
|
seadocAccessToken: '{{ seadoc_access_token }}',
|
||||||
seadocServerUrl: '{{ seadoc_server_url }}',
|
seadocServerUrl: '{{ seadoc_server_url }}',
|
||||||
domain: '{{ domain }}',
|
domain: '{{ domain }}',
|
||||||
@ -69,7 +69,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<script src="{{ MEDIA_URL }}seafile-editor/main.js?version=0.1.2"></script>
|
<script src="{{ MEDIA_URL }}seafile-editor/main.js?version=0.1.3"></script>
|
||||||
<script src="{{ STATIC_URL }}scripts/i18n/{{ LANGUAGE_CODE }}/djangojs.js?v={{ seafile_version }}"></script>
|
<script src="{{ STATIC_URL }}scripts/i18n/{{ LANGUAGE_CODE }}/djangojs.js?v={{ seafile_version }}"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user