phcscriptcdn 4.3.3 → 4.3.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 880818932f655c7a70de8b047fcf175de29c68a4
4
- data.tar.gz: e40e3df71adbf7a33bb19f74144ed4eff85bb166
3
+ metadata.gz: 975d10d338731887f4ab61149168c032c5926554
4
+ data.tar.gz: abf42125e7dff706e59326958f6faf9f948eaecc
5
5
  SHA512:
6
- metadata.gz: e0fac4a12fb80d872e80ce91fdfb971771c7d860f7dd166485e34c5de0e5d6984c0f12a34fc74dd10e81286515e3ceb533a532c30f84644a13872cfbe9fc6be0
7
- data.tar.gz: 71e2d4e4fd969aa5175873fa203b597ae31304ee79e0289ffd47ad3209aa8c6aa2a842c9c33efaf957bf1458dd2109eb25ddf8704aa9525229b7834bf11267ed
6
+ metadata.gz: ee28c674f573574b25e6c33f971bf7f5306c7d0ebd013e3464d2e72f3d06e06816cffe18c5b9173c95e08b5959ad8154c06edf94b52154b718d53137315e0594
7
+ data.tar.gz: 88673e2d15b61e4449c81af3773c08b27bf610cff576dfaf613d163c9d007192fa78477596485a0b3854b4fabe3cb53b3763f1393bf9f95bee3acf263a39e13c
@@ -3,7 +3,7 @@
3
3
 
4
4
  <head>
5
5
 
6
- <title>PHCScriptCDN - Script Listing Manager</title>
6
+ <title>PHCMembers - Membership Manager</title>
7
7
 
8
8
  <%= stylesheet_link_tag "phcscriptcdn/application", media: "all" %>
9
9
  <%= javascript_include_tag "phcscriptcdn/application" %>
@@ -11,10 +11,46 @@
11
11
 
12
12
  </head>
13
13
 
14
- <body>
15
- <div class="container">
16
- <%= yield %>
14
+ <body class="hold-transition skin-blue sidebar-mini">
15
+
16
+ <div class="wrapper">
17
+ <div class="main_container">
18
+
19
+ <header class="main-header">
20
+
21
+ <!-- Logo with Link -->
22
+ <%= link_to phcmembers.member_profiles_path, class: "logo" do %>
23
+ <span class="logo-mini">PHC</span>
24
+ <span class="logo-lg"><b>PHC</b>ScriptCDN</span>
25
+ <% end %>
26
+ <!-- Logo with Link -->
27
+
28
+ <!-- Top Navbar -->
29
+ <nav class="navbar navbar-static-top">
30
+ <%= render 'layouts/phcscriptcdn/components/backend/topbar/topbar' %>
31
+ </nav>
32
+ <!-- Top Navbar -->
33
+
34
+ </header>
35
+
36
+ <aside class="main-sidebar">
37
+ <%= render 'layouts/phcscriptcdn/components/backend/navigation/navigation' %>
38
+ </aside>
39
+
40
+ <!-- Page Content -->
41
+ <div class="content-wrapper">
42
+ <%= yield %>
43
+ </div>
44
+ <!-- Page Content -->
45
+
46
+ </div>
17
47
  </div>
18
- </body>
19
48
 
20
- </html>
49
+ <!-- Footer -->
50
+ <footer class="main-footer">
51
+ <%= render 'layouts/phcscriptcdn/components/backend/footer/footer' %>
52
+ </footer>
53
+ <!-- Footer -->
54
+
55
+ </body>
56
+ </html>
@@ -0,0 +1,4 @@
1
+ <div class="pull-right hidden-xs">
2
+ <b>Version</b> 4.3.4 - MAR-14-<%= Date.today.year %>
3
+ </div>
4
+ <strong>&copy; 2012-<%= Time.now.year %> <%= link_to "https://phcnetworks.net", target: "_blank", rel: "nofollow" do %>PHCNetworks<% end %></strong>
@@ -0,0 +1,20 @@
1
+ <section class="sidebar">
2
+ <ul class="sidebar-menu">
3
+ <li class="<%= is_active_controller('phcscriptcdnpro/script/listings') %> treeview">
4
+ <a href=""><i class="fa fa-code"></i> <span class="nav-label">Script Listings</span> <span class="fa arrow"></span></a>
5
+ <ul class="nav nav-second-level collapse">
6
+ <li class="<%= is_active_controller('phcscriptcdnpro/script/listings') %>"><%= link_to "All Script Listings", phcscriptcdnpro.script_listings_path %></li>
7
+ <li class="<%= is_active_controller('phcscriptcdnpro/script/listings#new') %>"><%= link_to "Add a New Listing", phcscriptcdnpro.new_script_listing_path %></li>
8
+ </ul>
9
+ </li>
10
+ <li class="<%= is_active_controller('phcscriptcdnpro/script/authors') %> <%= is_active_controller('phcscriptcdnpro/script/licences') %> <%= is_active_controller('phcscriptcdnpro/script/extensions') %> <%= is_active_controller('phcscriptcdnpro/script/versions') %> treeview">
11
+ <a href=""><i class="fa fa-code"></i> <span class="nav-label">Script CDN Modules</span> <span class="fa arrow"></span></a>
12
+ <ul class="nav nav-second-level collapse">
13
+ <li class="<%= is_active_controller('phcscriptcdnpro/script/authors') %>"><%= link_to "Script Authors", phcscriptcdnpro.script_authors_path %></li>
14
+ <li class="<%= is_active_controller('phcscriptcdnpro/script/licences') %>"><%= link_to "Script Licences", phcscriptcdnpro.script_licences_path %></li>
15
+ <li class="<%= is_active_controller('phcscriptcdnpro/script/extensions') %>"><%= link_to "Script Extensions", phcscriptcdnpro.script_extensions_path %></li>
16
+ <li class="<%= is_active_controller('phcscriptcdnpro/script/versions') %>"><%= link_to "Script Versions", phcscriptcdnpro.script_versions_path %></li>
17
+ </ul>
18
+ </li>
19
+ </ul>
20
+ </section>
@@ -0,0 +1,5 @@
1
+ <!-- Mobile Toggle -->
2
+ <a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button">
3
+ <span class="sr-only">Toggle navigation</span>
4
+ </a>
5
+ <!-- Mobile Toggle -->
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdn
2
- VERSION = "4.3.3"
2
+ VERSION = "4.3.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcscriptcdn
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.3
4
+ version: 4.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-13 00:00:00.000000000 Z
11
+ date: 2017-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -574,6 +574,10 @@ files:
574
574
  - app/models/phcscriptcdn/script/url.rb
575
575
  - app/models/phcscriptcdn/script/version.rb
576
576
  - app/views/layouts/phcscriptcdn/application.html.erb
577
+ - app/views/layouts/phcscriptcdn/components/backend/footer/_footer.html.erb
578
+ - app/views/layouts/phcscriptcdn/components/backend/navigation/_navigation.html.erb
579
+ - app/views/layouts/phcscriptcdn/components/backend/topbar/_topbar.html.erb
580
+ - app/views/layouts/phcscriptcdn/components/backend/topbar/_topbar_links.html.erb
577
581
  - app/views/layouts/phcscriptcdn/frontend.html.erb
578
582
  - app/views/phcscriptcdn/script/authors/_form.html.erb
579
583
  - app/views/phcscriptcdn/script/authors/edit.html.erb