explorak5_login_prueba 6.0.3 → 6.0.4

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: 2c9fd2fa5e42fad01c7c0a1d89c18f519cfa6f15399f3c5bbc64fcfcf289e4cf
4
- data.tar.gz: eb575b84fa45523d39febcfc727e71023c4268221c08a70e56f595511d7db13b
3
+ metadata.gz: b2f11e380594f4c5096f9f4ce22a2e948276537da229041146b7d229e6f66465
4
+ data.tar.gz: 5095070e9756f532663effba221105464d7400b900de62561c4f57afb73cfd83
5
5
  SHA512:
6
- metadata.gz: d3e563bf71ef9e9b297db6c393fbf4a511debde1a74222fb3d30caf63afba7e27bcc59423b77f49cf029cf57bc5487e5f01b97d5ccbd909801e97ddf6964affb
7
- data.tar.gz: 47b931e160d6058c3b555bfe6bd5d75a92158bbb2418268b605a9b0aa0754c7e19b5bcab80b6acf42de84fe5eccee92a7be513ebda1d4ea549da83c56c0fb93d
6
+ metadata.gz: 8c47d8439a3d5e63062a363486179e10ec67dfa7d37559de96e1b72805bf9e67d9cfacec6a56d6df09f982b12b2ff372558a4d0348f854def3b94aec6c204fca
7
+ data.tar.gz: d627643797ee62c026712773ad5fe8d18186bf06fa958a687d4046deac56733864c602b98f175ce4987dbe7e3539c15343ff9814d70ab8a12dc1bd89c05c5c78
@@ -30,6 +30,7 @@
30
30
  nil
31
31
  end
32
32
  %>
33
+
33
34
  <div>
34
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>
35
36
  </div>
@@ -45,14 +46,6 @@
45
46
 
46
47
  <div class="ic-Login-header">
47
48
  <%= render :partial => 'login/shared/header_logo' %>
48
- <div class="ic-Login-header__links">
49
- <%= render "login/canvas/login_banner" %>
50
- <% if @domain_root_account.enable_course_catalog? %>
51
- <a href="/search/all_courses" class="ic-Login__link">
52
- <%= t('browse_courses', 'Browse courses') %>
53
- </a>
54
- <% end %>
55
- </div>
56
49
  </div>
57
50
 
58
51
  <div class="ic-Login__body">
@@ -83,8 +76,12 @@
83
76
  <%= render "login/canvas/forgot_password_link" %>
84
77
  </div>
85
78
  </div>
79
+ <br>
86
80
  <div class="ic-Form-control ic-Form-control--login">
87
- <%= submit_tag t('log_in', 'Log In'), type: login_btn_type, class: "Button Button--login" %>
81
+ <button type="<%= login_btn_type %>" class="Button Button--login">
82
+ <%= t('log_in', 'Log In') %>
83
+ <img src='/images/images_k5/flecha.svg' style="width: 10%; margin-left: 5%"/>
84
+ </button>
88
85
  </div>
89
86
  </div> <!-- ic-Login__actions -->
90
87
  <%= render partial: "sso_buttons", locals: { aacs: @aacs_with_buttons } %>
@@ -99,37 +96,21 @@
99
96
  <%= login_handle_name %>
100
97
  </label>
101
98
  <input aria-describedby="forgot_password_instructions" class="ic-Input email_address text" type="text" name="pseudonym_session[unique_id_forgot]" value="" id="pseudonym_session_unique_id_forgot" />
102
-
103
99
  </div>
104
100
  <div class="ic-Form-control ic-Form-control--login">
105
101
  <div class="ic-Login__actions">
106
- <%= link_to t('back_to_login', "Back to Login"), login_path, :class => "ic-Login__actions--left ic-Login__link login_link"%>
102
+ <a href="/" ><img src='/images/images_k5/flecha.png' style="width: 10%; transform: rotate(-180deg);"/></a>
103
+ <%=link_to t('back_to_login', "Back to Login"), login_path, :class => "ic-Login__actions--left ic-Login__link login_link"%>
104
+ <p></p>
107
105
  <button type="<%= forgot_password_btn_type %>" class="Button Button--login">
108
106
  <%= t('buttons.request_password', 'Request Password') %>
107
+ <img src='/images/images_k5/flecha.png' style="width: 10%; margin-left: 5%"/>
109
108
  </button>
110
109
  </div> <!-- end ic-Login__actions -->
111
110
  </div>
112
111
  <% end %>
113
112
  </div> <!-- end ic-Login__body -->
114
113
  </div> <!-- end ic-Login__innerContent -->
115
- <footer role="contentinfo" id="footer" class="ic-Login-footer">
116
-
117
- <div id="footer-links" class="ic-Login-footer__links">
118
- <% if Setting.get("show_opensource_linkback", "false") == "true" %>
119
- <a href="http://instructure.com">
120
- <%= t('open_source_learning_management_system', 'Open Source LMS') %>
121
- </a>
122
- <% end %>
123
- <%= help_link %>
124
- <%= render :partial => 'shared/footer_links' %>
125
- </div>
126
- <a href="http://www.instructure.com" class="ic-Login-footer__logo-link" aria-label="By Instructure">
127
- <%= render partial: "login/canvas/instructure_logo", formats: [:svg] %>
128
- </a>
129
- <div id="footer-epilogue" class="ic-Login-footer__links">
130
- <%= render :partial => 'shared/footer_epilogue' %>
131
- </div>
132
- </footer>
133
114
  </div> <!-- end ic-Login__content -->
134
115
  </div>
135
- </div> <!-- end ic-Login -->
116
+ </div> <!-- end ic-Login -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Explorak5LoginPrueba
4
- VERSION = "6.0.3"
4
+ VERSION = "6.0.4"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: explorak5_login_prueba
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.3
4
+ version: 6.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Ibarra