mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4113 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9e5f1af71c
commit
13f1f27ba1
3 changed files with 15 additions and 10 deletions
|
|
@ -6,17 +6,20 @@
|
|||
.simple_poll td .itemDiv { border-top:1px solid #BBBBBB; margin-top:3px; padding:3px 0 3px 0; }
|
||||
.simple_poll td .title { color:#000000; font-weight:bold; }
|
||||
.simple_poll td .checkcount { color:#AAAAAA; }
|
||||
|
||||
.simple_poll td .item { color:#636363; margin:3px 0 0 10px; }
|
||||
.simple_poll td .item input { margin:0; padding:0; }
|
||||
|
||||
.simple_poll td .barBox { margin-left:10px; position:relative; height:20px; }
|
||||
.simple_poll td .barBox .bar { margin-right:100px; margin-top:7px; }
|
||||
.simple_poll td .barBox .status { position:absolute; right:0; top:0; }
|
||||
.simple_poll td .resultItem { color:#636363; margin:6px 0 0 10px; }
|
||||
|
||||
.simple_poll td.stopDate { text-align:right; color:#AAAAAA; border-top:1px solid #BBBBBB; padding-top:3px;}
|
||||
.simple_poll td .barBox { margin-left:25px; }
|
||||
.simple_poll td .barBox .bar { margin:3px 0;}
|
||||
.simple_poll td .barBox .status {color:#AAAAAA; }
|
||||
|
||||
.simple_poll td.stopDate { color:#AAAAAA; border-top:1px solid #BBBBBB; padding-top:3px;}
|
||||
.simple_poll td.stopDate a { color:#AAAAAA; text-decoration:none; }
|
||||
|
||||
.simple_poll td.poll_button { text-align:left; border-top:1px solid #BBBBBB; padding-top:3px;}
|
||||
.simple_poll td.poll_button { text-align:left; padding-top:3px;}
|
||||
.simple_poll td.poll_button .poll_button { border:1px solid #EEEEEE; background-color:#AAAAAA; color:#FFFFFF; font-weight:bold; padding:1px 3px 1px 3px; height:20px; }
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
<table cellspacing="0" class="simple_poll">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<td>
|
||||
{@ $_key = 0}
|
||||
<!--@foreach($poll->poll as $poll_srl_index => $val)-->
|
||||
<div <!--@if($_key>0)-->class="itemDiv"<!--@end-->>
|
||||
|
|
@ -46,13 +46,15 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="poll_button">
|
||||
<input type="submit" value="{$lang->cmd_apply_poll}" class="poll_button" />
|
||||
</td>
|
||||
<td class="stopDate">
|
||||
~<strong>{zdate($poll->stop_date, "Y-m-d")}</strong> (<a href="#" onclick="doPollViewResult('{$poll->poll_srl}','{$skin}'); return false;"/>{$lang->cmd_view_result}</a>)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="poll_button">
|
||||
<input type="submit" value="{$lang->cmd_apply_poll}" class="poll_button" />
|
||||
</td>
|
||||
</tr>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
{@$per = (int)(( $item->poll_count / $val->poll_count)*100) }
|
||||
<!--@if($per<1)-->{@$per = 1; }<!--@end-->
|
||||
|
||||
<div class="item">
|
||||
<div class="resultItem">
|
||||
{$item->title}
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue