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 5673f274
authored
2019-11-26 14:54:37 +0000
by
Luciano Barletta
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
formatted documents
1 parent
97e2ea00
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
15 deletions
Geo/generate.html
Luciano/templates/generate.html
Geo/generate.html
View file @
5673f27
...
@@ -10,8 +10,7 @@
...
@@ -10,8 +10,7 @@
<script
src=
"./Scripts/ArmadoDeForm.js"
></script>
<script
src=
"./Scripts/ArmadoDeForm.js"
></script>
<link
href=
"https://fonts.googleapis.com/css?family=Montserrat&display=swap"
rel=
"stylesheet"
>
<link
href=
"https://fonts.googleapis.com/css?family=Montserrat&display=swap"
rel=
"stylesheet"
>
<title>
Generador de Formularios
</title>
<title>
Generador de Formularios
</title>
<link
rel=
"icon"
href=
"./Assets/ICONO ANACSOFT 48 SIN TRASNSF.png"
<link
rel=
"icon"
href=
"./Assets/ICONO ANACSOFT 48 SIN TRASNSF.png"
type=
"image/png"
>
type=
"image/png"
>
</head>
</head>
<body>
<body>
...
@@ -33,10 +32,10 @@
...
@@ -33,10 +32,10 @@
</section>
</section>
<section
id=
"TabsContainer"
style=
"display: none;"
>
<section
id=
"TabsContainer"
style=
"display: none;"
>
</section>
</section>
</body>
</body>
<!-- templates -->
<!-- templates -->
<template
id=
"tabTemplate"
>
<template
id=
"tabTemplate"
>
<div
class=
"TabCards"
>
<div
class=
"TabCards"
>
<input
type=
"number"
class=
"TabNumber"
<input
type=
"number"
class=
"TabNumber"
onchange=
"sortChildren(getAncestorByAttribute(this,'name','Tab').parentElement, accessNumber)"
>
onchange=
"sortChildren(getAncestorByAttribute(this,'name','Tab').parentElement, accessNumber)"
>
...
@@ -46,15 +45,14 @@
...
@@ -46,15 +45,14 @@
</button>
</button>
<br>
<br>
<div
style=
"text-align: center;"
>
<div
style=
"text-align: center;"
>
<button
class=
"NewInputButton"
<button
class=
"NewInputButton"
onclick=
"addField(this, maxChild(this.parentElement,accessNumber) + 1)"
>
onclick=
"addField(this, maxChild(this.parentElement,accessNumber) + 1)"
>
+
+
</button>
</button>
</div>
</div>
</div>
</div>
</template>
</template>
<template
id=
"fieldTemplate"
>
<template
id=
"fieldTemplate"
>
<div
class=
"InputContainer"
>
<div
class=
"InputContainer"
>
<input
type=
"number"
class=
"InputNumber"
<input
type=
"number"
class=
"InputNumber"
...
@@ -78,7 +76,7 @@
...
@@ -78,7 +76,7 @@
-
-
</button>
</button>
</div>
</div>
</template>
</template>
</html>
\ No newline at end of file
\ No newline at end of file
</html>
\ No newline at end of file
\ No newline at end of file
Luciano/templates/generate.html
View file @
5673f27
...
@@ -9,8 +9,7 @@
...
@@ -9,8 +9,7 @@
<link
rel=
"stylesheet"
href=
"{{url_for('static',filename='Style/Templates.css')}}"
>
<link
rel=
"stylesheet"
href=
"{{url_for('static',filename='Style/Templates.css')}}"
>
<link
href=
"https://fonts.googleapis.com/css?family=Montserrat&display=swap"
rel=
"stylesheet"
>
<link
href=
"https://fonts.googleapis.com/css?family=Montserrat&display=swap"
rel=
"stylesheet"
>
<title>
Generador de Formularios
</title>
<title>
Generador de Formularios
</title>
<link
rel=
"icon"
href=
"{{url_for('static',filename='Assets/ICONO ANACSOFT 48 SIN TRASNSF.png')}}"
<link
rel=
"icon"
href=
"{{url_for('static',filename='Assets/ICONO ANACSOFT 48 SIN TRASNSF.png')}}"
type=
"image/png"
>
type=
"image/png"
>
</head>
</head>
<body>
<body>
...
@@ -45,8 +44,7 @@
...
@@ -45,8 +44,7 @@
</button>
</button>
<br>
<br>
<div
style=
"text-align: center;"
>
<div
style=
"text-align: center;"
>
<button
class=
"NewInputButton"
<button
class=
"NewInputButton"
onclick=
"addField(this, maxChild(this.parentElement,accessNumber) + 1)"
>
onclick=
"addField(this, maxChild(this.parentElement,accessNumber) + 1)"
>
+
+
</button>
</button>
</div>
</div>
...
...
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