[imp]:View user flag

bzr revid: ssh@tinyerp.com-20140407062205-cue7qq8c2la62fn7
This commit is contained in:
Sunil Sharma 2014-04-07 11:52:05 +05:30
parent ad8a9c0e4f
commit 2dbde6686f
2 changed files with 33 additions and 16 deletions

View File

@ -71,3 +71,9 @@
font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif !important;
height: 1.2em !important;
}
.forum_user_flag {
max-width: 25px;
display: inline-block;
margin-left: 2px;
}

View File

@ -43,7 +43,10 @@
<span t-if="question.state == 'close'"><b> [Closed]</b></span>
</div>
<div class="text-muted">
by <a t-attf-href="/forum/#{ slug(forum) }/user/#{ question.user_id.id }" t-field="question.user_id"/>,
by <a t-attf-href="/forum/#{ slug(forum) }/user/#{ question.user_id.id }" t-field="question.user_id"/>
<t t-if="question.user_id.country_id">
<span t-field="question.user_id.country_id.image" t-field-options='{"widget": "image", "class":"forum_user_flag"}'/>
</t>
on <span t-field="question.write_date" t-field-options='{"format":"short"}'/>
<div t-if="question.vote_count">
<strong>with <span t-esc="question.vote_count"/> votes</strong>
@ -251,17 +254,21 @@
<span t-field="user.image" t-field-options='{"widget": "image", "class":"pull-left img img-circle img-avatar"}'/>
<div>
<a t-attf-href="/forum/#{ slug(forum) }/user/#{ slug(user) }" t-field="user.name"/>
<t t-raw="separator or ', '"/>
<t t-esc="user.karma"/>
<b> badges:</b>
<span class="fa fa-circle badge-gold"/>
<t t-esc="user.gold_badge"/>
<span class="fa fa-circle badge-silver"/>
<t t-esc="user.silver_badge"/>
<span class="fa fa-circle badge-bronze"/>
<t t-esc="user.bronze_badge"/>
<br/>
<t t-raw="0"/>
<t t-if="user.country_id">
<span t-field="user.country_id.image" t-field-options='{"widget": "image", "class":"forum_user_flag"}'/>
</t>
<b><t t-esc="user.karma"/></b>
<t t-raw="separator"/>
<div>
<b> badges:</b>
<span class="fa fa-circle badge-gold"/>
<t t-esc="user.gold_badge"/>
<span class="fa fa-circle badge-silver"/>
<t t-esc="user.silver_badge"/>
<span class="fa fa-circle badge-bronze"/>
<t t-esc="user.bronze_badge"/>
</div>
<t t-raw="0"/>
</div>
</div>
</template>
@ -441,10 +448,12 @@
<li><a class="text-muted fa fa-share" href="">share</a></li>
</ul>
</div>
<t t-call="website_forum.user_detail">
<t t-set="user" t-value="question.user_id"/>
<span class="text-muted">Asked on <span t-field="question.write_date" t-field-options='{"format":"short"}'/></span>
</t>
<div>
<t t-call="website_forum.user_detail">
<t t-set="user" t-value="question.user_id"/>
<span class="text-muted">Asked on <span t-field="question.write_date" t-field-options='{"format":"short"}'/></span>
</t>
</div>
<div class="alert alert-info" t-if="question.state == 'close'">
<p class="mt32 mb32 text-center">
<b>The question has been closed for the following reason "<span t-field="question.reason_id.name"/>"
@ -717,6 +726,8 @@
<span t-field="user.city"/>
<span t-if="user.city and user.country_id">, </span>
<span t-field="user.country_id"/>
<t t-if="user.country_id"> <span t-field="user.country_id.image" t-field-options='{"widget": "image", "class":"forum_user_flag"}'/></t>
</td>
</tr>
<tr>