{% load i18n %} {% if not err %} {% if filetype == 'Text' %} {% ifnotequal file_content None %} var editor = CodeMirror.fromTextArea($('#docu-view')[0], { {% include 'snippets/editor_set_mode.html' %} theme: 'default', indentUnit: 4, {% if fileext != 'txt' and fileext != 'text' %} lineNumbers: true, {% endif %} lineWrapping: true, readOnly: true }); {% endifnotequal %} {% endif %} {% if filetype == 'Image' %} window.onload = function() { if ($('#image-view').width() > $('#file-view').width()) { $('#image-view').css('width', $('#file-view').width() - 4); } } {% endif %} {% if filetype == 'SVG' %} if (!$.browser.mozilla && !$.browser.safari && !($.browser.msie && parseInt($.browser.version) > 8)) { $('#file-view').html('
{% trans "To view it online, you can use firefox, chrome or IE 9." %}
' + data['error'] + '
' + jsonVal['error'] + '
{% trans "This type of file cannot be viewed online." %}