Added project
This commit is contained in:
parent
fe9aa14dfd
commit
2d73cc8845
186 changed files with 21174 additions and 0 deletions
7
lib-build/debug-server/www_views/thtml/layout/footer.ejs
Normal file
7
lib-build/debug-server/www_views/thtml/layout/footer.ejs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<nav class="navbar">
|
||||
<div class="navbar-footer">
|
||||
<a href="/ui/">Home</a> | -
|
||||
<a href="/ui/server/about">About</a> | -
|
||||
<a href="/ui/server/routes">Routes<a/>
|
||||
</div>
|
||||
</nav>
|
||||
16
lib-build/debug-server/www_views/thtml/layout/header.ejs
Normal file
16
lib-build/debug-server/www_views/thtml/layout/header.ejs
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="/ui/">Home</a>
|
||||
<a class="navbar-brand" href="/ui/admin/xnode/list">XNodes</a>
|
||||
<a class="navbar-brand" href="/ui/admin/xnode-base/list">XNodeBase</a>
|
||||
<a class="navbar-brand" href="/ui/admin/xsystem-state/list">XSysState</a>
|
||||
<a class="navbar-brand" href="/ui/admin/xsystem-session/list">XSysSession</a>
|
||||
</div>
|
||||
<div id="menuLogo"></div>
|
||||
</nav>
|
||||
Loading…
Add table
Add a link
Reference in a new issue