Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
hms
/
rasoberry-noaa
réplica de
https://github.com/reynico/raspberry-noaa.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
8
Wiki
Actividad
Explorar el Código
fix image path
tags/1.5
Nico Rey
hace 4 años
padre
e6ad619cfa
commit
7a8f63557c
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
templates/webpanel/Views/V_viewDetail.php
+ 1
- 1
templates/webpanel/Views/V_viewDetail.php
Ver fichero
@@ -9,7 +9,7 @@
echo "<tr>";
$col_count=1;
}
echo "<td><div id =\"satimgdiv\"><a href=". $baseurl .
"/" .
$path . $enhacement ."><img id=\"satimg\" src=". $baseurl . "
/
thumb/" . $path . $enhacement ."></img></a></div>";
echo "<td><div id =\"satimgdiv\"><a href=". $baseurl . $path . $enhacement ."><img id=\"satimg\" src=". $baseurl . "thumb/" . $path . $enhacement ."></img></a></div>";
if($col_count==3) {
echo "</tr>";
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar