{% extends base_template %} {% load seahub_tags i18n %} {% load url from future %} {% block extra_style %} {% if filetype == 'Sf' %} {% endif %} {% if filetype == 'Text' %} {% endif %} {% if filetype == 'Markdown' %} {% endif %} {% endblock %} {% block main_panel %}

{% trans "Edit" %} {{ u_filename }}

{% trans "Current path: " %} {% for name, link in zipped %} {% if not forloop.last %} {{ name }} / {% else %} {{ name }} {% endif %} {% endfor %}

{% if filetype == 'Markdown' %} {% endif %} {% if from == 'wiki_page_edit' %} {% trans "Cancel" %} {% else %} {% trans "Cancel" %} {% endif %}
{% include 'snippets/file_encoding.html' %} {% if err %}

{{ err }}

{% else %} {% if file_content != None %} {% if filetype == 'Text' %} {% endif %} {% if filetype == 'Markdown' %}

{% trans "Standard Syntax"%}

{% trans "Enter this" %} {% trans "To see this" %}
**{% trans "bold" %}** {% trans "text" %}
{% trans "bold" %} {% trans "text" %}
*{% trans "italics" %}* {% trans "text" %}
{% trans "italics" %} {% trans "text" %}
{% trans "Header" %}
====== 

{% trans "Header" %}

{% trans "Smaller header" %}
--------- 

{% trans "Smaller header" %}

[{% trans "Link something" %}](https://cloud.seafile.com/)
{% trans "Link something" %}
![{% trans "alt text" %}](https://cloud.seafile.com/media/img/logo.png)

{% trans "Extended Syntax for Wiki"%}

{% endif %} {% if filetype == 'Sf' %}
{{ file_content|safe }}
{% endif %} {% endif %} {% endif %}
{% if not err and repo.encrypted %}

{% trans 'Library' %} {{repo.name}} {% trans 'is encrypted' %}


{% trans "The password will be kept in the server for only 1 hour." %}

{% endif %} {% endblock %} {% block extra_script %} {% if not err and file_content != None %} {% if filetype == 'Sf' %} {% endif %} {% if filetype == 'Text' %} {% endif %} {% if filetype == 'Markdown' %} {% endif %} {% endif %} {% endblock %}