diff --git a/Tools/emulator/qemu-test.sh b/Tools/emulator/qemu-test.sh index 898dedb..ef16810 100644 --- a/Tools/emulator/qemu-test.sh +++ b/Tools/emulator/qemu-test.sh @@ -155,9 +155,10 @@ sed -i 's//BroadBand Device Webserver<\/title>/xPON ONU BRIDGE<\/title>/g' "$CHDIR/home/httpd/web/index.html" echo "Fix HTML Syntax" +find "$CHDIR/home/httpd/web" -type f -exec sed -i 's/<BODY/<body/g' {} + find "$CHDIR/home/httpd/web" -type f -exec sed -i 's/<! Copyright/<!-- Copyright/g' {} + find "$CHDIR/home/httpd/web" -type f -exec sed -i 's/Reserved. ->/Reserved. -->/g' {} + -find "$CHDIR/home/httpd/web" -type f -exec sed -i 's/<body /<body style="font-family: Arial, Helvetica, sans-serif;" /g' {} + +find "$CHDIR/home/httpd/web" -type f -exec sed -i 's/<body/<body style="font-family: Verdana, sans-serif;" /g' {} + echo "Unmounting..." rm -rf "$CHDIR/usr/bin" diff --git a/WebGui/Project Files/router.png b/WebGui/Project Files/router.png index 4478679..ae4fc7b 100644 Binary files a/WebGui/Project Files/router.png and b/WebGui/Project Files/router.png differ diff --git a/WebGui/Project Files/router.psd b/WebGui/Project Files/router.psd index dff261c..79d9266 100644 Binary files a/WebGui/Project Files/router.psd and b/WebGui/Project Files/router.psd differ