분쟁현황 표기 버그 일부 추가 수정
This commit is contained in:
+31
-24
@@ -193,30 +193,37 @@ for($i=0; $i < $nationcount; $i++) {
|
|||||||
>
|
>
|
||||||
<tr><td colspan=2 align=center bgcolor=magenta>분 쟁 현 황</td></tr>
|
<tr><td colspan=2 align=center bgcolor=magenta>분 쟁 현 황</td></tr>
|
||||||
<?php foreach($realConflict as list($cityID, $cityName, $conflict)): ?>
|
<?php foreach($realConflict as list($cityID, $cityName, $conflict)): ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td align=center width=48><?=$cityName?></td>
|
<td align=center width=48><?=$cityName?></td>
|
||||||
<td width=948>
|
<td width=948>
|
||||||
<table
|
<table
|
||||||
border=0
|
border=0
|
||||||
cellspacing=0
|
cellspacing=0
|
||||||
cellpadding=0
|
cellpadding=0
|
||||||
bordercolordark='gray'
|
bordercolordark='gray'
|
||||||
bordercolorlight='black'
|
bordercolorlight='black'
|
||||||
style='font-size:13px;word-break:break-all;'
|
style='font-size:13px;word-break:break-all;'
|
||||||
class='bg0'
|
class='bg0'
|
||||||
>
|
>
|
||||||
<?php foreach($conflict as $conflictItem): ?>
|
<?php foreach($conflict as $item): ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td width=98 align=right style=color:".newColor($nationcolor[$nationID]).";background-color:<?=$conflictItem['color']?>;><?=$conflictItem['name']?> </td>
|
<td
|
||||||
<td width=48 align=right><?=$conflictItem['percent']?>% </td>
|
width=98
|
||||||
<td width='<?=$conflictItem['percent']?>%' style=background-color:<?=$conflictItem['color']?>;></td>
|
align=right
|
||||||
<td width=*></td>
|
style='color:<?=newColor($item['color'])?>;background-color:<?=$item['color']?>;'
|
||||||
</tr>
|
><?=$item['name']?> </td>
|
||||||
<?php endforeach; ?>
|
<td width=48 align=right><?=$item['percent']?>% </td>
|
||||||
</table>
|
<td
|
||||||
|
width='<?=$item['percent']?>%'
|
||||||
</td>
|
style='background-color:<?=$item['color']?>;'
|
||||||
</tr>
|
></td>
|
||||||
|
<td width=*></td>
|
||||||
|
</tr>
|
||||||
|
<?php endforeach; ?>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<tr><td colspan=2 height=5 id=bg1></td></tr>
|
<tr><td colspan=2 height=5 id=bg1></td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user