src/cm/templates/site/non_authenticated_index.html
changeset 550 05b5e51e8823
parent 220 7d278fde2748
child 551 723261fb23fb
equal deleted inserted replaced
549:eb0d56ec0d90 550:05b5e51e8823
     9 
     9 
    10 {% block title %}{% blocktrans %}Home{% endblocktrans %}{% endblock %}
    10 {% block title %}{% blocktrans %}Home{% endblocktrans %}{% endblock %}
    11 
    11 
    12 {% block content %}
    12 {% block content %}
    13 
    13 
    14 <h1 class="main_title"><a class="title" href="{% url index %}">{{ CONF.workspace_name }}</a></h1>
    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>
    15 
    24 
    16 {% if public_texts %}
    25 {% if public_texts %}
    17 <table class="home-table">
    26 <table class="home-table">
    18 <tr>
    27 <tr>
    19 <td width="70%" style="vertical-align:text-top;">
    28 <td width="70%" style="vertical-align:text-top;">