Poll module end-page UI bug fix.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12486 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-12-27 10:00:58 +00:00
parent 7a282cd66d
commit c5d81668c2
4 changed files with 38 additions and 48 deletions

View file

@ -1,23 +1,22 @@
<!--%import("css/poll.css")-->
<load target="css/poll.css" />
<div class="poll_box" style="{$poll->style}">
<table cellspacing="0" class="poll_table">
<col width="7" />
<col />
<col width="7" />
<tr>
<tr class="cap">
<td><img src="./images/lh.png" alt="lh" width="7" height="7" /></td>
<td class="h"><img src="./images/blank.gif" height="7" alt="blank" /></td>
<td><img src="./images/rh.png" alt="rh" width="7" height="7" /></td>
</tr>
<tr>
<td class="title" colspan="3">
<div class="fl">
{$lang->poll_stop_date} : <strong>{zdate($poll->stop_date, "Y-m-d")}</strong> {zdate($poll->stop_date, "H:i")}
<div style="float:left">
{$lang->poll_stop_date}: <strong>{zdate($poll->stop_date, "Y-m-d")}</strong> {zdate($poll->stop_date, "H:i")}
</div>
<div class="fr">
{$lang->poll_join_count} : <strong>{number_format($poll->poll_count)}</strong>
<div style="float:right">
{$lang->poll_join_count}: <strong>{number_format($poll->poll_count)}</strong>
</div>
</td>
</tr>
@ -55,7 +54,7 @@
</td>
<td class="r"><img src="./images/blank.gif" height="7" alt="blank" /></td>
</tr>
<tr>
<tr class="cap">
<td class="rlb" ><img src="./images/rlb.png" alt="lb" width="7" height="7" /></td>
<td class="bb"><img src="./images/blank.gif" alt="blank" /></td>
<td class="rrb" ><img src="./images/rrb.png" alt="rb" width="7" height="7" /></td>