| Server IP : 103.82.32.14 / Your IP : 216.73.217.121 Web Server : Apache/2.2.32 (Unix) mod_ssl/2.2.32 OpenSSL/1.0.1e-fips mod_fcgid/2.3.9 System : Linux cloud.lonmanhoabinh.com 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : lonmakmf ( 524) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /home/phimfeoo/public_html/admincp/ |
Upload File : |
<section class="hbox stretch">
<!-- .aside -->
<aside class="aside-xl b-l b-r" id="note-list">
<section class="vbox flex">
<header class="header clearfix">
<span class="pull-right m-t"><button class="btn btn-dark btn-sm btn-icon" id="new-note" data-toggle="tooltip" data-placement="right" title="New"><i class="fa fa-plus"></i></button></span>
<p class="h3">Notebook</p>
<div class="input-group m-t-sm m-b-sm">
<span class="input-group-addon input-sm"><i class="fa fa-search"></i></span>
<input type="text" class="form-control input-sm" id="search-note" placeholder="search">
</div>
</header>
<section>
<section>
<section>
<div class="padder">
<!-- note list -->
<ul id="note-items" class="list-group list-group-sp"></ul>
<!-- templates -->
<script type="text/template" id="item-template">
<div class="view" id="note-<%- id %>">
<button class="destroy close hover-action">×</button>
<div class="note-name">
<strong>
<%- (name && name.length) ? name : 'New note' %>
</strong>
</div>
<div class="note-desc">
<%- description.replace(name,'').length ? description.replace(name,'') : 'empty note' %>
</div>
<span class="text-xs text-muted"><%- moment(parseInt(date)).format('MMM Do, h:mm a') %></span>
</div>
</script>
<!-- / template -->
<!-- note list -->
<p class="text-center"> </p>
</div>
</section>
</section>
</section>
</section>
</aside>
<!-- /.aside -->
<aside id="note-detail">
<script type="text/template" id="note-template">
<section class="vbox">
<header class="header bg-light lter bg-gradient b-b">
<p id="note-date">Created on <%- moment(parseInt(date)).format('MMM Do, h:mm a') %></p>
</header>
<section class="bg-light lter">
<section class="hbox stretch">
<aside>
<section class="vbox b-b">
<section class="paper">
<textarea type="text" class="form-control scrollable" placeholder="Type your note here"><%- description %></textarea>
</section>
</section>
</aside>
</section>
</section>
</section>
</script>
</aside>
</section>
<a href="#" class="hide nav-off-screen-block" data-toggle="class:nav-off-screen" data-target="#nav"></a>
<!-- Notes -->