Exemple #1
0
            <div class="inside acx-section-box">
                <?php 
echo WsdUtil::loadTemplate('box-server-results');
?>
            </div>
        </div>
        <div style="width:49.8%; float: right;" class="postbox">
            <h3 class="hndle" style="cursor: default;"><span><?php 
echo __('WordPress Scan Report', WpsSettings::TEXT_DOMAIN);
?>
</span></h3>
            <div class="inside acx-section-box">
                <?php 
echo WsdUtil::loadTemplate('box-scan-results-wp');
?>
            </div>
        </div>

        <div style="width:99.8%; clear: both;" class="inner-sidebar1 postbox">
            <h3 class="hndle" style="cursor: default;"><span><?php 
echo __('File Scan Report', WpsSettings::TEXT_DOMAIN);
?>
</span></h3>
            <div class="inside">
                <?php 
echo WsdUtil::loadTemplate('box-scan-results-file');
?>
            </div>
        </div>
    </div>
</div>
Exemple #2
0
?>

            </div>
            <!-- RIGHT -->
            <div style="float: right; width: 17%;">
                <?php 
/*
 * Display last scans
 * ================================================================
 */
?>
                <div id="lastScansWrapper">
                    <div class="wsdplugin_alert_section_title wsdplugin_alert_section_title_category"><p>Previous Scans</p></div>
                    <div class="inside" style="margin-left: 5px;">
                        <?php 
echo WsdUtil::loadTemplate('tpl-last-scans-list', array('showScanForm' => $showScanForm, 'scanState' => $scanState));
?>
                    </div>
                </div>
            </div>

        </div>
    </div>
</div>
<script src="<?php 
echo WsdUtil::jsUrl('wsdplugin-wp-scan.js');
?>
" type="text/javascript"></script>
<script type="text/javascript">
jQuery(document).ready(function($){
    //#!++ Set the default dateScan
Exemple #3
0
            }
        }
        echo '</div></div>';
        echo '</td>';
        echo '</tr>';
    }
} else {
    echo '<tr class="entry-event alt"><td colspan="4"><p style="font-weight:800;padding-top:6px;">' . __('No alerts found.') . '</p></td></tr>';
}
?>
                    </tbody>
                </table>
            </div>
        </div>
        <!-- Current Alerts -->
    </div>
    <script type="text/javascript">
        jQuery(document).ready(function($){
            wpsPlugin_bindEntryClick($);
            $("#FilterAlertTypeSelect").val("<?php 
echo $alertsFilterBy;
?>
").attr("selected", "selected");
            $('#FilterAlertTypeButton').click(function(){window.location = updateQueryStringParam(document.URL,'filter',$('#FilterAlertTypeSelect').val());});
        });
    </script>

    <?php 
echo WsdUtil::loadTemplate('box-banners');
?>
</div>
Exemple #4
0
echo WsdUtil::loadTemplate('box-available-backups');
?>
                </div>
            </div>
        </div>


        <p class="clear"></p>
        <div class="metabox-holder" style="width:99.8%; padding-top: 0;">
            <?php 
/*
 * CHANGE DATABASE PREFIX TOOL
 * ================================================================
 */
?>
            <div id="cdtp" class="postbox">
                <h3 class="hndle" style="cursor: default;"><span><?php 
echo __('Change Database Prefix');
?>
</span></h3>
                <div class="inside">
                    <?php 
echo WsdUtil::loadTemplate('box-database-change-prefix');
?>
                </div>
            </div>
        </div>

    </div>
</div>