Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mesh
meshmap
Commits
66af1b95
Commit
66af1b95
authored
Apr 18, 2018
by
Eric - kg6wxc
Browse files
more cleaning (there might be a lot of this, sorry)
parent
cee49984
Changes
1
Hide whitespace changes
Inline
Side-by-side
webpage/map_display.php
View file @
66af1b95
...
...
@@ -164,7 +164,6 @@ $STABLE_MESH_VERSION = $USER_SETTINGS['current_stable_fw_version'];
$page_header
=
<<<
EOD
<!
DOCTYPE
html
PUBLIC
'-//W3C//DTD XHTML 1.0 Transitional//EN''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'
>
<!--
START
HTML
-->
<!--
AREDN
mesh
network
dynamic
map
-->
<!--
Created
by
KG6WXC
with
help
from
N2MH
and
K6GSE
-->
<
html
xmlns
=
'http://www.w3.org/1999/xhtml'
>
...
...
@@ -174,7 +173,7 @@ $page_header = <<< EOD
<
meta
http
-
equiv
=
'Content-Type'
content
=
'text/html; charset=utf-8'
>
EOD
;
echo
$page_header
;
echo
$page_header
.
"
\n
"
;
echo
"<title>"
.
$USER_SETTINGS
[
'pageTitle'
]
.
"</title>
\n
"
;
/*
...
...
@@ -331,7 +330,7 @@ $Content .= instantiate_Map();
//}
$Content
.
=
"</script>"
;
$Content
.
=
"</script>
\n
"
;
$Content
.
=
"</div>
\n
"
;
// Closing tag
...
...
@@ -348,7 +347,7 @@ echo $Content;
// echo "</Internet_MSG>";
//}
echo
"</div>
\n
"
;
// End division meshmap
//
echo "</div>\n"; // End division meshmap
echo
"</body>
\n
"
;
echo
"</html>
\n
"
;
/*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment