Commit 5673f274 by Luciano Barletta

formatted documents

1 parent 97e2ea00
......@@ -10,8 +10,7 @@
<script src="./Scripts/ArmadoDeForm.js"></script>
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<title>Generador de Formularios</title>
<link rel="icon" href="./Assets/ICONO ANACSOFT 48 SIN TRASNSF.png"
type="image/png">
<link rel="icon" href="./Assets/ICONO ANACSOFT 48 SIN TRASNSF.png" type="image/png">
</head>
<body>
......@@ -33,10 +32,10 @@
</section>
<section id="TabsContainer" style="display: none;">
</section>
</body>
</body>
<!-- templates -->
<template id="tabTemplate">
<!-- templates -->
<template id="tabTemplate">
<div class="TabCards">
<input type="number" class="TabNumber"
onchange="sortChildren(getAncestorByAttribute(this,'name','Tab').parentElement, accessNumber)">
......@@ -46,15 +45,14 @@
</button>
<br>
<div style="text-align: center;">
<button class="NewInputButton"
onclick="addField(this, maxChild(this.parentElement,accessNumber) + 1)">
<button class="NewInputButton" onclick="addField(this, maxChild(this.parentElement,accessNumber) + 1)">
+
</button>
</div>
</div>
</template>
</template>
<template id="fieldTemplate">
<template id="fieldTemplate">
<div class="InputContainer">
<input type="number" class="InputNumber"
......@@ -78,7 +76,7 @@
-
</button>
</div>
</template>
</template>
</html>
\ No newline at end of file
</html>
\ No newline at end of file
......@@ -9,8 +9,7 @@
<link rel="stylesheet" href="{{url_for('static',filename='Style/Templates.css')}}">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<title>Generador de Formularios</title>
<link rel="icon" href="{{url_for('static',filename='Assets/ICONO ANACSOFT 48 SIN TRASNSF.png')}}"
type="image/png">
<link rel="icon" href="{{url_for('static',filename='Assets/ICONO ANACSOFT 48 SIN TRASNSF.png')}}" type="image/png">
</head>
<body>
......@@ -45,8 +44,7 @@
</button>
<br>
<div style="text-align: center;">
<button class="NewInputButton"
onclick="addField(this, maxChild(this.parentElement,accessNumber) + 1)">
<button class="NewInputButton" onclick="addField(this, maxChild(this.parentElement,accessNumber) + 1)">
+
</button>
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!