blob: 53a500831b054747d687f63cc03248f41e73518e (
plain)
1
2
3
4
5
6
7
8
|
<div class="container-wide">
<div class='panel panel-default'>
<div class='panel-heading'>
<?php echo anchor(site_url($filedata['id'])."/", htmlspecialchars($filedata["filename"])); ?>
</div>
<div id="player-container-<?php echo $filedata['id']; ?>" class="asciinema_player" data-url="<?php echo site_url($filedata['id']); ?>"></div>
</div>
</div>
|