src/cm/templates/site/text_embed.html
changeset 476 35a632ed9109
parent 439 8994d24e4b2f
child 484 5a8e83132898
equal deleted inserted replaced
475:782d40ecf7c3 476:35a632ed9109
    25 <h2 class="title_first">{% blocktrans %}Embed text{% endblocktrans %}</h2>
    25 <h2 class="title_first">{% blocktrans %}Embed text{% endblocktrans %}</h2>
    26 {% blocktrans %}Copy this code into your site to display text with comments.{% endblocktrans %} {% blocktrans %}Users will also be able to add comments from your site depending on anonymous users' roles.{% endblocktrans %}
    26 {% blocktrans %}Copy this code into your site to display text with comments.{% endblocktrans %} {% blocktrans %}Users will also be able to add comments from your site depending on anonymous users' roles.{% endblocktrans %}
    27 (<a title="{% blocktrans %}Help{% endblocktrans %}" target="_blank" href="{% url help %}#embed">?</a>)
    27 (<a title="{% blocktrans %}Help{% endblocktrans %}" target="_blank" href="{% url help %}#embed">?</a>)
    28 <br/>
    28 <br/>
    29 <br/>
    29 <br/>
    30 <input style="width:100%;background-color:#DDDDDD;" value="{{ embed_code }}" type="text" readonly="true"></input>
    30 <input class="copy_link" style="width:100%;background-color:#DDDDDD;" value="{{ embed_code }}" type="text" readonly="true"></input>
    31 </textarea>
    31 </textarea>
    32 
    32 
    33 {% if not anonymous_can_view_text %}
    33 {% if not anonymous_can_view_text %}
    34 {% if can_manage_text %}
    34 {% if can_manage_text %}
    35 <br/>
    35 <br/>