Exemplo n.º 1
0
:</b></td>
<td valign=top><b><?php 
echo $lang['help2'];
?>
:</b></td>
</tr>
<tr><td valign=top>
<a href=qa.php>top</a>
<FORM action=qa.php method=POST>
<input type=hidden name=current value=<?php 
echo $UNTRUSTED['current'];
?>
 >
<table>
<?php 
$mypath = depthof($UNTRUSTED['current']);
showtree(0, 1);
?>
</table>

</td><td valign=top>
<table>
<?php 
questions();
?>
</table>
</td>
</tr></table>
</center>
<input type=submit value=REORDER name=whatdo></form>
<hr>
Exemplo n.º 2
0
?>
:</b></td>
</tr>
<tr><td valign=top>
<a href=user_qa.php?department=<?php 
echo $department;
?>
>top</a>
<table>
<?php 
if (empty($UNTRUSTED['current'])) {
    $current = 0;
} else {
    $current = $UNTRUSTED['current'];
}
$mypath = depthof($current);
showtree(0, 1);
?>
</table>

</td><td valign=top>
<table>
<?php 
questions($current);
?>
</table>
</td>
</tr></table>
</center>
<p><p>
<?php