forked from metin2/web
Added netbar with language selector
This commit is contained in:
84
resources/views/components/netbar/games-overview.blade.php
Normal file
84
resources/views/components/netbar/games-overview.blade.php
Normal file
@ -0,0 +1,84 @@
|
||||
{{-- To be used with <div id="mmoContent" class="mmonewsout"> --}}
|
||||
|
||||
<div id="mmoGamesOverviewPanel">
|
||||
<div id="mmoGamesOverviewToggle">
|
||||
<h4>
|
||||
<a href="#mmoGamesOverviewLists">More games<span class="mmoNbPseudoSelect_icon"></span></a>
|
||||
<span class="mmoNbBoxEdge mmoNbBoxEdge_left"></span>
|
||||
<span class="mmoNbBoxEdge mmoNbBoxEdge_right"></span>
|
||||
</h4>
|
||||
</div>
|
||||
<div id="mmoGamesOverviewLists">
|
||||
<div id="mmoGamesOverviewCountry" class="mmo_EN"></div>
|
||||
|
||||
<!-- Section: Featured Game -->
|
||||
<h5>Featured game</h5>
|
||||
<ul id="mmoGamesOverview_featured">
|
||||
<li>
|
||||
<a href="http://web.archive.org/web/20130708185211/http://tera-europe.com/home.html?kid=5-60907-02007-1105-120281a8"
|
||||
title="The Exiled Realm of Arborea" target="_blank">
|
||||
<span id="gameImgTarget_tera" class="gameImgTarget"></span>
|
||||
<span class="gameName">TERA</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<!-- Section: Client Games -->
|
||||
<h5>MMORPGs</h5>
|
||||
<ul id="mmoGamesOverview_client">
|
||||
<li class="mmoGameIcon mmoGameIcon_wizard101 mmoGameIcon_wizard101_en">
|
||||
<a href="http://web.archive.org/web/20130708185211/http://www.wizard101.co.uk/?kid=5-47607-02007-1105-12028101"
|
||||
title="Captivating adventures, magical worlds!" target="_blank">
|
||||
<span id="gameImgTarget_wizard101" class="gameImgTarget"></span>
|
||||
Wizard101 </a>
|
||||
</li>
|
||||
<li class="mmoGameIcon mmoGameIcon_4story mmoGameIcon_4story_en">
|
||||
<a href="http://web.archive.org/web/20130708185211/http://www.4story.co.uk/?kid=5-23307-02007-1105-120281e0"
|
||||
title="For the light of truth" target="_blank">
|
||||
<span id="gameImgTarget_4story" class="gameImgTarget"></span>
|
||||
4Story </a>
|
||||
</li>
|
||||
<li class="mmoGameIcon mmoGameIcon_nostale mmoGameIcon_nostale_en">
|
||||
<a href="http://web.archive.org/web/20130708185211/http://www.nostale.co.uk/?kid=5-09107-02007-1105-1202815b"
|
||||
title="Live the legend" target="_blank">
|
||||
<span id="gameImgTarget_nostale" class="gameImgTarget"></span>
|
||||
NosTale </a>
|
||||
</li>
|
||||
<li class="mmoGameIcon mmoGameIcon_airrivals mmoGameIcon_airrivals_en">
|
||||
<a href="http://web.archive.org/web/20130708185211/http://www.airrivals.net/?kid=5-12107-02007-1105-120281db"
|
||||
title="The wings of victory" target="_blank">
|
||||
<span id="gameImgTarget_airrivals" class="gameImgTarget"></span>
|
||||
AirRivals </a>
|
||||
</li>
|
||||
<li class="mmoGameIcon mmoGameIcon_aion mmoGameIcon_aion_en">
|
||||
<a href="http://web.archive.org/web/20130708185211/http://play.aionfreetoplay.com/?kid=5-62007-02007-1105-120281eb"
|
||||
title="Earn your wings" target="_blank">
|
||||
<span id="gameImgTarget_aion" class="gameImgTarget"></span>
|
||||
AION free-to-play </a>
|
||||
</li>
|
||||
<li class="mmoGameIcon mmoGameIcon_runesofmagic mmoGameIcon_runesofmagic_en">
|
||||
<a href="http://web.archive.org/web/20130708185211/http://www.runesofmagic.com/home.html?kid=5-46807-02007-1105-120281d9"
|
||||
title="THE AWARD WINNING MMORPG" target="_blank">
|
||||
<span id="gameImgTarget_runesofmagic" class="gameImgTarget"></span>
|
||||
Runes of Magic </a>
|
||||
</li>
|
||||
<li class="mmoGameIcon mmoGameIcon_raiderz mmoGameIcon_raiderz_en">
|
||||
<a href="http://web.archive.org/web/20130708185211/http://www.raiderz-europe.com/en/free-to-play.html?kid=5-59807-02007-1105-120281dd"
|
||||
title="Unleash the hunter within!" target="_blank">
|
||||
<span id="gameImgTarget_raiderz" class="gameImgTarget"></span>
|
||||
RaiderZ-Europe </a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<!-- Section: Browser Games -->
|
||||
<h5>Browser games</h5>
|
||||
<ul id="mmoGamesOverview_browser">
|
||||
<li class="mmoGameIcon mmoGameIcon_goblinkeeper mmoGameIcon_goblinkeeper_en">
|
||||
<a href="http://web.archive.org/web/20130708185211/http://en.goblinkeeper.com/?kid=5-79607-02007-1105-120281b2"
|
||||
title="Go to hell!" target="_blank">
|
||||
<span id="gameImgTarget_goblinkeeper" class="gameImgTarget"></span>
|
||||
Goblin Keeper </a>
|
||||
</li>
|
||||
</ul>
|
||||
</div><!-- /mmoGamesOverviewLists -->
|
||||
</div><!-- /mmoGamesOverviewPanel -->
|
Reference in New Issue
Block a user