File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 5
5
<tbody>
6
6
<tr class="server_onl">
7
7
<td class="status_cell">
8
- <span class="status_icon_onl" style=" <?php echo $ statusfarbe ?> " ></span>
8
+ <span class="status_icon_onl"></span>
9
9
<div class="status-letter-online"></div>
10
10
</td>
11
- <td title="GAME LINK" class="connectlink_cell"><a href="<?php echo $ connectlink ?> "><?php echo $ ip . "<span>: " . $ gport ."</span> " ?> </a></td>
12
- <td title="<?php if (isset ($ title )) {echo $ title ;} ?> " class="servername_cell">
13
- <div class="servername_nolink"><?php if (isset ($ title )) {echo $ title ;} ?> </div></td>
14
- <td class="players_cell"><div class="outer_bar"><div class="inner_bar"><span class="players_numeric"><?php echo $ countplayers . '/ ' . $ maxplayers ;?> </span></div></div></td>
15
- <td class="img-cell"><img src="<?php echo $ img ?> " width="80px" height="80px" style="float:right;margin-right: 8px;" alt="<?php echo $ img ?> "></td>
11
+ <td title="GAME LINK" class="connectlink_cell"><a><span></span></a></td>
12
+ <td class="servername_cell">
13
+ <div class="servername_nolink">Loading...</div>
14
+ </td>
15
+ <td class="players_cell"><div class="outer_bar"><div class="inner_bar"><span class="players_numeric">0/0</span></div></div></td>
16
+ <td class="img-cell"><img width="80px" height="80px" style="float:right;margin-right: 8px;"></td>
16
17
</tr>
17
18
</tbody>
18
19
</table>
You can’t perform that action at this time.
0 commit comments