- Add videodb PHP/MySQL media collection manager (Blu-ray, DVD, CD) - Dockerfile: PHP 8.1 + Apache with GD/mysqli/exif extensions - docker-compose.yml: app on port 6761 + MySQL 8.0 with health checks - docker-entrypoint.sh: auto-generates config.inc.php from env vars, waits for MySQL, initializes DB schema idempotently - init-db.php: CLI schema installer using app's own prefix_query() logic - Persistent volumes for DB, cache, and cover images Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
21 lines
622 B
Smarty
21 lines
622 B
Smarty
{*
|
|
Trace template
|
|
$Id: trace.tpl,v 1.3 2013/03/12 19:13:18 andig2 Exp $
|
|
*}
|
|
|
|
<!-- {$smarty.template} -->
|
|
|
|
<script>$("html").css("height", "100%");$("body").css("height", "100%");</script>
|
|
|
|
<div class="row header">
|
|
<div class="small-12 columns">
|
|
<ul class="button-group right">
|
|
<li><a href="{$url}" class="button small" target="_blank">Open in Browser</a></li>
|
|
<li><a href="trace.php?iframe=1&videodburl={$url}&videodbreload=1" class="button small submit" />Reload</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div style="height:100%">
|
|
<iframe seamless="seamless" src="trace.php?iframe=2&videodburl={$url}"></iframe>
|
|
</div> |