microdata for personas + validation fixes (bug 563344 & bug 565830)

This commit is contained in:
Jeff Balogh 2010-05-14 11:15:06 -07:00
Родитель 556c175008
Коммит 37bd3587c2
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -27,7 +27,10 @@
{{ persona_preview(persona, linked=False) }}
<table summary="{{ _('Add-on Information') }}">
<table itemscope itemtype="http://data-vocabulary.org/Review-aggregate">
{% with addon_name='<span itemprop="itemreviewed">{0}</span>'|f(addon.name) %}
<caption>{{ _('Add-on Information for {0}')|f(addon_name)|safe }}</caption>
{% endwith %}
<tbody>
<tr>
<th>{{ _('Updated') }}</th>
@ -40,7 +43,7 @@
<th>{{ _('Artist') }}</th>
<td>{{ users_list(addon.listed_authors) or
persona.display_username }}</td>
</th>
</tr>
<tr>
<th>{{ _('Rating', 'advanced_search_form_rating') }}</th>
<td>{{ addon|reviews_link }}</td>

Просмотреть файл

@ -1013,6 +1013,7 @@ h4.author a {
clear: right;
}
#persona-summary table caption,
#addon-summary table caption {
position: absolute;
top: -1000px;