File "sidebar.php"

Full path: C:/xampp/htdocs/www_real/sidebar.php
File size: 2.62 B (2.62 KB bytes)
MIME-type: text/html
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<!-- ServerAion Web by Pr00f & Sky (serveraion.ru) -->

<div class="sidebar">

    <div class="container">
        <div id="login-form">
            <h3><?php echo $lang['login']; ?></h3>
            <fieldset>  
                <footer>
                <?php require "login_form.php"; ?> 
                </footer>
            </fieldset> 
        </div>
    </div>
    
    <div class="container">
        <div id="login-form">
            <h3><?php echo $lang['statistic']; ?></h3>
            <fieldset>
                <footer class="clearfix">
                    <table cellspacing="0">
                       <colgroup>
                          <col style="width:65px;">
                          <col style="width:10px;">
                          <col style="width:40px;">
                       </colgroup>
                       <tr>
                          <td class="toptext"><?php echo $lang['accounts']; ?></td>
                          <td class="toptext"> : </td>
                          <td class="toptextright"><?php echo $accounts_amt; ?></td>
                       </tr>
                       <tr>
                          <td class="toptext"><?php echo $lang['characters']; ?></td>
                          <td class="toptext"> : </td>
                          <td class="toptextright"><?php echo $players_amt; ?></td>
                       </tr>
                       <tr>
                          <td class="toptext"><?php echo $lang['legions']; ?></td>
                          <td class="toptext"> : </td>
                          <td class="toptextright"><?php echo $legions_amt; ?></td>
                       </tr>
                    </table>
                </footer>
            </fieldset> 
        </div>
    </div>

    <div class="container">
        <div id="login-form">
            <h3><?php echo $lang['vote']; ?></h3>
            <fieldset>
                <center><a href="https://www.xtremetop100.com/in.php?site=1132375895" target="_blank"><img src="img/banner_vote1.png"></a> <a href="https://www.arena-top100.com/details/sabrewolf22/" target="_blank"><img src="img/banner_vote2.png"></a></center>
            </fieldset>
        </div>
	</div>
	
    <div class="container">
        <div id="login-form">
            <h3><?php echo $lang['vote']; ?></h3>
            <fieldset>
                <center><a href="https://topg.org/aion-private-servers/server-664105" target="_blank"><img src="img/banner_vote3.png"></a> <a href="https://gtop100.com/topsites/Aion-Online/sitedetails/This-AION-Brasil-103571" target="_blank"><img src="img/banner_vote4.png"></a></center>
            </fieldset>
        </div>
	</div>
</div>