explorak5_login_prueba 5.0.0 → 5.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aed3c259d9acaec0c571e3e31ffc85470066c05e5a96843c1600ebf0841b27b7
4
- data.tar.gz: 60c5cf8f006548ad6c98900f999c24ab24a4cd808dab5d464620aae004958af9
3
+ metadata.gz: 5bbf51ddb5ea244beab3b7de6a0e30021fd5b01feaf1b370676c242d2d842452
4
+ data.tar.gz: 3c1994ed9bd2d7a63726c4ef594d57f3227d6bf2434d997e88100bd7e53b056e
5
5
  SHA512:
6
- metadata.gz: 464afd8d837fa4e75552b39bc7584658a5cba003d144f2816e2b49f3cd0cc30b99fa66032086b8c8a20d0edbbf969da28b32cad7ad19daacf70dcaf7965ea52c
7
- data.tar.gz: 36631265172c7335910476bdb2466d50a362ae5d599836f021326f7c269a61a4fbe7cdddd54474bfa179089cefc088f5d409b835b41da5074e4dd951af56aff2
6
+ metadata.gz: '080574e65df0c715cb6be876aebe6609bab623af66fc8defd11f5948be2ed78bae622c7eaac947667cd4d65bcfbe3d439e6c67c0e7c57292082593902c790cee'
7
+ data.tar.gz: 9364f12910ff7f5e9efb08afa5056e9556d127e9e8af8a38ca2eb3af5797a46df950c30081070ef31e085bfb8ecef51f1bb3dc8f5fd61cb3e1287feb5ac84fba
@@ -31,24 +31,31 @@
31
31
  end
32
32
  %>
33
33
 
34
+ <div>
35
+ <button onclick="window.open('http://www.espol.edu.ec')" style="background-image:url('/images/images_k5/logoespol.png')" class="btn-img-login-espol" alt="Logo Espol"></button>
36
+ </div>
34
37
 
38
+ <div class="login_links">
39
+ <button onclick="window.open('http://www.vinculacion.espol.edu.ec')" style="background-image:url('/images/images_k5/logovinculos.png')" class="btn-img-login-vinculos" alt="Logo Vinculos"></button>
40
+ </div>
41
+
42
+ <a href="http://www.espol.edu.ec" class="ic-Login-footer__logo-link" aria-label="By Instructure">
43
+ <img src="/images/imagenes_k5/logoespol.png" alt="Logo Espol" class="btn-img-login-espol" />
44
+ </a>
45
+
46
+ <a>
47
+ <%= image_tag 'explorak5_login_prueba/logovinculos.png' %>
48
+ </a>
49
+
50
+ <a>
51
+ <%= image_tag 'explorak5_login_prueba/images/images_k5/logovinculos.png %>
52
+ </a>
35
53
 
36
54
 
37
55
  <div class="ic-Login<%= params[:previewing_from_themeeditor] ? ' ic-Login--previewing' : '' %>">
38
56
  <div class="ic-Login__container">
39
57
  <div class="ic-Login__content">
40
58
  <div class="ic-Login__innerContent">
41
- <div>
42
- <%= image_tag 'images_k5/logovinculos.png' %>
43
- </div>
44
- <div>
45
- <%= image_tag('images_k5/logovinculos.png', alt: 'Logo Vinculos', class: 'your-css-class') %>
46
- </div>
47
-
48
- <div>
49
- <%= image_tag asset_path('images/images_k5/logovinculos.png') %>
50
- </div>
51
-
52
59
 
53
60
  <div class="ic-Login-header">
54
61
  <%= render :partial => 'login/shared/header_logo' %>
@@ -97,7 +104,7 @@
97
104
  <%= render partial: "sso_buttons", locals: { aacs: @aacs_with_buttons } %>
98
105
  <% end %>
99
106
  <%= form_for :pseudonym_session, :url => forgot_password_path, :html => {:id => "forgot_password_form", :style => "display: none;"} do |f| %>
100
- <h1 class="ui-helper-hidden-accessible"><%= t('ESPOL?') %></h1>
107
+ <h1 class="ui-helper-hidden-accessible"><%= t('Forgot Password?') %></h1>
101
108
  <p id="forgot_password_instructions" class="ic-Login__forgot-text">
102
109
  <%= t('login_handle', "Enter your %{login_handle_name} and we'll send you a link to change your password.", :login_handle_name => login_handle_name) %>
103
110
  </p>
@@ -130,15 +137,13 @@
130
137
  <%= help_link %>
131
138
  <%= render :partial => 'shared/footer_links' %>
132
139
  </div>
133
- <a href="http://www.espol.edu.ec" class="ic-Login-footer__logo-link" aria-label="By Instructure">
134
- <img src="/images/imagenes_k5/logoespol.png" alt="Logo Espol" class="btn-img-login-espol" />
140
+ <a href="http://www.instructure.com" class="ic-Login-footer__logo-link" aria-label="By Instructure">
141
+ <%= render partial: "login/canvas/instructure_logo", formats: [:svg] %>
135
142
  </a>
136
-
137
-
138
143
  <div id="footer-epilogue" class="ic-Login-footer__links">
139
144
  <%= render :partial => 'shared/footer_epilogue' %>
140
145
  </div>
141
- </footer>
146
+ </footer>
142
147
  </div> <!-- end ic-Login__content -->
143
148
  </div>
144
149
  </div> <!-- end ic-Login -->
@@ -0,0 +1,14 @@
1
+ # lib/explorak5_login_prueba/engine.rb
2
+
3
+ module ExploraK5LoginPrueba
4
+ class Engine < ::Rails::Engine
5
+ # Configura el path para las vistas de la gema
6
+ config.paths['app/views'] << File.expand_path('lib/explorak5_login_prueba/app/views', __dir__)
7
+
8
+ initializer 'explorak5_login_prueba.assets.precompile' do |app|
9
+ app.config.assets.precompile += %w(
10
+ explorak5_login_prueba/images/*
11
+ )
12
+ end
13
+ end
14
+ end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Explorak5LoginPrueba
4
- VERSION = "5.0.0"
4
+ VERSION = "5.0.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: explorak5_login_prueba
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0
4
+ version: 5.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Ibarra
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-23 00:00:00.000000000 Z
11
+ date: 2024-09-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: This gem provides a comprehensive solution for implementing login functionality
14
14
  in Ruby applications. Features include user authentication, password management,
@@ -22,6 +22,7 @@ files:
22
22
  - lib/explorak5_login_prueba/app/assets/images/images_k5/_logoespol.png
23
23
  - lib/explorak5_login_prueba/app/assets/images/images_k5/logovinculos.png
24
24
  - lib/explorak5_login_prueba/app/views/login_page/_login_content.html.erb
25
+ - lib/explorak5_login_prueba/explorak5_login_prueba.rb
25
26
  - lib/explorak5_login_prueba/version.rb
26
27
  homepage: https://github.com/kevin523523/explorak5_login
27
28
  licenses: []