<p><?php echo lang::get('rokket_text'); ?> </p> <div class="row"> <div class="col-sm-6"> <a href="https://www.facebook.com/pages/Rokket/1562909277254179" class="button facebook full svg" target="_blank"><?php echo layout::svg('facebook'); ?> Facebook</a> </div> <div class="col-sm-6"> <a href="https://github.com/callofsorrow/rokket" class="button github full svg" target="_blank"><?php echo layout::svg('github'); ?> GitHub</a> </div> </div> </div> <div class="col-lg-8"> <div class="row"> <div class="col-md-6"> <div class="stats"> <?php $ram = $host->ram();
$id = $table->get('id'); $edit = '<a class="btn" href="?page=user&action=edit&id=' . $id . '">' . layout::svg('edit') . '</a>'; $table->addRow()->addCell("\n\t\t\t\t<input type='checkbox' name='ids[]' value='" . $id . "' id='id" . $id . "'>\n\t\t\t\t<label for='id" . $id . "'></label>\n\t\t\t", ['class' => 'checkbox'])->addCell($table->get('firstname') . " " . $table->get('name'))->addCell($table->get('email'))->addCell($table->get('username'))->addCell($edit); $table->next(); } ?> <div class="panel"> <form action="" method="post"> <div class="top"> <h3><?php echo $table->numSql() . ' ' . lang::get('user'); ?> </h3> <ul> <li> <button type="submit" name="delete"><?php echo layout::svg('delete'); ?> </button> </li> </ul> </div> <?php echo $table->show(); ?> </form> </div> <?php }
?> "> <div class="foot"> <div class="switch"> <input name="remember" id="remember" value="1" type="checkbox" <?php echo type::post('remember', 'int') ? 'checked="checked"' : ''; ?> > <label for="remember"></label> <div><?php echo lang::get('remember_login'); ?> </div> </div> <button name="login" type="submit"> <?php echo layout::svg('check'); ?> </button> </div> </form> </div> <?php include 'inc/foot.php';
<div id="install"> <div class="lang"> <a class="logo" href="http://rokket.info" target="_blank"> <?php echo layout::svg('rocket-panel'); ?> </a> <nav> <ul> <?php foreach (lang::getLangs() as $key => $lang) { echo '<li><a href="?page=database&lang=' . $key . '">' . $lang . '</a></li>'; } ?> </ul> </nav> </div> </div>
<section id="main"> <div id="head"> <h1><?php echo layout::getPage(); ?> </h1> <?php echo layout::getButtons(); ?> <div id="search"> <?php echo layout::svg('search'); ?> <form action="" method="post"> <input type="text" placeholder="<?php echo lang::get('search'); ?> " name="q"> </form> </div> <div class="clear"></div> </div> <div id="content"> <?php