Esempio n. 1
0
					<div class="wd_progress wd_progress_75 hiddend"><span style="width:0%;"></span></div>
					<span class="wd_progress_stop hiddend">Stop</span>

					<div id='asp_i_success' class="infoMsg hiddend">100% - Index table successfully generated!</div>
					<div id='asp_i_error' class="errorMsg hiddend">Something went wrong :(</div>
					<textarea id="asp_i_error_cont" class="hiddend"></textarea>

					<p class="descMsg">To read more about the index table, please read the <a
							href="http://wpdreams.gitbooks.io/ajax-search-pro-documentation/content/index_table.html">documentation
							chapter about Index table</a> usage.</p>
                    <?php 
if (is_multisite()) {
    ?>
                        <p class="descMsg" style="color:#666; ">
                            Total keywords: <b id="keywords_counter"><?php 
    echo $index_obj->getTotalKeywords();
    ?>
</b>
                        </p>
                    <?php 
} else {
    ?>
                        <p class="descMsg" style="color:#666; ">
                            Items Indexed: <b id="indexed_counter"><?php 
    echo $index_obj->getPostsIndexed();
    ?>
</b>
                            &nbsp;|&nbsp;Items not indexed: <b id="not_indexed_counter"><?php 
    echo $index_obj->getPostIdsToIndexCount();
    ?>
</b>