mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@569 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
638fffe0d7
commit
610fc7f131
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@
|
||||||
|
|
||||||
$src = str_replace(array('&','"'), array('&','&qout;'), $src);
|
$src = str_replace(array('&','"'), array('&','&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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue