Commit 5673f274 by Luciano Barletta

formatted documents

1 parent 97e2ea00
...@@ -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
...@@ -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>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!