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 ccee5711
authored
2019-11-22 12:12:35 +0000
by
Luciano Barletta
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
some changes
1 parent
9d379549
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
templates/generate.html
templates/generate.html
View file @
ccee571
<html
lang=
"en"
>
<html
lang=
"en"
>
<head>
<head>
<script
src=
"{{ url_for('static', filename='Scripts/construct.js') }}"
></script>
<script
src=
"{{ url_for('static', filename='Scripts/construct.js') }}"
></script>
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
>
...
@@ -6,17 +7,17 @@
...
@@ -6,17 +7,17 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"ie=edge"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"ie=edge"
>
<title>
Generador de Formularios
</title>
<title>
Generador de Formularios
</title>
</head>
</head>
<body>
<body>
Tabs:
<br>
Tabs:
<br>
<div
id
=
"tabs"
></div>
<div
id
=
"tabs"
></div>
<button
onclick=
"addTab(document.getElementById('tabs'))"
>
<button
onclick=
"addTab(document.getElementById('tabs'))"
>
+
+
</button>
</button>
</body>
</body>
<!-- templates -->
<!-- templates -->
<template
id
=
"tabTemplate"
>
<template
id
=
"tabTemplate"
>
<br>
<br>
-------------------
-------------------
<br>
<br>
...
@@ -28,7 +29,7 @@
...
@@ -28,7 +29,7 @@
<br>
<br>
</template>
</template>
<template
id
=
"fieldTemplate"
>
<template
id
=
"fieldTemplate"
>
<input
type=
"text"
placeholder=
"Título"
>
<input
type=
"text"
placeholder=
"Título"
>
<select
name=
"input"
>
<select
name=
"input"
>
<option
disabled
selected
value=
""
>
Input
</option>
<option
disabled
selected
value=
""
>
Input
</option>
...
...
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