blob: 5eb8041f7f87be446b6e4339b4f85b0ec2ad0e5f (
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>
|