mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-30 10:55:50 -04:00
Fix indentation
This commit is contained in:
@@ -1,16 +1,22 @@
|
||||
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||||
<?= html::anchor($item->file_url(true), "", $attrs) ?>
|
||||
<script>
|
||||
flowplayer("<?= $attrs["id"] ?>", {src: "<?= url::abs_file("lib/flowplayer.swf") ?>",
|
||||
wmode: "transparent"}, {
|
||||
plugins: {
|
||||
h264streaming: {
|
||||
url: "<?= url::abs_file("lib/flowplayer.h264streaming.swf") ?>"
|
||||
},
|
||||
controls: {
|
||||
autoHide: 'always',
|
||||
hideDelay: 2000
|
||||
flowplayer(
|
||||
"<?= $attrs["id"] ?>",
|
||||
{
|
||||
src: "<?= url::abs_file("lib/flowplayer.swf") ?>",
|
||||
wmode: "transparent"
|
||||
},
|
||||
{
|
||||
plugins: {
|
||||
h264streaming: {
|
||||
url: "<?= url::abs_file("lib/flowplayer.h264streaming.swf") ?>"
|
||||
},
|
||||
controls: {
|
||||
autoHide: 'always',
|
||||
hideDelay: 2000
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
)
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user