Make formatting a little nicer
这个提交包含在:
父节点
82a39a5667
当前提交
d42a5dc723
共有 1 个文件被更改,包括 3 次插入 和 3 次删除
|
|
@ -39,7 +39,7 @@
|
||||||
<td style="width:225px">DOKs (<?php echo count($doks)?>)</td>
|
<td style="width:225px">DOKs (<?php echo count($doks)?>)</td>
|
||||||
<?php
|
<?php
|
||||||
foreach ($worked_bands as $slot) {
|
foreach ($worked_bands as $slot) {
|
||||||
echo " <td>$slot</td>\n";
|
echo " <td style=\"text-align: center;\">$slot</td>\n";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -51,9 +51,9 @@
|
||||||
foreach($val as $band=>$count){
|
foreach($val as $band=>$count){
|
||||||
if (in_array($band, $worked_bands)) {
|
if (in_array($band, $worked_bands)) {
|
||||||
if ($count == 0){
|
if ($count == 0){
|
||||||
print("<td> </td>");
|
print("<td style=\"text-align: right; padding-right: 2em\"> </td>");
|
||||||
}else{
|
}else{
|
||||||
printf("<td><a href='javascript:displayDokContacts(\"%s\",\"%s\")'>%d</a></td>", str_replace("&", "%26", $dok), $band, $count);
|
printf("<td style=\"text-align: right; padding-right: 2em\"><a href='javascript:displayDokContacts(\"%s\",\"%s\")'>%d</a></td>", str_replace("&", "%26", $dok), $band, $count);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用