62 lines
No EOL
2.5 KiB
PHP
Executable file
62 lines
No EOL
2.5 KiB
PHP
Executable file
<!--
|
|
Story Page for HERO MASH UP!
|
|
-->
|
|
|
|
<!-- Script for the Fight Information Fields -->
|
|
<script type="text/javascript">
|
|
$(document).ready(function() {
|
|
$(".story_cont#fight]> .story_title").click(function(){
|
|
$(this).siblings().slideToggle();
|
|
});
|
|
$(".filter_option").click(function(){
|
|
|
|
|
|
});
|
|
});
|
|
|
|
</script>
|
|
<!-- End Script area -->
|
|
|
|
<!-- Story Box Template
|
|
<div class="stories">
|
|
<div class="story_cont">
|
|
<div class="story_title"></div>
|
|
<div class="story_details"></div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<form class="filter">
|
|
<div class="filter_title">Sort by Type</div>
|
|
<input type="checkbox" class="filter_option" id="0">Announcement</div>
|
|
<input type="checkbox" class="filter_option" id="1">Fight - Season 1</div>
|
|
<input type="checkbox" class="filter_option" id="2">Fight - Season 2</div>
|
|
</form>-->
|
|
|
|
<div class="stories" id="0">
|
|
<div class="story_cont">
|
|
<div class="story_title" id="announce">Welcome to Hero Mash Up!</div>
|
|
<div class="story_details">Welcome to the site for the <span style="font-style:italic">Hero Mash Up!</span> creativity experiment. Below this post you can read the details of each fight. Season 1 can be found <a href="https://forums.runedrive.com/viewforum.php?f=3&sid=7b28de611d3776eb296f5e72a98f83fb">here</a>. Seasons 2 and beyond will be documented here, amongst other places. While anyone has access to read the fights and gather information regarding the heroes, teams, arenas and brackets, only members participating in the current season can log in and place bets. More information about betting for members can be found once they are logged in. Thanks for visiting, and hopefully you'll enjoy the matches!</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="stories" id="1">
|
|
<div class="story_cont" id="fight">
|
|
<div class="story_title">Fight 1 -- Team Cool Guy VS Team Bad Dude -- Arena: Amherst Central High School --</div>
|
|
<div class="story_details">More information coming soon!</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="stories" id="2">
|
|
<div class="story_cont" id="fight">
|
|
<div class="story_title">Fight 2 -- Team Super Cool Team Name VS Team Dumb -- Arena: Deep Space 9 --</div>
|
|
<div class="story_details">More information coming soon!</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="stories" id="12">
|
|
<div class="story_cont" id="fight">
|
|
<div class="story_title">Fight 3 -- Team Dumb VS Team Shin Chan is Da Plan -- Arena: American Fun Time School --</div>
|
|
<div class="story_details">More information coming soon!</div>
|
|
</div>
|
|
</div> |