|
|
|
@ -74,6 +74,8 @@ eof;
@@ -74,6 +74,8 @@ eof;
|
|
|
|
|
|
|
|
|
|
$platform = Html::getShareVideosPlatform($file['shortcut']['url']); |
|
|
|
|
|
|
|
|
|
$pubDate = date('m/d', $file['fstat']['ctime']); |
|
|
|
|
|
|
|
|
|
echo <<<eof |
|
|
|
|
<a href="{$file['shortcut']['url']}" class="img-item img-preview" target="_blank"> |
|
|
|
|
<span class="img-con video-js vjs-big-play-centered"> |
|
|
|
@ -84,7 +86,7 @@ eof;
@@ -84,7 +86,7 @@ eof;
|
|
|
|
|
<span class="vjs-control-text" aria-live="polite">Play Video</span> |
|
|
|
|
</button> |
|
|
|
|
</span> |
|
|
|
|
<strong>{$title}</strong> |
|
|
|
|
<strong>{$pubDate},{$title}</strong> |
|
|
|
|
</a> |
|
|
|
|
eof; |
|
|
|
|
} |
|
|
|
|