Skip to content
Snippets Groups Projects
Commit 670ad7a3 authored by Oussama Ghorbel's avatar Oussama Ghorbel
Browse files

update web gui to iopsys look

parent 3ef2ba86
Branches
No related tags found
No related merge requests found
......@@ -7,13 +7,13 @@
padding: 0
}
#headerBar {
height: 40px;
background: url(img/nav_bg.gif)
background: black;
padding: 10px;
}
</style>
<body>
<div id="headerBar">
<div class="logo"><img src="img/inteno_masthead.png" width="123" height="27" alt="inteno" /></div>
<div><img src="img/iopsyswrt_masthead.png" width="259" height="27" alt="iopsys wrt"/></div>
</div>
<h1>404 - Page not found</h1>
......
......@@ -7,13 +7,13 @@
padding: 0
}
#headerBar {
height: 40px;
background: url(img/nav_bg.gif)
background: black;
padding: 10px;
}
</style>
<body>
<div id="headerBar">
<div class="logo"><img src="img/inteno_masthead.png" width="123" height="27" alt="inteno" /></div>
<div><img src="img/iopsyswrt_masthead.png" width="259" height="27" alt="iopsys wrt"/></div>
</div>
<h1>Download FAILED!</h1>
......
......@@ -7,13 +7,13 @@
padding: 0
}
#headerBar {
height: 40px;
background: url(img/nav_bg.gif)
background: black;
padding: 10px;
}
</style>
<body>
<div id="headerBar">
<div class="logo"><img src="img/inteno_masthead.png" width="123" height="27" alt="inteno" /></div>
<div><img src="img/iopsyswrt_masthead.png" width="259" height="27" alt="iopsys wrt"/></div>
</div>
<h1>Download OK</h1>
......
board/inteno/common/httpserver_raw/fs/img/inteno_masthead.png

927 B

board/inteno/common/httpserver_raw/fs/img/iopsyswrt_masthead.png

3.96 KiB

board/inteno/common/httpserver_raw/fs/img/nav_bg.gif

274 B

......@@ -7,13 +7,13 @@
padding: 0
}
#headerBar {
height: 40px;
background: url(img/nav_bg.gif)
background: black;
padding: 10px;
}
</style>
<body>
<div id="headerBar">
<div class="logo"><img src="img/inteno_masthead.png" width="123" height="27" alt="inteno" /></div>
<div><img src="img/iopsyswrt_masthead.png" width="259" height="27" alt="iopsys wrt"/></div>
</div>
<h1>Upload rescue firmware image file.</h1>
......
This diff is collapsed.
......@@ -20,7 +20,7 @@ while($file = <FILES>) {
} else {
print(HEADER "HTTP/1.0 200 OK\r\n");
}
print(HEADER "Server: Inteno/u-boot_rescue 1.0 (http://inteno.se/)\r\n");
print(HEADER "Server: Iopsys/u-boot_rescue 1.0 (http://iopsys.eu/)\r\n");
if($file =~ /\.html$/) {
print(HEADER "Content-type: text/html\r\n");
} elsif($file =~ /\.gif$/) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment