search.php
changeset 110 455405c757e1
parent 82 c255196bc447
child 119 f74e4f88b680
equal deleted inserted replaced
109:34b2d49f52c6 110:455405c757e1
    82 			echo "     <table>\n";
    82 			echo "     <table>\n";
    83 			echo "      <tr>\n";
    83 			echo "      <tr>\n";
    84 			echo "       <th>&nbsp;</th>\n";
    84 			echo "       <th>&nbsp;</th>\n";
    85 			echo "       <th>" . _('Name') . "</th>\n";
    85 			echo "       <th>" . _('Name') . "</th>\n";
    86 			echo "       <th>" . _('Type') . "</th>\n";
    86 			echo "       <th>" . _('Type') . "</th>\n";
    87 			echo "       <th>" . _('Prio') . "</th>\n";
    87 			echo "       <th>" . _('Priority') . "</th>\n";
    88 			echo "       <th>" . _('Content') . "</th>\n";
    88 			echo "       <th>" . _('Content') . "</th>\n";
    89 			echo "       <th>" . _('TTL') . "</th>\n";
    89 			echo "       <th>" . _('TTL') . "</th>\n";
    90 			echo "      </tr>\n";
    90 			echo "      </tr>\n";
    91 
    91 
    92 			foreach ($result['records'] as $record) {
    92 			foreach ($result['records'] as $record) {