분쟁현황 표기 버그 일부 추가 수정
This commit is contained in:
+11
-4
@@ -205,11 +205,18 @@ for($i=0; $i < $nationcount; $i++) {
|
||||
style='font-size:13px;word-break:break-all;'
|
||||
class='bg0'
|
||||
>
|
||||
<?php foreach($conflict as $conflictItem): ?>
|
||||
<?php foreach($conflict as $item): ?>
|
||||
<tr>
|
||||
<td width=98 align=right style=color:".newColor($nationcolor[$nationID]).";background-color:<?=$conflictItem['color']?>;><?=$conflictItem['name']?> </td>
|
||||
<td width=48 align=right><?=$conflictItem['percent']?>% </td>
|
||||
<td width='<?=$conflictItem['percent']?>%' style=background-color:<?=$conflictItem['color']?>;></td>
|
||||
<td
|
||||
width=98
|
||||
align=right
|
||||
style='color:<?=newColor($item['color'])?>;background-color:<?=$item['color']?>;'
|
||||
><?=$item['name']?> </td>
|
||||
<td width=48 align=right><?=$item['percent']?>% </td>
|
||||
<td
|
||||
width='<?=$item['percent']?>%'
|
||||
style='background-color:<?=$item['color']?>;'
|
||||
></td>
|
||||
<td width=*></td>
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
|
||||
Reference in New Issue
Block a user