Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Luciano Barletta
/
Pruebas-RTO
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 63bb46f5
authored
2025-01-12 09:26:10 -0300
by
Tu Nombre
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Agrego campos de peso de suspencion
1 parent
04d07e71
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
templates/form.html
templates/form.html
View file @
63bb46f
...
...
@@ -77,6 +77,12 @@
<h3>
Eje {{ eje + 1 }}
</h3>
Título Eje
<input
readonly=
"1"
sub=
"suspension"
type=
"text"
name=
"titulo_eje_{{ eje + 1 }}"
>
<br>
Peso Eje
<input
sub=
"suspension"
type=
"text"
name=
"sus_peso_eje_{{ eje + 1 }}"
id=
"sus_peso_eje_{{ eje + 1 }}"
>
<br>
Peso Izquierda
<input
sub=
"suspension"
type=
"text"
name=
"sus_peso_izquierdo_{{ eje + 1 }}"
id=
"sus_peso_izquierdo_{{ eje + 1 }}"
>
<br>
Peso Derecha
<input
sub=
"suspension"
type=
"text"
name=
"sus_peso_derecha_{{ eje + 1 }}"
id=
"sus_peso_derecha_{{ eje + 1 }}"
>
<br>
Rend. Izquerdo
<input
sub=
"suspension"
type=
"text"
name=
"rendimiento_izquierdo_{{ eje + 1 }}"
>
<br>
Rend. Derecho
<input
sub=
"suspension"
type=
"text"
name=
"rendimiento_derecho_{{ eje + 1 }}"
>
...
...
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