explorak5_login_prueba 6.0.2 → 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b2f11e380594f4c5096f9f4ce22a2e948276537da229041146b7d229e6f66465
|
4
|
+
data.tar.gz: 5095070e9756f532663effba221105464d7400b900de62561c4f57afb73cfd83
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c47d8439a3d5e63062a363486179e10ec67dfa7d37559de96e1b72805bf9e67d9cfacec6a56d6df09f982b12b2ff372558a4d0348f854def3b94aec6c204fca
|
7
|
+
data.tar.gz: d627643797ee62c026712773ad5fe8d18186bf06fa958a687d4046deac56733864c602b98f175ce4987dbe7e3539c15343ff9814d70ab8a12dc1bd89c05c5c78
|
@@ -31,6 +31,14 @@
|
|
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>
|
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
|
+
|
34
42
|
<div class="ic-Login<%= params[:previewing_from_themeeditor] ? ' ic-Login--previewing' : '' %>">
|
35
43
|
<div class="ic-Login__container">
|
36
44
|
<div class="ic-Login__content">
|
@@ -38,14 +46,6 @@
|
|
38
46
|
|
39
47
|
<div class="ic-Login-header">
|
40
48
|
<%= render :partial => 'login/shared/header_logo' %>
|
41
|
-
<div class="ic-Login-header__links">
|
42
|
-
<%= render "login/canvas/login_banner" %>
|
43
|
-
<% if @domain_root_account.enable_course_catalog? %>
|
44
|
-
<a href="/search/all_courses" class="ic-Login__link">
|
45
|
-
<%= t('browse_courses', 'Browse courses') %>
|
46
|
-
</a>
|
47
|
-
<% end %>
|
48
|
-
</div>
|
49
49
|
</div>
|
50
50
|
|
51
51
|
<div class="ic-Login__body">
|
@@ -76,8 +76,12 @@
|
|
76
76
|
<%= render "login/canvas/forgot_password_link" %>
|
77
77
|
</div>
|
78
78
|
</div>
|
79
|
+
<br>
|
79
80
|
<div class="ic-Form-control ic-Form-control--login">
|
80
|
-
|
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>
|
81
85
|
</div>
|
82
86
|
</div> <!-- ic-Login__actions -->
|
83
87
|
<%= render partial: "sso_buttons", locals: { aacs: @aacs_with_buttons } %>
|
@@ -92,37 +96,21 @@
|
|
92
96
|
<%= login_handle_name %>
|
93
97
|
</label>
|
94
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" />
|
95
|
-
|
96
99
|
</div>
|
97
100
|
<div class="ic-Form-control ic-Form-control--login">
|
98
101
|
<div class="ic-Login__actions">
|
99
|
-
|
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>
|
100
105
|
<button type="<%= forgot_password_btn_type %>" class="Button Button--login">
|
101
106
|
<%= t('buttons.request_password', 'Request Password') %>
|
107
|
+
<img src='/images/images_k5/flecha.png' style="width: 10%; margin-left: 5%"/>
|
102
108
|
</button>
|
103
109
|
</div> <!-- end ic-Login__actions -->
|
104
110
|
</div>
|
105
111
|
<% end %>
|
106
112
|
</div> <!-- end ic-Login__body -->
|
107
113
|
</div> <!-- end ic-Login__innerContent -->
|
108
|
-
<footer role="contentinfo" id="footer" class="ic-Login-footer">
|
109
|
-
|
110
|
-
<div id="footer-links" class="ic-Login-footer__links">
|
111
|
-
<% if Setting.get("show_opensource_linkback", "false") == "true" %>
|
112
|
-
<a href="http://instructure.com">
|
113
|
-
<%= t('open_source_learning_management_system', 'Open Source LMS') %>
|
114
|
-
</a>
|
115
|
-
<% end %>
|
116
|
-
<%= help_link %>
|
117
|
-
<%= render :partial => 'shared/footer_links' %>
|
118
|
-
</div>
|
119
|
-
<a href="http://www.instructure.com" class="ic-Login-footer__logo-link" aria-label="By Instructure">
|
120
|
-
<%= render partial: "login/canvas/instructure_logo", formats: [:svg] %>
|
121
|
-
</a>
|
122
|
-
<div id="footer-epilogue" class="ic-Login-footer__links">
|
123
|
-
<%= render :partial => 'shared/footer_epilogue' %>
|
124
|
-
</div>
|
125
|
-
</footer>
|
126
114
|
</div> <!-- end ic-Login__content -->
|
127
115
|
</div>
|
128
|
-
</div> <!-- end ic-Login -->
|
116
|
+
</div> <!-- end ic-Login -->
|
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: 6.0.
|
4
|
+
version: 6.0.4
|
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-09-
|
11
|
+
date: 2024-09-20 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,
|