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> </h2>
</header> </header>
<section class="fullform bradiusodd"> <section class="dboarditemfull bradiusodd">
<table width="100%">
{$phpinfo} {$phpinfo}
</table>
</section> </section>
</article> </article>
$footer $footer

View File

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

View File

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

View File

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

View File

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