-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
104 lines (86 loc) · 3.76 KB
/
index.html
File metadata and controls
104 lines (86 loc) · 3.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<html>
<style type="text/css">
a:link
{
text-decoration:none;
}
</style>
<head>
<title>Monitor - Nuevo servidor de tiendas</title>
<link rel="stylesheet" type="text/css" href="clientes.css" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="mensajesc.js"></script>
<style type="text/css">
body{
background-color:#FFFFE0
}
</style>
</head>
<body marginheight=30 marginwidth=180>
<font size=15 face="courier" color="#FF0000">Monitor </font>
<font size=15 face="courier" color="#00FF7F">Tienda</font>
<font size=15 face="courier" color="#87CEFA">r.io</font>
<hr style="color: #0059ba;" size="5"/>
<div class="header">
<br></br>
<a href="http://localhost:8080/monitor/Estadisticas/numtiendas.php"><font size=3>           TIENDAS DISPONIBLES   </font></a>
<a href="http://localhost:8080/monitor/Estadisticas/productostienda.php"><font size=3>       PRODUCTOS EN CADA TIENDA   </font></a>
<a href="http://localhost:8080/monitor/Estadisticas/clienteentienda.php"><font size=3>       CLIENTES EN CADA TIENDA </font></a>
<a href="http://localhost:8080/monitor/Estadisticas/mensajitos.php"><font size=3>       MENSAJES</font></a>
</div>
<hr style="color: #0056b2;" />
<h4><i><u>CREAR TIENDAS</u></i></h4>
<IMG SRC="tiendario.jpg" WIDTH=500 HEIGHT=450 ALT="Obra de arte" align="right">
<form id="buscatienda" name="formulario" method="post" action="http://localhost:8080/monitor/Tiendas/iniciotienda.php">
<tr>
                              <label for="txtServer">URL Servidor:</label>
  <input type="text" id="Servidor" name="txtServer"/>
</tr>
<br></br>
<tr>
<label for="txtServer">Numero de tiendas en el servidor:</label>
  <input type="text" id="Tiendas" name="txtNTiendas"/>
</tr>
<br></br>
<tr>
                                  <label for="txtServer">Tipo tienda:</label>
  <input type="text" id="tipo" name="txtNtipo"/>
</tr>
<br></br>
<tr>
                                                                    <input type="submit" value="Levantar Tiendas"/>
</tr>
</form>
<hr style="color: #0056b2;" />
<h4><i><u>ESTADO TIENDA</u></i></h4>
<form id="damestado" name="estado" method="post" action="http://localhost:8080/monitor/Tiendas/pedirestado.php">
<tr>
  <label for="txtServer">URL:</label>
  <input type="text" id="server" name="txtURL"/>
<br></br>
<label for="txtServer">Tienda:</label>
  <input type="text" id="tienda" name="txtTienda"/>
    <input type="submit" value="Pedir Estado"/>
</tr>
</form>
<hr style="color: #0056b2;" />
<h4><i><u>FIN TIENDA</u></i></h4>
<form id="fintienda" name="estado" method="post" action="http://localhost:8080/monitor/Tiendas/fintienda.php">
<tr>
  <label for="txtServer">URL:</label>
  <input type="text" id="server" name="txtDir"/>
<br></br>
<label for="txtServer">Tienda:</label>
  <input type="text" id="tienda" name="txtTiendaa"/>
      <input type="submit" value="Fin Tienda"/>
</tr>
</form>
<br></br>
<form id="reloid" name="estado" method="post" action="http://localhost:8080/monitor/reloid.php">
<tr>
<label for="txtServer">Reiniciar:</label>
  <input type="submit" value="Reploid"/>
</tr>
</form>
</body>
</html>