示例#1
0
<table border="0" cellpadding="0" cellspacing="0">
<tr><td valign=top
onmouseover="this.style.background='#d0d0d0';"
onclick="this.style.background='#ffffff';"
onmouseout="this.style.background='#e4E4E4';" nowrap>
<img src=/picto/0.png width=2 height=1 hspace=59 border=0 vspace=0 vspace=0 alt=''><br>
<?php 
echo $cm_navfile;
?>
</td></tr></table>
</td>
<td valign=top width=100%>

<table border="0" cellpadding="0" cellspacing="0">
<tr><td valign=top bgcolor=#a2a2a2>
<table border="0" cellpadding="0" cellspacing="1">
<tr><td valign=top bgcolor=#c9c9c9 colspan=2 align=right class=file>
<?php 
echo c_bread($p);
?>
</td></tr>
<?php 
echo $cm_out;
?>
<tr><td bgcolor=#e0e0e0 valign=top>
<table border="0" cellpadding="4" cellspacing="0">
<tr><td valign=top bgcolor=#dedede>



示例#2
0
include 'inc/auth.php';
include 'inc/admin.php';

if (is_array($output)) {
	$cm_out = "<tr><td colspan=2 bgcolor=#ffffff class=bmenu>&nbsp;";
	$cm_out.= implode("</td></tr><tr><td colspan=2 class=bmenu bgcolor=#ffffff>&nbsp;",$output);
	$cm_out.= "</td></tr>";
} else {
	$cm_out = '';
}

foreach ($cf_domds as $do) {
	a_rectree($p,"/$do");
}

$cm_head = c_bread($p);
include "html/head.php";
include "html/head_browse.php";
if ((strstr($p,'_images')) or (strstr($p,'_docs'))) {
	include 'inc/image.php';
} else {
	include 'inc/file.php';
}
include "html/foot_browse.php";
include "html/foot.php";
?>

<? /* 
<pre><?print_r(get_defined_vars())?></pre> 
*/ ?>