CSS : Modifications consequent to XHTML modifications;
Python : Modifications consequent to XHTML modifications; TOML : Various of modifications; XHTML : Uniform templates.
This commit is contained in:
parent
82fb55ca1c
commit
cbcf3b58d0
8 changed files with 512 additions and 289 deletions
|
@ -103,12 +103,27 @@
|
|||
</a>
|
||||
</div -->
|
||||
<div id="count">
|
||||
{% if count_item or count_message %}
|
||||
<a href="{{view_href}}">{% if count_item %}{{count_item}} {{instance}}{% elif count_message %}Preview{% endif %}</a>
|
||||
<span>•</span>
|
||||
{% if jid_kind in ('conference', 'mix', 'muc') %}
|
||||
{% if count_message %}
|
||||
<a href="{{view_href}}">
|
||||
{% if count_item %}
|
||||
{{count_item}} {{instance}}
|
||||
{% else %}
|
||||
Preview
|
||||
{% endif %}
|
||||
</a>
|
||||
{% else %}
|
||||
<span>
|
||||
{{count_item}} {{instance}}
|
||||
</span>
|
||||
{% endif %}
|
||||
{% elif count_item %}
|
||||
<a href="{{view_href}}">
|
||||
{{instance}}
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if vcard4 %}
|
||||
<a href="/c/{{jid_bare}}">my profile</a>
|
||||
<a href="/c/{{jid_bare}}">interests</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue