예제 #1
0
파일: dashboard.php 프로젝트: hewu/blogwp
    $tx_show = __("show", "gd-press-tools");
    $tx_hide = __("hide", "gd-press-tools");
    $span = sprintf('<span class="handler %s" id="gdpt-hndl-%s" onclick="gdpt_dashboard_element(this, \'%s\', \'%s\', \'%s\')">[ %s ]</span>', $state ? "shown" : "hiden", $id, $tx_show, $tx_hide, PRESSTOOLS_URL . "ajax.php", $state ? $tx_hide : $tx_show);
    echo $span;
}
?>

<p class="sub">
    <?php 
gdpt_render_handler("info", $options["dashboard_handler_info"] == 1);
?>
    <?php 
_e("Additional Statistics Info", "gd-press-tools");
?>
    <?php 
$cnt_revisions = gd_count_revisions_total();
$cnt_spam = gd_count_spam_total();
$cnt_overhead = GDPTDB::get_tables_overhead();
?>
</p>
<div class="table" id="gdpt-table-info" style="<?php 
echo $options["dashboard_handler_info"] == 1 ? "" : "display: none";
?>
">
    <table><tbody>
        <tr class="first">
            <td class="first b"><?php 
echo $cnt_revisions;
?>
</td>
            <td class="t"><?php 
예제 #2
0
파일: posts.php 프로젝트: hewu/blogwp
</tr>
<tr><th scope="row"><?php 
_e("Revisions", "gd-press-tools");
?>
</th>
    <td>
        <form method="post">
        <?php 
_e("Remove all revision for published posts and pages.", "gd-press-tools");
?>
<br />
        <?php 
_e("Total number of revisions found", "gd-press-tools");
?>
: <strong><?php 
echo gd_count_revisions_total();
?>
</strong><br />
        <input type="submit" class="inputbutton" value="<?php 
_e("Delete", "gd-press-tools");
?>
" name="gdpt_revisions_delete" id="gdpt_revisions_delete" />
        <div class="gdsr-table-split"></div>
        <?php 
_e("Last revisions removal", "gd-press-tools");
?>
: <strong><?php 
echo $options["tool_revisions_removed"];
?>
</strong>
        </form>