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 4b35e9d3
authored
2024-07-29 11:29:28 -0300
by
Tu Nombre
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Cambio estetica general
1 parent
2b3f944f
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
39 additions
and
7 deletions
static/styles/general.css
templates/buscador.html
templates/form.html
templates/historico.html
test.txt
static/styles/general.css
View file @
4b35e9d
...
@@ -66,6 +66,30 @@ td {
...
@@ -66,6 +66,30 @@ td {
font-size
:
16px
;
font-size
:
16px
;
}
}
.AdminButton
{
background-color
:
rgb
(
85
,
17
,
211
);
border-radius
:
5px
;
border
:
none
;
color
:
white
;
padding
:
15px
32px
;
text-align
:
center
;
text-decoration
:
none
;
display
:
inline-block
;
font-size
:
16px
;
}
.PeligroButton
{
background-color
:
rgb
(
194
,
34
,
34
);
border-radius
:
5px
;
border
:
none
;
color
:
white
;
padding
:
15px
32px
;
text-align
:
center
;
text-decoration
:
none
;
display
:
inline-block
;
font-size
:
16px
;
}
.loginB
{
.loginB
{
position
:
absolute
;
position
:
absolute
;
top
:
50
;
top
:
50
;
...
...
templates/buscador.html
View file @
4b35e9d
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
<label
for=
"domain_input"
>
Dominio:
</label>
<label
for=
"domain_input"
>
Dominio:
</label>
<input
type=
"text"
id=
"domain_input"
name=
"domain_input"
>
<input
type=
"text"
id=
"domain_input"
name=
"domain_input"
>
</div>
</div>
<button
class=
"
PDF
Button"
type=
"submit"
id=
"id_boton_busqueda"
>
Buscar
</button>
<button
class=
"
Admin
Button"
type=
"submit"
id=
"id_boton_busqueda"
>
Buscar
</button>
</form>
</form>
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
<h3>
Buscador
</h3>
<h3>
Buscador
</h3>
<button
class=
"
PDF
Button"
onclick=
"location.href='/historico'"
>
<button
class=
"
Admin
Button"
onclick=
"location.href='/historico'"
>
Historico
Historico
</button>
</button>
...
...
templates/form.html
View file @
4b35e9d
...
@@ -34,10 +34,15 @@
...
@@ -34,10 +34,15 @@
<br>
<br>
Ingeniero
<input
sub=
"header"
type=
"text"
name=
"ingeniero"
>
Ingeniero
<input
sub=
"header"
type=
"text"
name=
"ingeniero"
>
<br>
<br>
Linea
<input
sub=
"header"
type=
"text"
name=
"linea_numero"
>
<br>
Tipo
<input
sub=
"header"
type=
"text"
name=
"vehiculo_tipo"
>
<br>
Cantidad Ejes
<select
type=
"text"
sub=
"alineador"
id=
"cantidad_ejes"
name=
"cantidad_ejes"
>
Cantidad Ejes
<select
type=
"text"
sub=
"alineador"
id=
"cantidad_ejes"
name=
"cantidad_ejes"
>
<option
value=
"2"
selected
>
2
</option>
<option
value=
"2"
selected
>
2
</option>
<option
value=
"3"
>
3
</option>
<option
value=
"3"
>
3
</option>
<option
value=
"4"
>
4
</option>
<option
value=
"4"
>
4
</option>
<option
value=
"5"
>
5
</option>
</select>
</select>
<br>
<br>
Peso Total
<input
sub=
"trasero"
type=
"text"
name=
"peso_estatico"
id=
"peso_estatico_general"
>
Peso Total
<input
sub=
"trasero"
type=
"text"
name=
"peso_estatico"
id=
"peso_estatico_general"
>
...
@@ -182,7 +187,7 @@
...
@@ -182,7 +187,7 @@
</div>
</div>
-->
-->
<div
class=
"PDFButtonContainerFixed"
style=
"bottom: 40%;"
>
<div
class=
"PDFButtonContainerFixed"
style=
"bottom: 40%;"
>
<button
class=
"P
DF
Button"
style=
"bottom: 40%; display: {% if bypass %} none {% else %} block {% endif %};"
<button
class=
"P
eligro
Button"
style=
"bottom: 40%; display: {% if bypass %} none {% else %} block {% endif %};"
onclick=
"location.reload()"
>
onclick=
"location.reload()"
>
Volver
Volver
</button>
</button>
...
@@ -213,7 +218,7 @@
...
@@ -213,7 +218,7 @@
Por defecto:
<input
name=
"defecto"
id=
"defectovalor"
type=
"text"
value=
"---"
>
Por defecto:
<input
name=
"defecto"
id=
"defectovalor"
type=
"text"
value=
"---"
>
<div
class=
"PDFButtonContainer"
>
<div
class=
"PDFButtonContainer"
>
<button
class=
"P
DF
Button"
onclick=
"collectToSearch('anomalies')"
>
<button
class=
"P
eligro
Button"
onclick=
"collectToSearch('anomalies')"
>
Anomalías
Anomalías
</button>
</button>
...
@@ -221,11 +226,11 @@
...
@@ -221,11 +226,11 @@
Ticket Fosa
Ticket Fosa
</button>
</button>
<button
class=
"
PDF
Button"
onclick=
"location.href='/historico'"
>
<button
class=
"
Admin
Button"
onclick=
"location.href='/historico'"
>
Historico
Historico
</button>
</button>
<button
class=
"
PDF
Button"
onclick=
"location.href='/buscador'"
>
<button
class=
"
Admin
Button"
onclick=
"location.href='/buscador'"
>
Buscador
Buscador
</button>
</button>
</div>
</div>
...
...
templates/historico.html
View file @
4b35e9d
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
<h3>
Dominios del dia
</h3>
<h3>
Dominios del dia
</h3>
<button
class=
"
PDF
Button"
onclick=
"location.href='/buscador'"
>
<button
class=
"
Admin
Button"
onclick=
"location.href='/buscador'"
>
Buscador
Buscador
</button>
</button>
...
...
test.txt
View file @
4b35e9d
...
@@ -12,3 +12,6 @@ Dolores Fernandez
...
@@ -12,3 +12,6 @@ Dolores Fernandez
Usuario: martinezh
Usuario: martinezh
Clave:hm621
Clave:hm621
//*[@id="ui-id-5"] # Boton Click Fotovalidacion, despues de levantar datos tecnicos
//*[@id="f-cont"]/div[1]/span[2]/label # Numero de linea - tipo veiculo
\ No newline at end of file
\ No newline at end of file
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