Add Embed player code
This commit is contained in:
parent
f074545be4
commit
d62ee56296
|
@ -1,4 +1,7 @@
|
|||
<?php
|
||||
if($_GET[id]) {
|
||||
$kontol = $share[file][file_id];
|
||||
}
|
||||
|
||||
echo "
|
||||
<div class=\"page-header\"><h1>".$share[file][title]." - ".formatBytes($share[file][size])."</h1></div>
|
||||
|
@ -24,7 +27,14 @@ echo "
|
|||
<div class=\"col-sm-10\">
|
||||
<input class=\"form-control\" value=\"<a href="http://".config('site.domain')."/file/$_GET[id]">".$share[file][title]." - ".formatBytes($share[file][size])."</a>\">
|
||||
</div>
|
||||
|
||||
<div class=\"form-group\">
|
||||
<label class=\"col-sm-2 control-label\" style=\"text-align: left;\">Embed Player</label>
|
||||
<div class=\"col-sm-10\">
|
||||
<input class=\"form-control\" value=\"<iframe="https://drive.0wo.me/player?id=$kontol frameborder="0" width="480" height="240"</frame>\">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
";
|
Loading…
Reference in New Issue