src/cm/templates/site/help.html
changeset 550 05b5e51e8823
parent 535 b695f112fb4b
child 551 723261fb23fb
equal deleted inserted replaced
549:eb0d56ec0d90 550:05b5e51e8823
     9 {% block head %}
     9 {% block head %}
    10 {% endblock %}
    10 {% endblock %}
    11 
    11 
    12 {% block content %}
    12 {% block content %}
    13 
    13 
       
    14 <h1 class="main_title">
       
    15 {% if CONF.f_get_logo_url %}
       
    16 <div><a title="{% blocktrans %}back to workspace{% endblocktrans %}" alt="logo" class="title" href="{% url index %}"><img src="{{ CONF.f_get_logo_url }}" /></a></div>
       
    17 {% else %}
       
    18 
       
    19 {% if CONF.workspace_name %}
       
    20 <a title="{% blocktrans %}back to workspace{% endblocktrans %}" class="title" href="{% url index %}">{{ CONF.workspace_name }}</a>
       
    21 {% endif %}
       
    22 {% endif %}
       
    23 </h1>
    14 <h1>{% blocktrans %}Help{% endblocktrans %}</h1>
    24 <h1>{% blocktrans %}Help{% endblocktrans %}</h1>
    15 
    25 
    16 <h2>{% blocktrans %}General Presentation{% endblocktrans %}</h2>
    26 <h2>{% blocktrans %}General Presentation{% endblocktrans %}</h2>
    17 
    27 
    18 {% blocktrans %}co-ment is a web based text annotation system.{% endblocktrans %} <a href="http://www.co-ment.org" alt="link to community site">{% blocktrans %}COMT is the open source software behind it{% endblocktrans %}</a>. <a href="http://www.co-ment.com" >{% blocktrans %}See www.co-ment.com for more details{% endblocktrans %}</a>.
    28 {% blocktrans %}co-ment is a web based text annotation system.{% endblocktrans %} <a href="http://www.co-ment.org" alt="link to community site">{% blocktrans %}COMT is the open source software behind it{% endblocktrans %}</a>. <a href="http://www.co-ment.com" >{% blocktrans %}See www.co-ment.com for more details{% endblocktrans %}</a>.