Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Luciano Barletta
/
mini-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 21491ae8
authored
2019-11-22 11:27:35 -0300
by
Georgina Mondino
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Cambio en js, aparicion de texto abajo y Boton de Continuar
1 parent
3f38d84a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
0 deletions
Scripts/construct.js
Style/Templates.css
generate.html
Scripts/construct.js
View file @
21491ae
...
@@ -21,6 +21,8 @@ function removeTab(b){
...
@@ -21,6 +21,8 @@ function removeTab(b){
}
}
function
addTab
(
t
){
function
addTab
(
t
){
document
.
getElementById
(
"ContinuarText"
).
style
.
display
=
'block'
;
document
.
getElementById
(
"ContinuarButton"
).
style
.
display
=
'block'
;
let
newtab
=
document
.
createElement
(
"div"
);
let
newtab
=
document
.
createElement
(
"div"
);
newtab
.
setAttribute
(
"name"
,
"Tab"
);
newtab
.
setAttribute
(
"name"
,
"Tab"
);
newtab
.
innerHTML
=
document
.
getElementById
(
"tabTemplate"
).
innerHTML
;
newtab
.
innerHTML
=
document
.
getElementById
(
"tabTemplate"
).
innerHTML
;
...
...
Style/Templates.css
View file @
21491ae
...
@@ -65,3 +65,19 @@ body{
...
@@ -65,3 +65,19 @@ body{
border
:
3px
solid
rgb
(
230
,
25
,
25
);
border
:
3px
solid
rgb
(
230
,
25
,
25
);
background-color
:
rgba
(
211
,
14
,
14
,
0.788
);
background-color
:
rgba
(
211
,
14
,
14
,
0.788
);
}
}
#ContinuarText
,
#ContinuarButton
{
display
:
none
;
}
#ContinuarButton
{
font-size
:
20px
;
border
:
none
;
background-color
:
rgb
(
1
,
194
,
120
);
color
:
rgb
(
255
,
255
,
255
);
margin
:
2%
;
text-align
:
center
;
width
:
96%
;
height
:
2.5em
;
border-radius
:
5px
;
}
\ No newline at end of file
\ No newline at end of file
generate.html
View file @
21491ae
...
@@ -20,6 +20,8 @@
...
@@ -20,6 +20,8 @@
+
+
</button>
</button>
</div>
</div>
<h3
id=
"ContinuarText"
>
Cuando se encuentre conforme con el formulario presione Continuar
</h3>
<button
id=
"ContinuarButton"
>
Continuar
</button>
</body>
</body>
<!-- templates -->
<!-- templates -->
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment