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 1b8076e9
authored
2019-11-22 09:44:24 -0300
by
Georgina Mondino
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
first branch commit
1 parent
9d379549
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
templates/generate.html
templates/generate.html
View file @
1b8076e
...
@@ -29,17 +29,17 @@
...
@@ -29,17 +29,17 @@
</template>
</template>
<template
id =
"fieldTemplate"
>
<template
id =
"fieldTemplate"
>
<input
type=
"text"
placeholder=
"Título"
>
<input
type=
"text"
id=
"Titulo"
placeholder=
"Título"
>
<select
name=
"input"
>
<select
name=
"input"
>
<option
disabled
selected
value=
""
>
Input
</option>
<option
disabled
selected
value=
""
>
Input
</option>
<option
value=
"text"
>
Texto
</option>
<option
id=
"text"
value=
"text"
>
Texto
</option>
<option
value=
"number"
>
Numero
</option>
<option
id=
"number"
value=
"number"
>
Numero
</option>
<option
value=
"mail"
>
Mail
</option>
<option
id=
"mail"
value=
"mail"
>
Mail
</option>
<option
value=
"password"
>
Contraseña
</option>
<option
id=
"password"
value=
"password"
>
Contraseña
</option>
<option
value=
"date"
>
Fecha
</option>
<option
id=
"date"
value=
"date"
>
Fecha
</option>
<option
value=
"time"
>
Hora
</option>
<option
id=
"time"
value=
"time"
>
Hora
</option>
<option
value=
"textarea"
>
Párrafo
</option>
<option
id=
"textarea"
value=
"textarea"
>
Párrafo
</option>
<option
value=
"checkbox"
>
Selección
</option>
<option
id=
"checkbox"
value=
"checkbox"
>
Selección
</option>
</select>
</select>
Obligatorio :
<input
type=
"checkbox"
>
Obligatorio :
<input
type=
"checkbox"
>
<button
onclick=
"removeField(this)"
>
<button
onclick=
"removeField(this)"
>
...
...
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