CMS for the late garbage.fm
at main 13 lines 515 B view raw
1<div id="markdown_preview" style="background-color: #fafafa; 2 height: 200px; border: 1px solid gray; padding: 4px; overflow: auto;"> 3<?= $C->episode->notes_html; ?> 4</div> 5<p> 6Chapters: (mark at end of show note line with <tt>&lt;-- ##:## --&gt;</tt>) 7</p> 8<div id="chapters_preview" style="background-color: #fafafa; 9 height: 100px; border: 1px solid gray; padding: 4px; overflow: auto;"> 10<? foreach ($C->episode->chapters as $time => $title) { ?> 11 <li><strong><?= $time ?></strong> - <?= $title ?> 12<? } ?> 13</div>