Файл: adultscript-2.0.3-pro/files/admin/templates/default/video_categorize.tpl.php
Строк: 24
<?php defined('_VALID') or die('Restricted Access!'); ?>
<?php echo $this->fetch('errors'); ?>
<?php echo $this->fetch('messages'); ?>
<?php echo $this->fetch('warnings'); ?>
<div id="container" class="clearfix">
<div id="page">
<?php echo $this->fetch('video_menu'); ?>
<div class="content clearfix">
<form id="categorize-form" method="post" action="<?php echo ADMIN_URL; ?>/index.php?q=video/categorize">
<div class="submit none">
Video re-categorization will automatically categorize all your videos based on the title, description and tags. It uses
the auto term for each video category. The categorization is done in the background!
<input name="submit-categorize" type="submit" id="submit-categorize" class="button butDef" value=" Start " />
</div>
</form>
</div>
</div>
</div>