This website works better with JavaScript.
Home
Help
Sign In
hms
/
rasoberry-noaa
mirror of
https://github.com/reynico/raspberry-noaa.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
fix image path
tags/1.5
Nico Rey
4 years ago
parent
e6ad619cfa
commit
7a8f63557c
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/webpanel/Views/V_viewDetail.php
+ 1
- 1
templates/webpanel/Views/V_viewDetail.php
View File
@@ -9,7 +9,7 @@
echo "<tr>";
echo "<tr>";
$col_count=1;
$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) {
if($col_count==3) {
echo "</tr>";
echo "</tr>";
}
}
Write
Preview
Loading…
Cancel
Save