Commit 269367da2c4d19a55572cc723a80b6ee59adf897
Exists in
master
Merge branch 'master' of https://github.com/lightbase/WSCacicNeo
Showing
4 changed files
with
32 additions
and
38 deletions
Show diff stats
4.33 KB
wscacicneo/static/macadmin/js/custom.js
... | ... | @@ -279,6 +279,7 @@ $(function(){ |
279 | 279 | |
280 | 280 | /* jQuery Notification */ |
281 | 281 | |
282 | +/* | |
282 | 283 | $(document).ready(function(){ |
283 | 284 | |
284 | 285 | setTimeout(function() {noty({text: '<strong>Howdy! Hope you are doing good...</strong>',layout:'topRight',type:'information',timeout:15000});}, 7000); |
... | ... | @@ -317,7 +318,7 @@ $(document).ready(function() { |
317 | 318 | |
318 | 319 | }); |
319 | 320 | |
320 | - | |
321 | +*/ | |
321 | 322 | /* Date picker */ |
322 | 323 | |
323 | 324 | $(function() { | ... | ... |
wscacicneo/templates/master.pt
... | ... | @@ -13,33 +13,26 @@ |
13 | 13 | <div class="navbar navbar-fixed-top bs-docs-nav" role="banner"> |
14 | 14 | |
15 | 15 | <div class="conjtainer"> |
16 | + | |
16 | 17 | <!-- Menu button for smallar screens --> |
17 | 18 | <div class="navbar-header"> |
18 | 19 | <button class="navbar-toggle btn-navbar" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse"> |
19 | 20 | <span>Menu</span> |
20 | 21 | </button> |
22 | + | |
21 | 23 | <!-- Site name for smallar screens --> |
22 | 24 | <a href="index.html" class="navbar-brand hidden-lg">Super-Gerente</a> |
23 | 25 | </div> |
24 | - | |
25 | - | |
26 | - | |
27 | - <!-- Navigation starts --> | |
26 | + | |
27 | + <!-- Navigation starts --> | |
28 | 28 | <nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation"> |
29 | - | |
30 | - <!-- Search form --> | |
31 | - <form class="navbar-form navbar-right" role="search"> | |
32 | - <div class="form-group"> | |
33 | - <input type="text" class="form-control" placeholder="Search"> | |
34 | - </div> | |
35 | - </form> | |
36 | - <!-- Links --> | |
29 | + | |
30 | + <!-- Links --> | |
37 | 31 | <ul class="nav navbar-nav pull-right"> |
38 | 32 | <li class="dropdown pull-right"> |
39 | 33 | <a data-toggle="dropdown" class="dropdown-toggle" href="#"> |
40 | 34 | <i class="fa fa-user"></i> Admin <b class="caret"></b> |
41 | 35 | </a> |
42 | - | |
43 | 36 | <!-- Dropdown menu --> |
44 | 37 | <ul class="dropdown-menu"> |
45 | 38 | <li><a href="#"><i class="fa fa-user"></i> Profile</a></li> |
... | ... | @@ -47,14 +40,19 @@ |
47 | 40 | <li><a href="login.html"><i class="fa fa-sign-out"></i> Logout</a></li> |
48 | 41 | </ul> |
49 | 42 | </li> |
50 | - | |
51 | 43 | </ul> |
44 | + | |
45 | + <!-- Search form --> | |
46 | + <form class="navbar-form navbar-right" role="search"> | |
47 | + <div class="form-group"> | |
48 | + <input type="text" class="form-control" placeholder="Buscar"> | |
49 | + </div> | |
50 | + </form> | |
52 | 51 | </nav> |
53 | 52 | |
54 | 53 | </div> |
55 | 54 | </div> |
56 | - | |
57 | - | |
55 | + | |
58 | 56 | <!-- Header starts --> |
59 | 57 | <header> |
60 | 58 | <div class="container"> |
... | ... | @@ -64,8 +62,10 @@ |
64 | 62 | <div class="col-md-4"> |
65 | 63 | <!-- Logo. --> |
66 | 64 | <div class="logo"> |
67 | - <h1><a href="home">Super<span class="bold">Gerente</span></a></h1> | |
65 | + <h1><a href="${request.route_url('root')}home"><img src="${request.route_url('root')}/static/caciclogo_transparent.png"> </a> | |
66 | + <a href="${request.route_url('root')}home">Super<span class="bold">Gerente</span></a></h1> | |
68 | 67 | </div> |
68 | + | |
69 | 69 | <!-- Logo ends --> |
70 | 70 | </div> |
71 | 71 | ... | ... |
wscacicneo/templates/menu.pt
1 | 1 | <div class="sidebar"> |
2 | - <div class="sidebar-dropdown"><a href="#">Navigation</a></div> | |
3 | -<ul id="nav"> | |
4 | - <!-- Main menu with font awesome icon --> | |
5 | - <li class="open"><a href="home"><i class="fa fa-home"></i> Dashboard</a> | |
6 | - </li> | |
7 | - <li class="has_sub"> | |
8 | - <a href="#"><i class="fa fa-file-o"></i> Páginas <span class="pull-right"><i class="fa fa-chevron-right"></i></span></a> | |
9 | - <ul> | |
10 | - <li><a href="orgao">Orgao</a></li> | |
11 | - <li><a href="login.html">Login</a></li> | |
12 | - <li><a href="register.html">Register</a></li> | |
13 | - <li><a href="support.html">Support</a></li> | |
14 | - <li><a href="invoice.html">Invoice</a></li> | |
15 | - <li><a href="gallery.html">Gallery</a></li> | |
16 | - </ul> | |
17 | - </li> | |
18 | - | |
19 | - | |
20 | -</ul> | |
21 | -</div> | |
2 | + <div class="sidebar-dropdown"><a href="#">Navigation</a></div> | |
3 | + <ul id="nav"> | |
4 | + <!-- Main menu with font awesome icon --> | |
5 | + <li class="open"><a href="${request.route_url('root')}home"><i class="fa fa-home"></i> Início</a> | |
6 | + </li> | |
7 | + <li class="has_sub"> | |
8 | + <a href="#"><i class="fa fa-file-o"></i> Orgão <span class="pull-right"><i class="fa fa-chevron-right"></i></span></a> | |
9 | + <ul> | |
10 | + <li><a href="${request.route_url('root')}orgao">Cadastrar Orgao</a></li> | |
11 | + </ul> | |
12 | + </li> | |
13 | + </ul> | |
14 | + </div> | ... | ... |