Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
hms
/
rasoberry-noaa
espelhamento de
https://github.com/reynico/raspberry-noaa.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
8
Wiki
Atividade
Ver código fonte
fix image path
tags/1.5
Nico Rey
4 anos atrás
pai
e6ad619cfa
commit
7a8f63557c
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
templates/webpanel/Views/V_viewDetail.php
+ 1
- 1
templates/webpanel/Views/V_viewDetail.php
Ver arquivo
@@ -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>";
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar