{% load i18n %} {% 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 %} {% if err %} $('#file-view').html('
{{ err }}
{% trans "To view it online, you can use firefox, chrome or IE 9." %}
').addClass('file-view-tip'); } else { $('#file-view').html(''); } {% endif %} {% if filetype == 'PDF' and not pdf_use_flash %} PDFJS.workerSrc = '{{MEDIA_URL}}js/pdf.js'; $('#file-view').html('{{ err }}
{% trans "This type of file cannot be viewed online." %}
{{ err }}
' + data['error'] + '
' + jsonVal['error'] + '