<?php
/*
CREATIVE COMMONS - Attribution-No Derivative Works 3.0 Germany:
- You may not alter, transform, or build upon this work.
- Dieses Werk darf nicht bearbeitet oder in anderer Weise verändert werden.
*/
echo '<div id="Legende">
<b>'.$L_Legend.':</b>
<span class="Gig"> '.$L_GigStatusGig.' </span>
<span class="Option"> '.$L_GigStatusOption.' </span>
<span class="Blocked"> '.$L_GigStatusBlocked.' </span>
<span class="Rehearsal"> '.$L_GigStatusRehearsal.' </span>
';
if ($page!='showAllGigs' AND $page!='selectGig') echo '<span class="DoubleDates"> '.$L_Double_Dates.' </span>
';
echo '<span class="Today"> '.$L_GigStatusToday.' </span>
</div>';
?>