Commit ccee5711 by Luciano Barletta

some changes

1 parent 9d379549
<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,29 +7,29 @@ ...@@ -6,29 +7,29 @@
<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>
<button onclick="addField(this)"> <button onclick="addField(this)">
+ +
</button> </button>
<br> <br>
------------------- -------------------
<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>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!