New PHPinfo table

This commit is contained in:
BNoiZe
2013-10-02 18:29:31 +02:00
parent b43a55b9b8
commit 5684cd8a9f
5 changed files with 14 additions and 17 deletions

View File

@@ -7,8 +7,10 @@ $header
</h2>
</header>
<section class="fullform bradiusodd">
{$phpinfo}
<section class="dboarditemfull bradiusodd">
<table width="100%">
{$phpinfo}
</table>
</section>
</article>
$footer

View File

@@ -1,3 +1,3 @@
<tr>
<td colspan="3">{$val}</td>
<td colspan="3" align="center">{$val}</td>
</tr>

View File

@@ -1,4 +1,4 @@
<tr>
<td>{$key}</td>
<td width="180">{$key}</td>
<td colspan="2">{$val}</td>
</tr>

View File

@@ -1,5 +1,6 @@
<if $key != 'Directive'>
<tr>
<td>{$key}</td>
<td>{$val[0]}</td>
<td>{$val[1]}</td>
<td width="180">{$key}</td>
<td colspan="2">{$val[0]}<br/><small style="color: #666">(Master: {$val[1]})</small></td>
</tr>
</if>

View File

@@ -1,10 +1,4 @@
<table>
<thead>
<tr>
<th colspan="3">{$name}</th>
</tr>
</thead>
<tbody>
{$phpinfoentries}
</tbody>
</table>
<tr>
<th colspan="3">{$name}Test</th>
</tr>
{$phpinfoentries}