Lines Matching refs:html

825         $html = "<a href='$href' class='" ;
830 $html .= "mail' title='" . substr($href, 6) ;
832 $html .= "windows' title='" . substr($href, 3) ;
834 $html .= "windows' title='" . substr($href, 4) ;
848 $html .= 'wikilink' . (page_exists($_arg['id']) ? '1' : '2') ;
849 $html .= "' title='" . $_arg['id'] ;
853 … $html .= "wikilink1' title='" . str_replace('/', ':', ltrim($_href['path'], '/')) ;
855 $html .= "interwiki iw_this' title='" . $_href['path'] ;
857 … $html .= "wikilink2' title='" . str_replace('/', ':', ltrim($_href['path'], '/')) ;
861 $html .= ($_wiki ? "interwiki iw_$_wiki" : 'urlextern') ;
874 $html .= 'wikilink' . (page_exists($_page) ? '1' : '2') ;
875 $html .= "' title='$_page" ;
877 $html .= "'>" ;
879 $html .= "$clic</a>" ;
880 return "$html" ;
896 $html = '' ;
901 … $html .= "\n\t<dl class='inline phpipam_address' style='margin: .1em 0; padding: 0;'>" ;
905 $html .= "\n\t<table class='inline phpipam_address'>" ;
906 $html .= "\n\t<thead>\n\t\t<tr class='row0'>" ;
907 $html .= "\n\t\t\t<th class='col0'>" . $this->getLang('ip') . '</th>' ;
908 $html .= "\n\t\t\t<th class='col1'>" . $this->getLang('hostname') . '</th>' ;
909 $html .= "\n\t\t\t<th class='col2'>" . $this->getLang('description') . '</th>' ;
914 $html .= "\n\t\t\t<th class='col$_col'>" ;
916 $html .= ($_lang ? "$_lang" : ucwords(strtr($_key, '_', ' '))) ;
917 $html .= '</th>' ;
922 $html .= "\n\t\t</tr>\n\t</thead>\n\t<tbody>" ;
926 $html .= "\n\t<ul class='phpipam_address'>" ;
929 $html .= "\n\t<div class='phpipam_address'>" ;
932 $html .= "\n\t<pre class='code text phpipam_address'>" ;
1024 …$html .= "\n\t\t<dt class='row$_row phpipam_address_ip'$_css position: relative; left: 0; top: 1.3…
1025 $html .= $_tag1 . $_hAddr . $_tag0 . '</dt>' ;
1027 $html .= "\n\t\t<dd class='row$_row phpipam_address_hostname'$_css$_dd'>" ;
1028 $html .= $_hName . '</dd>' ;
1031 … $html .= "\n\t\t<dd class='row$_row phpipam_address_description'$_css$_dd'>" ;
1032 $html .= hsc($infos['description']) . '</dd>' ;
1035 $html .= "\n\t\t<dd class='row$_row'$_css'>" ;
1036 $html .= "\n\t\t\t<dl $_css$_dd'>" ;
1038 $html .= "\n\t\t\t\t<dt class='row$_row phpipam_address_$_key'>" ;
1039 $html .= $_val[0] . '</dt>' ;
1040 … $html .= "\n\t\t\t\t<dd class='row$_row phpipam_address_$_key' style='margin-left: 1.2em;'>" ;
1041 $html .= $_val[1] . '</dd>' ;
1044 $html .= "\n\t\t\t</dl>" ;
1045 $html .= "\n\t\t</dd>" ;
1047 $html .= "\n\t</dl>" ;
1051 $html .= "\n\t\t<tr class='row$_row phpipam_tag-" ;
1052 $html .= $infos['tag'] . "'$_css'>" ;
1053 $html .= "\n\t\t\t<th class='col0 phpipam_address_ip'>" ;
1054 $html .= $_tag1 . $_hAddr . $_tag0 . '</th>' ;
1055 $html .= "\n\t\t\t<td class='col1 phpipam_address_hostname'>" ;
1056 $html .= $_hName . '</td>' ;
1057 $html .= "\n\t\t\t<td class='col2 phpipam_address_description'>" ;
1058 $html .= hsc($infos['description']) . '</td>' ;
1062 $html .= "\n\t\t\t<td class='col$_col phpipam_address_hostname'>" ;
1063 $html .= $_more[$_key][1] . '</td>' ;
1068 $html .= "\n\t\t</tr>" ;
1072 $html .= "\n\t\t<li class='level4 phpipam_tag-" ;
1073 $html .= $infos['tag'] . "'$_css'><div class='li'>" ;
1074 $html .= $_tag1 ;
1075 $html .= "<span class='phpipam_address_ip'>" ;
1076 $html .= $_hAddr . '</span>' ;
1078 $html .= ' &#8596; ' ;
1079 $html .= "<span class='phpipam_address_hostname'>" ;
1080 $html .= $_hName . '</span>' ;
1082 $html .= $_tag0 ;
1084 $html .= " <em class='phpipam_address_description'>" ;
1085 $html .= hsc($infos['description']) . '</em>' ;
1088 $html .= "\n\t\t\t<ul><div class='li'>" ;
1090 $html .= "\n\t\t\t\t<li class='level5 phpipam_address_$_key'>" ;
1091 $html .= "<div class='li'>" ;
1092 $html .= "<span class='label'>" . $_val[0] . "</span>: " ;
1093 $html .= "<span class='value'>" . $_val[1] . "</span>" ;
1094 $html .= "\n\t\t\t\t</div></li>" ;
1096 $html .= "\n\t\t\t</div></ul>" ;
1098 $html .= "\n\t\t</li>" ;
1101 $html .= "\n\t\t<p class='level4 phpipam_tag-" ;
1102 $html .= $infos['tag'] . "'$_css'>" ;
1103 $html .= $_tag1 ;
1104 $html .= "<span class='phpipam_address_ip'>" ;
1105 $html .= $_hAddr . '</span>' ;
1107 $html .= ' &#8596; ' ;
1108 $html .= "<span class='phpipam_address_hostname'>" ;
1109 $html .= $_hName . '</span>' ;
1111 $html .= $_tag0 ;
1113 $html .= " <em class='phpipam_address_description'>" ;
1114 $html .= hsc($infos['description']) . '</em>' ;
1118 $html .= "\n\t\t\t\t<br />" ;
1119 … $html .= "<span class='phpipam_address_$key'>" . $_val[0] . "</span>: " ;
1120 $html .= "<span class='phpipam_address_$key'>" . $_val[1] . "</span>" ;
1123 $html .= "\n\t</p>" ;
1126 $html .= $_tag1 ;
1127 $html .= "<span class='phpipam_address_ip'$_css'>" ;
1128 $html .= $_hAddr . '</span>' ;
1129 $html .= ' = ' ;
1130 $html .= "<span class='phpipam_address_hostname'$_css'>" ;
1131 $html .= $_hName . '</span>' ;
1132 $html .= $_tag0 ;
1133 $html .= "\t<em class='phpipam_address_description'$_css'>" ;
1134 $html .= hsc($infos['description']) . '</em>' ;
1137 $html .= "\t<span class='phpipam_address_$_key'$_css'>" ;
1138 $html .= $_val[1] . '</span>' ;
1141 $html .= "\n" ;
1149 $html .= "\n\t</dl>" ;
1152 $html .= "\n\t</tbody>\n\t</table>" ;
1155 $html .= "\n\t</ul>" ;
1158 $html .= "\n\t</div>" ;
1161 $html .= "</pre>\n" ;
1164 return "$html" ;
1185 …$html = "\n\t<dl class='inline phpipam_${type}s' style='width: 100%; margin: 2em 0; padding: 0;'>"…
1187 … $html .= "\n\t\t<dt class='row$_row col0 phpipam_${type}_$_key' style='font-weight: bold;'>" ;
1188 $html .= $_val[0] . '</dt>' ;
1189 $html .= "\n\t\t<dd class='row$_row col1 phpipam_${type}_$_key level3'>" ;
1190 $html .= $_val[1] . '</dd>' ;
1193 $html .= "\n\t</dl>" ;
1196 $html = "\n\t<table class='inline phpipam_${type}s'>\n\t<tbody>" ;
1198 $html .= "\n\t\t<tr class='row$_row phpipam_${type}_$_key'>" ;
1199 $html .= "\n\t\t\t<th class='col0 rightalign'>" . $_val[0] . '</th>' ;
1200 $html .= "\n\t\t\t<td class='col1 leftalign'>" . $_val[1] . '</td>' ;
1201 $html .= "\n\t\t</tr>" ;
1204 $html .= "\n\t</tbody>\n\t</table>" ;
1207 $html = "\n\t<ul class='inline phpipam_${type}s'>" ;
1209 $html .= "\n\t\t<li class='level3 row$_row phpipam_${type}_$_key'>" ;
1210 $html .= "\n\t\t\t<div class='li'>" ;
1211 $html .= "<b class='col0'>" . $_val[0] . '</b>:' ;
1212 $html .= " <span class='col1'>" . $_val[1] . '</span>' ;
1213 $html .= "\n\t\t\t</div>" ;
1214 $html .= "\n\t\t</li>" ;
1217 $html .= "\n\t</ul>" ;
1220 $html = "\n\t<div class='inline phpipam_${type}s'>" ;
1222 $html .= "\n\t\t<p class='level3 row_$_row phpipam_${type}_$_key'>" ;
1223 $html .= "\n\t\t<b class='col0'>" . $_val[0] . '</b>:' ;
1224 $html .= " <span class='col1'>" . $_val[1] . '</span>' ;
1225 $html .= "\n\t\t</p>" ;
1228 $html .= "\n\t</div>" ;
1231 $html = "\n\t<pre class='code text phpipam_${type}s'>" ;
1233 $html .= "<span class='row_$_row phpipam_${type}_$_key'>" ;
1234 $html .= "<b class='col0'>" . $_val[0] . '</b>' ;
1235 $html .= "\t<span class='col1'>" . $_val[1] . '</span>' ;
1236 $html .= "</span>\n" ;
1239 $html .= "</pre>\n" ;
1243 return "$html" ;
1777 $html .= "<b class='col1 phpipam_${type}_$_key[1]'>" ;
1778 $html .= $this->getLang($_key[1]) . '</b>' ;
1779 $html .= "\n\t\t\t</div>" ;
1780 $html .= "\n\t\t</li>" ;
1783 $html .= "\n\t\t<li class='level3 row$_row'>" ;
1784 $html .= "\n\t\t\t<div class='li'>" ;
1785 $html .= "<span class='col0 phpipam_${type}_$_key[0]'>" ;
1786 $html .= $_val[0] . '</span>' ;
1787 $html .= ' &#8596; ' ;
1788 $html .= "<span class='col1 phpipam_${type}_$_key[1]'>" ;
1789 $html .= $_val[1] . '</span>' ;
1790 $html .= "\n\t\t\t</div>" ;
1791 $html .= "\n\t\t</li>" ;
1794 $html .= "\n\t</ul>" ;
1797 $html = "\n\t<div class='phpipam_${type}s'>" ;
1798 $html .= "\n\t\t<p class='level3 row0'>" ;
1799 $html .= "<b class='col0 phpipam_${type}_$_key[0]'>" ;
1800 $html .= $this->getLang($_key[0]) . '</b>' ;
1801 $html .= ' &#8596; ' ;
1802 $html .= "<b class='col1 phpipam_${type}_$_key[1]'>" ;
1803 $html .= $this->getLang($_key[1]) . '</b>' ;
1804 $html .= "\n\t\t</p>" ;
1807 $html .= "\n\t\t<p class='level3 row$_row'>" ;
1808 $html .= "<span class='col0 phpipam_${type}_$_key[0]'>" ;
1809 $html .= $_val[0] . '</span>' ;
1810 $html .= ' &#8596; ' ;
1811 $html .= "<span class='col1 phpipam_${type}_$_key[1]'>" ;
1812 $html .= $_val[1] . '</span>' ;
1813 $html .= "\n\t\t</p>" ;
1816 $html .= "\n\t</div>" ;
1819 $html = "\n\t<pre class='code text phpipam_${type}s'>" ;
1820 $html .= "<span class='row0'>" ;
1821 $html .= "<b class='col0 phpipam_${type}_$_key[0]'>" ;
1822 $html .= $this->getLang($_key[0]) . '</b>' ;
1823 $html .= "\t<b class='col1 phpipam_${type}_$_key[1]'>" ;
1824 $html .= $this->getLang($_key[1]) . '</b>' ;
1825 $html .= "</span>\n" ;
1828 $html .= "<span class='row$_row'>" ;
1829 $html .= "<span class='col0 phpipam_${type}_$_key[0]'>" ;
1830 $html .= $_val[0] . '</span>' ;
1831 $html .= "\t<span class='col1 phpipam_${type}_$_key[1]'>" ;
1832 $html .= $_val[1] . '</span>' ;
1833 $html .= "</span>\n" ;
1836 $html .= "</pre>\n" ;
1840 return "$html" ;