Exemplo n.º 1
0
            ?>
</td>
            <td><?php 
            echo htmlspecialchars($top_unique_id['uniqueid_url']);
            ?>
</td>
            <td><?php 
            echo htmlspecialchars($top_unique_id['uniqueid_user_comment']);
            ?>
</td>
          </tr>
<?php 
        }
        if ($top) {
            foreach ($top_unique_ids as $top_unique_id) {
                $sub_unique_ids = $dal->selectSubUniqueIds($top_unique_id['uniqueid_byte0_value']);
                if (count($sub_unique_ids) > 0) {
                    ?>
          <tr>
            <td colspan="4"><h3><?php 
                    echo htmlspecialchars($top_unique_id['uniqueid_user_comment']);
                    ?>
</h3></td>
          </tr>
          <tr>
            <th>Range</th>
            <th>Delegating organization or person</th>
            <th>URL</th>
            <th>Comment</th>
          </tr>
<?php