Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
2
2018_web_app
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
inutralia
2018_web_app
Commits
7b31c3fa
Commit
7b31c3fa
authored
Dec 10, 2018
by
gema
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
añadido loading page, modificado modal save datos
parent
05f4c43e
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
159 additions
and
7 deletions
+159
-7
template.twig
fuel/app/views/layout/template.twig
+15
-3
template_dashboard.twig
fuel/app/views/layout/template_dashboard.twig
+15
-2
modal_saved.twig
fuel/app/views/modals/modal_saved.twig
+2
-2
custom.css
public/assets/css/custom.css
+119
-0
save.png
public/assets/img/save.png
+0
-0
main.js
public/assets/js/main.js
+8
-0
No files found.
fuel/app/views/layout/template.twig
View file @
7b31c3fa
...
@@ -28,10 +28,22 @@
...
@@ -28,10 +28,22 @@
{%
include
'includes/includes_before.twig'
%}
{%
include
'includes/includes_before.twig'
%}
</head>
</head>
<body>
<body
style=
"position:relative;"
>
<!--loading -->
<div
class=
"se-pre-con"
style=
"z-index:9999"
></div>
<!--loading -->
<div
class=
"cs-loader"
>
<div
class=
"cs-loader-logo"
>
<img
src=
"assets/img/logos/inutralia.png"
class=
"img-responsive-custom"
>
</div>
<div
class=
"cs-loader-inner"
>
<label>
●
</label>
<label>
●
</label>
<label>
●
</label>
<label>
●
</label>
<label>
●
</label>
<label>
●
</label>
</div>
</div>
<!--menú vertical y horizontal-->
<!--menú vertical y horizontal-->
{%
include
'layout/menu.twig'
%}
{%
include
'layout/menu.twig'
%}
...
...
fuel/app/views/layout/template_dashboard.twig
View file @
7b31c3fa
...
@@ -28,9 +28,22 @@
...
@@ -28,9 +28,22 @@
{%
include
'includes/includes_before.twig'
%}
{%
include
'includes/includes_before.twig'
%}
</head>
</head>
<body>
<body
style=
"position:relative;"
>
<!--loading -->
<!--loading -->
<div
class=
"se-pre-con"
style=
"z-index:9999"
></div>
<div
class=
"cs-loader"
>
<div
class=
"cs-loader-logo"
>
<img
src=
"assets/img/logos/inutralia.png"
class=
"img-responsive-custom"
>
</div>
<div
class=
"cs-loader-inner"
>
<label>
●
</label>
<label>
●
</label>
<label>
●
</label>
<label>
●
</label>
<label>
●
</label>
<label>
●
</label>
</div>
</div>
<!--menú vertical y horizontal-->
<!--menú vertical y horizontal-->
{%
include
'layout/menu_dashboard.twig'
%}
{%
include
'layout/menu_dashboard.twig'
%}
...
...
fuel/app/views/modals/modal_saved.twig
View file @
7b31c3fa
...
@@ -7,11 +7,11 @@
...
@@ -7,11 +7,11 @@
<div
class=
"modal-body"
>
<div
class=
"modal-body"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-label=
"Close"
><span
aria-hidden=
"true"
>
×
</span></button>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-label=
"Close"
><span
aria-hidden=
"true"
>
×
</span></button>
<div
class=
"text-center"
>
<div
class=
"text-center"
>
<i
class=
"fa fa-save fa-5x color-other"
></i
>
<i
mg
src=
"assets/img/save.png"
class=
"img-responsive-custom"
/
>
</div>
</div>
<div
class=
"content text-center pb40"
>
<div
class=
"content text-center pb40"
>
<h
1>
Se han guardado los datos correctamente
</h1
>
<h
2>
LOS DATOS SE HAN GUARDADO CORRECTAMENTE
</h2
>
</div>
</div>
</div>
</div>
...
...
public/assets/css/custom.css
View file @
7b31c3fa
...
@@ -542,6 +542,125 @@ a:focus {
...
@@ -542,6 +542,125 @@ a:focus {
}
}
/*----------------------------------------------GIF CARGA DE PAGINA----------------------*/
.cs-loader
{
z-index
:
9999
;
/*background-color:rgba(255, 181, 18, 0.6);*/
background-color
:
rgba
(
0
,
0
,
0
,
0.8
);
position
:
absolute
;
top
:
0
;
left
:
0
;
height
:
100%
;
width
:
100%
;
}
.cs-loader-logo
{
position
:
absolute
;
margin-left
:
auto
;
margin-right
:
auto
;
left
:
0
;
right
:
0
;
text-align
:
center
;
top
:
250px
;
}
.cs-loader-inner
{
transform
:
translateY
(
-50%
);
top
:
350px
;
/*position: absolute;*/
width
:
calc
(
100%
-
200px
);
color
:
#FFF
;
padding
:
0
100px
;
text-align
:
center
;
position
:
absolute
;
margin-left
:
auto
;
margin-right
:
auto
;
left
:
0
;
right
:
0
;
}
.cs-loader-inner
label
{
font-size
:
20px
;
opacity
:
0
;
display
:
inline-block
;
}
@keyframes
lol
{
0
%
{
opacity
:
0
;
transform
:
translateX
(
-300px
);
}
33
%
{
opacity
:
1
;
transform
:
translateX
(
0px
);
}
66
%
{
opacity
:
1
;
transform
:
translateX
(
0px
);
}
100
%
{
opacity
:
0
;
transform
:
translateX
(
300px
);
}
}
@-webkit-keyframes
lol
{
0
%
{
opacity
:
0
;
-webkit-transform
:
translateX
(
-300px
);
}
33
%
{
opacity
:
1
;
-webkit-transform
:
translateX
(
0px
);
}
66
%
{
opacity
:
1
;
-webkit-transform
:
translateX
(
0px
);
}
100
%
{
opacity
:
0
;
-webkit-transform
:
translateX
(
300px
);
}
}
.cs-loader-inner
label
:nth-child
(
6
)
{
-webkit-animation
:
lol
3s
infinite
ease-in-out
;
animation
:
lol
3s
infinite
ease-in-out
;
}
.cs-loader-inner
label
:nth-child
(
5
)
{
-webkit-animation
:
lol
3s
100ms
infinite
ease-in-out
;
animation
:
lol
3s
100ms
infinite
ease-in-out
;
}
.cs-loader-inner
label
:nth-child
(
4
)
{
-webkit-animation
:
lol
3s
200ms
infinite
ease-in-out
;
animation
:
lol
3s
200ms
infinite
ease-in-out
;
}
.cs-loader-inner
label
:nth-child
(
3
)
{
-webkit-animation
:
lol
3s
300ms
infinite
ease-in-out
;
animation
:
lol
3s
300ms
infinite
ease-in-out
;
}
.cs-loader-inner
label
:nth-child
(
2
)
{
-webkit-animation
:
lol
3s
400ms
infinite
ease-in-out
;
animation
:
lol
3s
400ms
infinite
ease-in-out
;
}
.cs-loader-inner
label
:nth-child
(
1
)
{
-webkit-animation
:
lol
3s
500ms
infinite
ease-in-out
;
animation
:
lol
3s
500ms
infinite
ease-in-out
;
}
/*********************************************LOGIN***********************************************************************************/
/*********************************************LOGIN***********************************************************************************/
/*.box-login {*/
/*.box-login {*/
...
...
public/assets/img/save.png
0 → 100644
View file @
7b31c3fa
1.94 KB
public/assets/js/main.js
View file @
7b31c3fa
/*------------------------------------------*/
/*---------------LOADING--------------------*/
/*--------------------------------------------*/
$
(
window
).
load
(
function
()
{
// Animate loader off screen
$
(
".cs-loader"
).
fadeOut
(
"slow"
);
});
/*----------------------------------------------------*/
/*----------------------------------------------------*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment