mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added adminpanel to this repo
This commit is contained in:
27
server/public/layouts/client/frontpage.handlebars
Executable file
27
server/public/layouts/client/frontpage.handlebars
Executable file
@@ -0,0 +1,27 @@
|
||||
<div id="main-container">
|
||||
{{> frontpage/header}}
|
||||
{{> frontpage/search}}
|
||||
|
||||
<div id="channel-load" class="progress">
|
||||
<div class="indeterminate" id="channel-load-move"></div>
|
||||
</div>
|
||||
<main class="center-align container">
|
||||
<div id="main_section_frontpage" class="section">
|
||||
<div class="col s12">
|
||||
<div class="row">
|
||||
<div class="input-field col s12">
|
||||
<select id="view_channels_select">
|
||||
<option value="" disabled>Channels to show</option>
|
||||
<option value="1" selected>Most Popular</option>
|
||||
<option value="2">All Channels</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="preloader" class="progress">
|
||||
<div class="indeterminate"></div>
|
||||
</div>
|
||||
{{> frontpage/channels}}
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
Reference in New Issue
Block a user