parent
5f219304a2
commit
8ca3a6c051
@ -1,3 +1,14 @@
|
||||
<?php
|
||||
|
||||
echo 'web';
|
||||
?>
|
||||
<?php require '/src/views/head.php' ?>
|
||||
<?php require '/src/views/web/head.php' ?>
|
||||
|
||||
<main id="web">
|
||||
<div class="content">
|
||||
WEB
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<?php require '/src/views/web/foot.php' ?>
|
||||
<?php require '/src/views/foot.php' ?>
|
||||
|
@ -0,0 +1,2 @@
|
||||
<?php
|
||||
|
@ -0,0 +1,19 @@
|
||||
<div id="loader" style="display: none"><div class="lds-ring">
|
||||
<div></div><div></div><div></div><div></div></div></div>
|
||||
<header id="web">
|
||||
<table><tbody>
|
||||
<tr>
|
||||
<td style="width: 0">
|
||||
<a href="/"><img width="30" height="30" src="/img/favicon_tmp.png"/></a>
|
||||
</td>
|
||||
<td style="text-align: center; padding: 0 .5em">
|
||||
<span class="brand"><?php echo $user->acct ?></span>
|
||||
</td>
|
||||
<td style="width: 0">
|
||||
<a href="javascript:window.USER.action.showMenu()"><div class="profile">
|
||||
<img width="40" height="40" src="<?php echo $user->account_data->avatar ?>"/>
|
||||
</div></a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
</header>
|
Loading…
Reference in new issue