git-svn-id: http://xe-core.googlecode.com/svn/trunk@569 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-20 07:50:06 +00:00
parent 638fffe0d7
commit 610fc7f131
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@
<th>{$lang->uploaded_file}</th> <th>{$lang->uploaded_file}</th>
<td> <td>
<!--@foreach($document->uploaded_list as $key => $file)--> <!--@foreach($document->uploaded_list as $key => $file)-->
<div><a href="{$file->download_url}"/>{$file->source_filename} ({FileHandler::filesize($file->file_size)})</a> ({number_format($file->download_count)})</div> <div><a href="{$file->download_url}">{$file->source_filename} ({FileHandler::filesize($file->file_size)})</a> ({number_format($file->download_count)})</div>
<!--@end--> <!--@end-->
</td> </td>
</tr> </tr>

View file

@ -57,7 +57,7 @@
$src = str_replace(array('&','"'), array('&amp;','&qout;'), $src); $src = str_replace(array('&','"'), array('&amp;','&qout;'), $src);
return sprintf("<script type=\"text/javascript\">displayMultimedia(\"%s\", \"%s\",\"%s\",%s);</script>", $src, $width, $height, $auto_start); return sprintf("<div><script type=\"text/javascript\">displayMultimedia(\"%s\", \"%s\",\"%s\",%s);</script>", $src, $width, $height, $auto_start);
} }
} }
?> ?>