|
@@ -202,7 +202,7 @@ |
|
|
else if (preg_match("#\.(htm|html)#i",$file)) |
|
|
else if (preg_match("#\.(htm|html)#i",$file)) |
|
|
{ |
|
|
{ |
|
|
$edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath); |
|
|
$edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath); |
|
|
$line = "\n<tr onMouseMove=\"javascript:this.bgColor='#F9FBF0';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\"> |
|
|
|
|
|
|
|
|
$line = "\n<tr onMouseMove=\"javascript:this.bgColor='#fbfce2';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\"> |
|
|
<td><a href='$activeurl/$file' target='_blank'><img src='../static/web/img/htm.gif'>$file</a></td> |
|
|
<td><a href='$activeurl/$file' target='_blank'><img src='../static/web/img/htm.gif'>$file</a></td> |
|
|
<td>$filesize KB</td> |
|
|
<td>$filesize KB</td> |
|
|
<td align='center'>$filetime</td> |
|
|
<td align='center'>$filetime</td> |
|
|