Skip to content
Snippets Groups Projects
Commit 45d75dcb authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

add legend

parent 423f9587
No related branches found
No related tags found
No related merge requests found
...@@ -196,8 +196,42 @@ if (!$oR->isEnabled()){ ...@@ -196,8 +196,42 @@ if (!$oR->isEnabled()){
.'</ol>' .'</ol>'
.'</div>' .'</div>'
: '' : ''
; ;
$sHtml.='<footer><a href="'.$oR->urlRepo.'">Source</a> | <a href="'.$oR->urlDocs.'">Docs</a></footer>';
$sHtml.=''
.'<br><br>'
.'<div class="content legend">'
. '<strong>Legend</strong>:<br>'
. '<table><tbody>'
.'<tr>'
. '<td colspan="2"><br>Icons:</td>'
.'</tr>'
.'<tr>'
. '<td>'
. $aIco['type_config'].' Domain with config entries<br>'
. $aIco['type_alias'].' Alias pointng to the config of another domain<br>'
. $aIco['url'].' clickable url to show result of a http head request<br>'
. '</td>'
. '<td>'
. $aIco['ip_ok'].' Domain is on the same ip like the redirect tool.<br>'
. $aIco['ip_warn'].' Domain is on another domain (= the config from here does not work because redirect is handled on another system)<br>'
. $aIco['ip_err'].' Hostname was not found ni DNS<br>'
. '</td>'
. '</tr>'
.'<tr>'
. '<td colspan="2"><br>Redirect status codes:</td>'
.'<tr>'
. '<td colspan="2">'
. '301 Moved Permanently - The address is outdated! However, the new address of the resource is still being forwarded.<br>'
. '307 Temporary Redirect - The URL is currently being redirected temporarily (method is retained) - but the old address remains valid.<br>'
. '308 Permanent Redirect - The address is outdated! The new address of the resource is forwarded with the same method.<br>'
. '</td>'
.'</tr>'
.'</tbody></table>'
.'</div>'
.'<footer><a href="'.$oR->urlRepo.'">Source</a> | <a href="'.$oR->urlDocs.'">Docs</a></footer>'
;
} }
// ---------- OUTPUT // ---------- OUTPUT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment