Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arne Øslebø
mapi
Commits
cc1723c2
Commit
cc1723c2
authored
Jun 12, 2008
by
Browse files
Changed headings to standard HTML H tags
git-svn-id:
file:///home/svn/mapi/trunk@1410
8d5bb341-7cf1-0310-8cf6-ba355fef3186
parent
6d08e925
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/abw/htdocs/index.php
View file @
cc1723c2
...
...
@@ -182,7 +182,7 @@ echo "<form method=get action=\"index.php\">\n";
/* if (!isset($graph_types))
$graph_types[0]="l4"; */
echo
"<
b
>Step 1: Select type of graphs:</
b
><p>
\n
"
;
echo
"<
h3
>Step 1: Select type of graphs:</
h3
><p>
\n
"
;
echo
"<table border=1><tr>
\n
"
;
foreach
(
$graph_type_label
as
$key
=>
$value
)
{
echo
"<td>
$graph_type_description[$key]
</td>"
;
...
...
@@ -206,7 +206,7 @@ $half=count($subject_label)/2 + $subject_label%2;
$i
=
0
;
echo
"<p>
\n
"
;
echo
"<
b
>Step 2: Select monitored links:</
b
><p>
\n
"
;
echo
"<
h3
>Step 2: Select monitored links:</
h3
><p>
\n
"
;
echo
"<table border=1>
\n
"
;
foreach
(
$subject_label
as
$key
=>
$value
)
{
/* if (($i%2)==0) */
...
...
@@ -243,7 +243,7 @@ echo "</tr></table>\n";
*/
echo
"<p>
\n
"
;
echo
"<
b
>Step 3: Select time period and granularity:</
b
><p>
\n
"
;
echo
"<
h3
>Step 3: Select time period and granularity:</
h3
><p>
\n
"
;
echo
"<p>Time type:<br>
\n
"
;
echo
"<table><tr><td>Predefined <input type=radio name=
\"
time_type
\"
value=
\"
predefined
\"
"
;
...
...
@@ -381,7 +381,7 @@ echo "</td>\n";
echo
"</tr></table
\n
"
;
echo
"<p><
b
>Step 4: Choose options:</
b
>"
;
echo
"<p><
h3
>Step 4: Choose options:</
h3
>"
;
echo
"<p>Draw maximum line: (<a href=
\"
max_line.html
\"
>what does it mean?</a>)<br>
\n
"
;
echo
"<table><tr><td>Yes <input type=radio name=
\"
maxline
\"
value=
\"
y
\"
"
;
...
...
Write
Preview
Markdown
is supported
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