Exemplo n.º 1
0
    echo "                        <td align=\"left\">&nbsp;</td>\n";
    echo "                      </tr>\n";
    echo "                    </table>\n";
    echo "                  </td>\n";
    echo "                </tr>\n";
    echo "              </table>\n";
    echo "            </td>\n";
    echo "          </tr>\n";
    echo "        </table>\n";
    echo "      </td>\n";
    echo "    </tr>\n";
    echo "    <tr>\n";
    echo "      <td align=\"left\">&nbsp;</td>\n";
    echo "    </tr>\n";
    echo "    <tr>\n";
    echo "      <td align=\"center\" colspan=\"2\">", form_quick_button("visitor_log.php", gettext("More"), array('profile_selection' => 'DOB,AGE', 'sort_by' => 'DOB', 'sort_dir' => 'ASC', 'hide_empty' => 'Y', 'hide_guests' => 'Y'), html_get_frame_name('right')), "</td>\n";
    echo "    </tr>\n";
    echo "  </table>\n";
    echo "  <br />\n";
}
if (is_array($folder_info) && sizeof($folder_info) > 0) {
    echo "  <table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n";
    echo "    <tr>\n";
    echo "      <td align=\"left\">\n";
    echo "        <table class=\"box\" width=\"100%\">\n";
    echo "          <tr>\n";
    echo "            <td align=\"left\" class=\"posthead\">\n";
    echo "              <table class=\"subhead\" width=\"100%\">\n";
    echo "                <tr>\n";
    echo "                  <td align=\"left\">", gettext("Navigate"), "</td>\n";
    echo "                </tr>\n";
Exemplo n.º 2
0
    echo "    </td>\n";
} else {
    echo "    <td width=\"33%\" align=\"left\" class=\"postbody\">&nbsp;</td>\n";
}
if (session::logged_in()) {
    if ($thread_data['LENGTH'] > 0) {
        echo "    <td width=\"33%\" align=\"center\" style=\"white-space: nowrap\" class=\"postbody\">", html_style_image('thread_options', gettext("Edit Thread Options")), " <a href=\"thread_options.php?webtag={$webtag}&amp;msg={$msg}&amp;return_msg={$tid}.{$pid}\" target=\"_self\"><b>", gettext("Edit Thread Options"), "</b></a></td>\n";
    } else {
        echo "    <td width=\"33%\" align=\"center\" style=\"white-space: nowrap\" class=\"postbody\">", html_style_image('thread_options', gettext("Undelete Thread")), " <a href=\"thread_options.php?webtag={$webtag}&amp;msg={$msg}&amp;return_msg={$tid}.{$pid}\" target=\"_self\"><b>", gettext("Undelete Thread"), "</b></a></td>\n";
    }
} else {
    echo "    <td width=\"33%\" align=\"center\" class=\"postbody\">&nbsp;</td>\n";
}
if ($last_pid < $thread_data['LENGTH']) {
    $next_pid = $last_pid + 1;
    echo "    <td width=\"33%\" align=\"right\" style=\"white-space: nowrap\" class=\"postbody\">", form_quick_button("messages.php", gettext("Keep reading&hellip;"), array('msg' => "{$tid}.{$next_pid}"), '_self', null, 'button', 'keep_reading'), "</td>\n";
} else {
    echo "    <td width=\"33%\" align=\"center\" class=\"postbody\">&nbsp;</td>\n";
}
echo "  </tr>\n";
if (session::logged_in()) {
    echo "  <tr>\n";
    echo "    <td colspan=\"3\" align=\"center\" class=\"postbody\">", html_style_image('quick_reply_all', gettext("Quick Reply to All")), " <a href=\"javascript:void(0)\" target=\"_self\" data-msg=\"{$tid}.0\" class=\"quick_reply_link\"><b>", gettext("Quick Reply to All"), "</b></a></td>\n";
    echo "  </tr>\n";
    echo "  <tr>\n";
    echo "    <td colspan=\"3\">\n";
    echo "      <div align=\"center\">\n";
    echo "        <div id=\"quick_reply_0\"></div>\n";
    echo "      </div>\n";
    echo "    </td>\n";
    echo "  </tr>\n";