CMS for the late garbage.fm
at main 15 lines 467 B view raw
1<? foreach ($C->other_users as $other_user) { ?> 2 <br> 3 <div class="boxline"> 4 <label class="required" style="line-height: 1.4em;"><?= 5 h($other_user->username) ?>:</label> 6 <div class="d" id="notes_user_<?= h($other_user->username) ?>" 7 style="line-height: 1.4em;"> 8 <? if ($other_user->upcoming_notes == "") { ?> 9 <span class="na">No notes entered.</span> 10 <? } else { ?> 11 <?= nl2br(h($other_user->upcoming_notes)) ?> 12 <? } ?> 13 </div> 14 </div> 15<? } ?>