X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/h5p/h5plib/v124/joubel/core
home
/
cbholdings
/
pasukulu
/
h5p
/
h5plib
/
v124
/
joubel
/
core
/
📁
..
📄
LICENSE.txt
(34.32 KB)
📄
README.txt
(796 B)
📁
doc
📄
embed.php
(746 B)
📁
fonts
📄
h5p-default-storage.class.php
(15.5 KB)
📄
h5p-development.class.php
(6.1 KB)
📄
h5p-event-base.class.php
(5.59 KB)
📄
h5p-file-storage.interface.php
(5.24 KB)
📄
h5p-metadata.class.php
(4.72 KB)
📄
h5p.classes.php
(189.33 KB)
📁
images
📁
js
📄
readme_moodle.txt
(2.78 KB)
📁
styles
Editing: embed.php
<!doctype html> <html lang="<?php print $lang; ?>" class="h5p-iframe"> <head> <meta charset="utf-8"> <title><?php print $content['title']; ?></title> <?php for ($i = 0, $s = count($scripts); $i < $s; $i++): ?> <script src="<?php print $scripts[$i]; ?>"></script> <?php endfor; ?> <?php for ($i = 0, $s = count($styles); $i < $s; $i++): ?> <link rel="stylesheet" href="<?php print $styles[$i]; ?>"> <?php endfor; ?> <?php if (!empty($additional_embed_head_tags)): print implode("\n", $additional_embed_head_tags); endif; ?> </head> <body> <div class="h5p-content" data-content-id="<?php print $content['id']; ?>"></div> <script> H5PIntegration = <?php print json_encode($integration); ?>; </script> </body> </html>
Upload File
Create Folder