explorak5_login_prueba 4.9.0 → 5.0.1

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: b7ec13d5ffd9ff2418d53c0c2b182910859b7263db1251162c900b06034ed1fb
4
- data.tar.gz: 605d534ca400230598234d6070a8a2bfe1a936b819ffa35f16b73ca46bed21e3
3
+ metadata.gz: 1e2bdb1754c3a20374b65f90d975172a4323eb28ff6a07663ca4b1f645eac9be
4
+ data.tar.gz: c21bf08d6d36710c08aedbb04339fd488384dfb99c5866a66b1c3d54ffe360a2
5
5
  SHA512:
6
- metadata.gz: 6652625798c7fba6afc7fa2cabe9544703d4436ba1a3a6ae2cecd58ca25ca2c6e08c37b707670952e07d7b58583cb3ae61782ae9c5f46728a3c05771818f4449
7
- data.tar.gz: a4ec10d8925e01c777b0e579d6db2ba441c7727256ca19747a9dcccc5e743e05d68b46757b69649cb614421c466fef6c8ba0be43a000768e32441aa7aff1ac11
6
+ metadata.gz: c0ee438ded5f6cfda8d5402243435d90590572be12ccc6bb7e20d356b79fbaf2df6359e2059eb0f47e6a846bd08ae4f1ed1facecbded32746ccef1f3aa99412a
7
+ data.tar.gz: b0664c96fd2f7427f2da07d235a61ea8140e73ce212f2aea6c7b92b47c69500e78c2bc2e4b638914f74b27b201989fe0c578aff7a2d9b4668ed67032ced4aa4b
@@ -31,24 +31,22 @@
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>
35
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>
36
45
 
37
46
  <div class="ic-Login<%= params[:previewing_from_themeeditor] ? ' ic-Login--previewing' : '' %>">
38
47
  <div class="ic-Login__container">
39
48
  <div class="ic-Login__content">
40
49
  <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
50
 
53
51
  <div class="ic-Login-header">
54
52
  <%= render :partial => 'login/shared/header_logo' %>
@@ -97,7 +95,7 @@
97
95
  <%= render partial: "sso_buttons", locals: { aacs: @aacs_with_buttons } %>
98
96
  <% end %>
99
97
  <%= 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>
98
+ <h1 class="ui-helper-hidden-accessible"><%= t('Forgot Password?') %></h1>
101
99
  <p id="forgot_password_instructions" class="ic-Login__forgot-text">
102
100
  <%= 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
101
  </p>
@@ -130,15 +128,13 @@
130
128
  <%= help_link %>
131
129
  <%= render :partial => 'shared/footer_links' %>
132
130
  </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" />
131
+ <a href="http://www.instructure.com" class="ic-Login-footer__logo-link" aria-label="By Instructure">
132
+ <%= render partial: "login/canvas/instructure_logo", formats: [:svg] %>
135
133
  </a>
136
-
137
-
138
134
  <div id="footer-epilogue" class="ic-Login-footer__links">
139
135
  <%= render :partial => 'shared/footer_epilogue' %>
140
136
  </div>
141
- </footer>
137
+ </footer>
142
138
  </div> <!-- end ic-Login__content -->
143
139
  </div>
144
140
  </div> <!-- end ic-Login -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Explorak5LoginPrueba
4
- VERSION = "4.9.0"
4
+ VERSION = "5.0.1"
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: 4.9.0
4
+ version: 5.0.1
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,