private function rebuildWordStats()
 {
     $salixHandler = new SalixUtilities();
     $salixHandler->setVerbose(0);
     $salixHandler->buildWordStats($this->collId, 1);
 }
Esempio n. 2
0
				<a href="../../../sitemap.php">Sitemap</a> &gt;&gt;
				<?php 
}
echo '<a href="salixhandler.php?collid=' . $collid . '&actiontype=' . $actionType . '&limit=' . $limit . '">';
echo '<b>SALIX Wordstat Manager</b>';
echo '</a>';
?>
		</div>

		<!-- This is inner text! -->
		<div id="innertext">
			<div style="15px">
			</div>
			<?php 
if ($isEditor) {
    $salixHanlder = new SalixUtilities();
    $salixHanlder->setVerbose($verbose);
    if ($action == 'Build Wordstat Tables') {
        $salixHanlder->buildWordStats($collid, $actionType, $limit);
        echo '<div style="margin:15px;"><a href="salixhandler.php?collid=' . $collid . '&actiontype=' . $actionType . '&limit=' . $limit . '">Return to Main Menu</a></div>';
    } else {
        ?>
					<fieldset style="border:10px;">
						<legend></legend>
						<form name="salixmanagerform" action="salixhandler.php" method="post" onsubmit="return verifySalixManagerForm(this)">
							<div style="margin:15px;">
								<b>Actions</b><br/>
								<input name="actiontype" type="radio" value="1" /> Rebuild with randomly selected occurrences<br/> 
								<input name="actiontype" type="radio" value="2" /> Rebuild with most recently entered occurrences<br/> 
								<input name="actiontype" type="radio" value="3" checked />Append using occurrences entered since last build (<?php 
        echo $salixHanlder->getLastBuildTimestamp();