echo "</script>"; } if (isset($_POST['festid'])) { echo "<script>"; echo "\$(document).ready(function() {var id = \$('select#festid option[value=" . $_POST['festid'] . "]').attr('selected', 'selected');})"; echo "</script>"; } ?> <h1>Submit a Video to ILMarching</h1> <div id='message' class='message'></div> <div class='grid'> <div class='row'> <div class='label'>Band:</div> <div class='cell'><?php print_band_select("bandid"); ?> </div> <div class='help'><img src='images/icon-help.gif'><span>Please select the Band performing in the video.</span></div> </div> <div class='space'></div> <div class='row'> <div class='label'>Festival:</div> <div class='cell'><?php print_festival_select("festid"); ?> </div> <?php help_balloon("Please select the Festival where this band performed. Remember to select to correct year."); ?> </div>
</div> <!--MAIN CONTENT--> <div id="contentwrapper"> <div id="contentcolumn"> <div class="innertube"> <?php if (isset($message)) { echo "<center><font size=+1 color=#FF0000>" . $message . "</font></center><p>"; } ?> <h1>Manage Band Images</h1> <div id='band_select'> <b>Band: </b> <?php print_band_select('bandid'); ?> </div> <div id='photo_manage' style='margin-top:30px;'> </div> <div id='empty'></div> </div> </div> </div> <!--MENU--> <div id="leftcolumn"> <div class="innertube"> Welcome, <?php echo ucwords(get_username()); ?>