Вход Регистрация
Файл: apwa/cache/ctpl_admin_gallery_main.html.php
Строк: 687
<?php if (!defined('IN_PHPBB')) exit; $this->_tpl_include('overall_header.html'); ?>


<a name="maincontent"></a>

<h1><?php echo (isset($this->_rootref['ACP_GALLERY_TITLE'])) ? $this->_rootref['ACP_GALLERY_TITLE'] : ''?></h1>
<p><?php echo (isset($this->_rootref['ACP_GALLERY_TITLE_EXPLAIN'])) ? $this->_rootref['ACP_GALLERY_TITLE_EXPLAIN'] : ''?></p>


<?php $_mods_count = (isset($this->_tpldata['mods'])) ? sizeof($this->_tpldata['mods']) : 0;if ($_mods_count) {for ($_mods_i 0$_mods_i $_mods_count; ++$_mods_i){$_mods_val = &$this->_tpldata['mods'][$_mods_i]; ?>


    <fieldset>
        <legend><?php echo ((isset($this->_rootref['L_VERSION_CHECK'])) ? $this->_rootref['L_VERSION_CHECK'] : ((isset($user->lang['VERSION_CHECK'])) ? $user->lang['VERSION_CHECK'] : '{ VERSION_CHECK }')); ?></legend>
        <p style="font-weight: bold; color: <?php if ($_mods_val['S_UP_TO_DATE']) {  ?>#228822<?php } else { ?>#BC2A4D<?php ?>;"><?php echo $_mods_val['UP_TO_DATE']; ?></p>
        <dl>
            <dt><label><?php echo ((isset($this->_rootref['L_CURRENT_VERSION'])) ? $this->_rootref['L_CURRENT_VERSION'] : ((isset($user->lang['CURRENT_VERSION'])) ? $user->lang['CURRENT_VERSION'] : '{ CURRENT_VERSION }')); ?></label></dt>
            <dd><strong><?php echo $_mods_val['CURRENT_VERSION']; ?></strong></dd>
        </dl>
        <dl>
            <dt><label><?php echo ((isset($this->_rootref['L_LATEST_VERSION'])) ? $this->_rootref['L_LATEST_VERSION'] : ((isset($user->lang['LATEST_VERSION'])) ? $user->lang['LATEST_VERSION'] : '{ LATEST_VERSION }')); ?></label></dt>
            <dd><strong><?php echo $_mods_val['LATEST_VERSION']; ?></strong></dd>
        </dl>
        <?php if (! $_mods_val['S_UP_TO_DATE']) {  ?>

            <dl>
                <dt><label><?php echo ((isset($this->_rootref['L_DOWNLOAD_LATEST'])) ? $this->_rootref['L_DOWNLOAD_LATEST'] : ((isset($user->lang['DOWNLOAD_LATEST'])) ? $user->lang['DOWNLOAD_LATEST'] : '{ DOWNLOAD_LATEST }')); ?></label></dt>
                <dd><strong><a href="<?php echo $_mods_val['DOWNLOAD']; ?>"><?php echo ((isset($this->_rootref['L_DOWNLOAD'])) ? $this->_rootref['L_DOWNLOAD'] : ((isset($user->lang['DOWNLOAD'])) ? $user->lang['DOWNLOAD'] : '{ DOWNLOAD }')); ?> <?php echo $_mods_val['TITLE']; ?> <?php echo $_mods_val['LATEST_VERSION']; ?></a></strong></dd>
            </dl>
            <dl>
                <dt><label><?php echo ((isset($this->_rootref['L_ANNOUNCEMENT_TOPIC'])) ? $this->_rootref['L_ANNOUNCEMENT_TOPIC'] : ((isset($user->lang['ANNOUNCEMENT_TOPIC'])) ? $user->lang['ANNOUNCEMENT_TOPIC'] : '{ ANNOUNCEMENT_TOPIC }')); ?></label></dt>
                <dd><strong><a href="<?php echo $_mods_val['ANNOUNCEMENT']; ?>"><?php echo ((isset($this->_rootref['L_RELEASE_ANNOUNCEMENT'])) ? $this->_rootref['L_RELEASE_ANNOUNCEMENT'] : ((isset($user->lang['RELEASE_ANNOUNCEMENT'])) ? $user->lang['RELEASE_ANNOUNCEMENT'] : '{ RELEASE_ANNOUNCEMENT }')); ?></a></strong></dd>
            </dl>
        <?php ?>

    </fieldset>
<?php }} if ($this->_rootref['S_GALLERY_OVERVIEW']) {  ?>

    <table cellspacing="1">
        <caption><?php echo ((isset($this->_rootref['L_GALLERY_STATS'])) ? $this->_rootref['L_GALLERY_STATS'] : ((isset($user->lang['GALLERY_STATS'])) ? $user->lang['GALLERY_STATS'] : '{ GALLERY_STATS }')); ?></caption>
        <col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" />
    <thead>
    <tr>
        <th><?php echo ((isset($this->_rootref['L_STATISTIC'])) ? $this->_rootref['L_STATISTIC'] : ((isset($user->lang['STATISTIC'])) ? $user->lang['STATISTIC'] : '{ STATISTIC }')); ?></th>
        <th><?php echo ((isset($this->_rootref['L_VALUE'])) ? $this->_rootref['L_VALUE'] : ((isset($user->lang['VALUE'])) ? $user->lang['VALUE'] : '{ VALUE }')); ?></th>
        <th><?php echo ((isset($this->_rootref['L_STATISTIC'])) ? $this->_rootref['L_STATISTIC'] : ((isset($user->lang['STATISTIC'])) ? $user->lang['STATISTIC'] : '{ STATISTIC }')); ?></th>
        <th><?php echo ((isset($this->_rootref['L_VALUE'])) ? $this->_rootref['L_VALUE'] : ((isset($user->lang['VALUE'])) ? $user->lang['VALUE'] : '{ VALUE }')); ?></th>
    </tr>
    </thead>
    <tbody>
    <tr>
        <td><?php echo ((isset($this->_rootref['L_NUMBER_IMAGES'])) ? $this->_rootref['L_NUMBER_IMAGES'] : ((isset($user->lang['NUMBER_IMAGES'])) ? $user->lang['NUMBER_IMAGES'] : '{ NUMBER_IMAGES }')); ?>: </td>
        <td><strong><?php echo (isset($this->_rootref['TOTAL_IMAGES'])) ? $this->_rootref['TOTAL_IMAGES'] : ''?></strong></td>
        <td><?php echo ((isset($this->_rootref['L_IMAGES_PER_DAY'])) ? $this->_rootref['L_IMAGES_PER_DAY'] : ((isset($user->lang['IMAGES_PER_DAY'])) ? $user->lang['IMAGES_PER_DAY'] : '{ IMAGES_PER_DAY }')); ?>: </td>
        <td><strong><?php echo (isset($this->_rootref['IMAGES_PER_DAY'])) ? $this->_rootref['IMAGES_PER_DAY'] : ''?></strong></td>
    </tr>
    <tr>
        <td><?php echo ((isset($this->_rootref['L_NUMBER_ALBUMS'])) ? $this->_rootref['L_NUMBER_ALBUMS'] : ((isset($user->lang['NUMBER_ALBUMS'])) ? $user->lang['NUMBER_ALBUMS'] : '{ NUMBER_ALBUMS }')); ?>: </td>
        <td><strong><?php echo (isset($this->_rootref['TOTAL_ALBUMS'])) ? $this->_rootref['TOTAL_ALBUMS'] : ''?></strong></td>
        <td><?php echo ((isset($this->_rootref['L_NUMBER_PERSONALS'])) ? $this->_rootref['L_NUMBER_PERSONALS'] : ((isset($user->lang['NUMBER_PERSONALS'])) ? $user->lang['NUMBER_PERSONALS'] : '{ NUMBER_PERSONALS }')); ?>: </td>
        <td><strong><?php echo (isset($this->_rootref['TOTAL_PERSONALS'])) ? $this->_rootref['TOTAL_PERSONALS'] : ''?></strong></td>
    </tr>
    <tr>
        <td><?php echo ((isset($this->_rootref['L_GUPLOAD_DIR_SIZE'])) ? $this->_rootref['L_GUPLOAD_DIR_SIZE'] : ((isset($user->lang['GUPLOAD_DIR_SIZE'])) ? $user->lang['GUPLOAD_DIR_SIZE'] : '{ GUPLOAD_DIR_SIZE }')); ?>: </td>
        <td><strong><?php echo (isset($this->_rootref['GUPLOAD_DIR_SIZE'])) ? $this->_rootref['GUPLOAD_DIR_SIZE'] : ''?></strong></td>
        <td><?php echo ((isset($this->_rootref['L_MEDIUM_DIR_SIZE'])) ? $this->_rootref['L_MEDIUM_DIR_SIZE'] : ((isset($user->lang['MEDIUM_DIR_SIZE'])) ? $user->lang['MEDIUM_DIR_SIZE'] : '{ MEDIUM_DIR_SIZE }')); ?>: </td>
        <td><strong><?php echo (isset($this->_rootref['MEDIUM_DIR_SIZE'])) ? $this->_rootref['MEDIUM_DIR_SIZE'] : ''?></strong></td>
    </tr>
    <tr>
        <td><?php echo ((isset($this->_rootref['L_CACHE_DIR_SIZE'])) ? $this->_rootref['L_CACHE_DIR_SIZE'] : ((isset($user->lang['CACHE_DIR_SIZE'])) ? $user->lang['CACHE_DIR_SIZE'] : '{ CACHE_DIR_SIZE }')); ?>: </td>
        <td><strong><?php echo (isset($this->_rootref['CACHE_DIR_SIZE'])) ? $this->_rootref['CACHE_DIR_SIZE'] : ''?></strong></td>
        <td><?php echo ((isset($this->_rootref['L_GALLERY_VERSION'])) ? $this->_rootref['L_GALLERY_VERSION'] : ((isset($user->lang['GALLERY_VERSION'])) ? $user->lang['GALLERY_VERSION'] : '{ GALLERY_VERSION }')); ?>: </td>
        <td><strong><?php echo (isset($this->_rootref['GALLERY_VERSION'])) ? $this->_rootref['GALLERY_VERSION'] : ''?></strong></td>
    </tr>
    </tbody>
    </table>

    <fieldset>
        <form id="action_images_form" method="post" action="<?php echo (isset($this->_rootref['U_ACTION'])) ? $this->_rootref['U_ACTION'] : ''?>">
            <dl>
                <dt><label for="action_images"><?php echo ((isset($this->_rootref['L_RESYNC_IMAGECOUNTS'])) ? $this->_rootref['L_RESYNC_IMAGECOUNTS'] : ((isset($user->lang['RESYNC_IMAGECOUNTS'])) ? $user->lang['RESYNC_IMAGECOUNTS'] : '{ RESYNC_IMAGECOUNTS }')); ?></label>
                    <br /><span><?php echo ((isset($this->_rootref['L_RESYNC_IMAGECOUNTS_EXPLAIN'])) ? $this->_rootref['L_RESYNC_IMAGECOUNTS_EXPLAIN'] : ((isset($user->lang['RESYNC_IMAGECOUNTS_EXPLAIN'])) ? $user->lang['RESYNC_IMAGECOUNTS_EXPLAIN'] : '{ RESYNC_IMAGECOUNTS_EXPLAIN }')); ?></span></dt>
                <dd><input type="hidden" name="action" value="images" /><input class="button2" type="submit" id="action_images" name="action_images" value="<?php echo ((isset($this->_rootref['L_RUN'])) ? $this->_rootref['L_RUN'] : ((isset($user->lang['RUN'])) ? $user->lang['RUN'] : '{ RUN }')); ?>" /></dd>
            </dl>
        </form>

        <form id="action_personals_form" method="post" action="<?php echo (isset($this->_rootref['U_ACTION'])) ? $this->_rootref['U_ACTION'] : ''?>">
            <dl>
                <dt><label for="action_personals"><?php echo ((isset($this->_rootref['L_RESYNC_PERSONALS'])) ? $this->_rootref['L_RESYNC_PERSONALS'] : ((isset($user->lang['RESYNC_PERSONALS'])) ? $user->lang['RESYNC_PERSONALS'] : '{ RESYNC_PERSONALS }')); ?></label></dt>
                <dd><input type="hidden" name="action" value="personals" /><input class="button2" type="submit" id="action_personals" name="action_personals" value="<?php echo ((isset($this->_rootref['L_RUN'])) ? $this->_rootref['L_RUN'] : ((isset($user->lang['RUN'])) ? $user->lang['RUN'] : '{ RUN }')); ?>" /></dd>
            </dl>
        </form>

        <form id="action_stats_form" method="post" action="<?php echo (isset($this->_rootref['U_ACTION'])) ? $this->_rootref['U_ACTION'] : ''?>">
            <dl>
                <dt><label for="action_stats"><?php echo ((isset($this->_rootref['L_RESYNC_STATS'])) ? $this->_rootref['L_RESYNC_STATS'] : ((isset($user->lang['RESYNC_STATS'])) ? $user->lang['RESYNC_STATS'] : '{ RESYNC_STATS }')); ?></label></dt>
                <dd><input type="hidden" name="action" value="stats" /><input class="button2" type="submit" id="action_stats" name="action_stats" value="<?php echo ((isset($this->_rootref['L_RUN'])) ? $this->_rootref['L_RUN'] : ((isset($user->lang['RUN'])) ? $user->lang['RUN'] : '{ RUN }')); ?>" /></dd>
            </dl>
        </form>

        <form id="action_last_images_form" method="post" action="<?php echo (isset($this->_rootref['U_ACTION'])) ? $this->_rootref['U_ACTION'] : ''?>">
            <dl>
                <dt><label for="action_last_images"><?php echo ((isset($this->_rootref['L_RESYNC_LAST_IMAGES'])) ? $this->_rootref['L_RESYNC_LAST_IMAGES'] : ((isset($user->lang['RESYNC_LAST_IMAGES'])) ? $user->lang['RESYNC_LAST_IMAGES'] : '{ RESYNC_LAST_IMAGES }')); ?></label></dt>
                <dd><input type="hidden" name="action" value="last_images" /><input class="button2" type="submit" id="action_last_images" name="action_last_images" value="<?php echo ((isset($this->_rootref['L_RUN'])) ? $this->_rootref['L_RUN'] : ((isset($user->lang['RUN'])) ? $user->lang['RUN'] : '{ RUN }')); ?>" /></dd>
            </dl>
        </form>

        <?php if ($this->_rootref['S_FOUNDER']) {  ?>

        <form id="action_purge_cache_form" method="post" action="<?php echo (isset($this->_rootref['U_ACTION'])) ? $this->_rootref['U_ACTION'] : ''?>">
            <dl>
                <dt><label for="action_purge_cache"><?php echo ((isset($this->_rootref['L_PURGE_CACHE'])) ? $this->_rootref['L_PURGE_CACHE'] : ((isset($user->lang['PURGE_CACHE'])) ? $user->lang['PURGE_CACHE'] : '{ PURGE_CACHE }')); ?></label>
                    <br /><span><?php echo ((isset($this->_rootref['L_GALLERY_PURGE_CACHE_EXPLAIN'])) ? $this->_rootref['L_GALLERY_PURGE_CACHE_EXPLAIN'] : ((isset($user->lang['GALLERY_PURGE_CACHE_EXPLAIN'])) ? $user->lang['GALLERY_PURGE_CACHE_EXPLAIN'] : '{ GALLERY_PURGE_CACHE_EXPLAIN }')); ?></span></dt>
                <dd><input type="hidden" name="action" value="purge_cache" /><input class="button2" type="submit" id="action_purge_cache" name="action_purge_cache" value="<?php echo ((isset($this->_rootref['L_RUN'])) ? $this->_rootref['L_RUN'] : ((isset($user->lang['RUN'])) ? $user->lang['RUN'] : '{ RUN }')); ?>" /></dd>
            </dl>
        </form>
        <?php ?>

    </fieldset>

    <fieldset>
        <form id="action_reset_rating_form" method="post" action="<?php echo (isset($this->_rootref['U_ACTION'])) ? $this->_rootref['U_ACTION'] : ''?>">
            <dl>
                <dt><label for="reset_album_id"><?php echo ((isset($this->_rootref['L_RESET_RATING'])) ? $this->_rootref['L_RESET_RATING'] : ((isset($user->lang['RESET_RATING'])) ? $user->lang['RESET_RATING'] : '{ RESET_RATING }')); ?></label>
                    <br /><span><?php echo ((isset($this->_rootref['L_RESET_RATING_EXPLAIN'])) ? $this->_rootref['L_RESET_RATING_EXPLAIN'] : ((isset($user->lang['RESET_RATING_EXPLAIN'])) ? $user->lang['RESET_RATING_EXPLAIN'] : '{ RESET_RATING_EXPLAIN }')); ?></span></dt>
                <dd><?php echo (isset($this->_rootref['S_SELECT_ALBUM'])) ? $this->_rootref['S_SELECT_ALBUM'] : ''?>

                    <input type="hidden" name="action" value="reset_rating" /><input class="button2" type="submit" id="action_reset_rating" name="action_reset_rating" value="<?php echo ((isset($this->_rootref['L_RUN'])) ? $this->_rootref['L_RUN'] : ((isset($user->lang['RUN'])) ? $user->lang['RUN'] : '{ RUN }')); ?>" /></dd>
            </dl>
        </form>

        <form id="action_create_pega_form" method="post" action="<?php echo (isset($this->_rootref['U_ACTION'])) ? $this->_rootref['U_ACTION'] : ''?>">
            <dl>
                <dt><label for="username"><?php echo ((isset($this->_rootref['L_CREATE_USERS_PEGA'])) ? $this->_rootref['L_CREATE_USERS_PEGA'] : ((isset($user->lang['CREATE_USERS_PEGA'])) ? $user->lang['CREATE_USERS_PEGA'] : '{ CREATE_USERS_PEGA }')); ?></label></dt>
                <dd><input class="inputbox autowidth" type="text" id="username" name="username" size="15" value="" />
                    <input type="hidden" name="action" value="create_pega" /><input class="button2" type="submit" id="action_create_pega" name="action_create_pega" value="<?php echo ((isset($this->_rootref['L_CREATE'])) ? $this->_rootref['L_CREATE'] : ((isset($user->lang['CREATE'])) ? $user->lang['CREATE'] : '{ CREATE }')); ?>" /></dd>
                <dd>[ <a href="<?php echo (isset($this->_rootref['U_FIND_USERNAME'])) ? $this->_rootref['U_FIND_USERNAME'] : ''?>" onclick="find_username(this.href); return false;"><?php echo ((isset($this->_rootref['L_FIND_USERNAME'])) ? $this->_rootref['L_FIND_USERNAME'] : ((isset($user->lang['FIND_USERNAME'])) ? $user->lang['FIND_USERNAME'] : '{ FIND_USERNAME }')); ?></a> ]</dd>
            </dl>
        </form>
    </fieldset>
<?php } if ($this->_rootref['S_IMPORT_IMAGES']) {  ?>

<form id="acp_gallery" method="post" action="<?php echo (isset($this->_rootref['U_ACTION'])) ? $this->_rootref['U_ACTION'] : ''?>">
    <fieldset class="field1">
        <legend><?php echo ((isset($this->_rootref['L_ALBUM_SETTINGS'])) ? $this->_rootref['L_ALBUM_SETTINGS'] : ((isset($user->lang['ALBUM_SETTINGS'])) ? $user->lang['ALBUM_SETTINGS'] : '{ ALBUM_SETTINGS }')); ?></legend>
        <dl>
            <dt><label for="album_id"><?php echo ((isset($this->_rootref['L_IMPORT_ALBUM'])) ? $this->_rootref['L_IMPORT_ALBUM'] : ((isset($user->lang['IMPORT_ALBUM'])) ? $user->lang['IMPORT_ALBUM'] : '{ IMPORT_ALBUM }')); ?>:</label></dt>
            <dd><?php echo (isset($this->_rootref['S_SELECT_IMPORT'])) ? $this->_rootref['S_SELECT_IMPORT'] : ''?></dd>
            <dd><input class="radio" type="checkbox" name="users_pega" id="users_pega" value="1" /> <label for="users_pega"><?php echo ((isset($this->_rootref['L_IMPORT_USERS_PEGA'])) ? $this->_rootref['L_IMPORT_USERS_PEGA'] : ((isset($user->lang['IMPORT_USERS_PEGA'])) ? $user->lang['IMPORT_USERS_PEGA'] : '{ IMPORT_USERS_PEGA }')); ?></label></dd>
        </dl>
        <dl>
            <dt><label<?php if (sizeof($this->_tpldata['imagerow'])) {  ?> for="images"<?php ?>><?php echo ((isset($this->_rootref['L_IMAGES'])) ? $this->_rootref['L_IMAGES'] : ((isset($user->lang['IMAGES'])) ? $user->lang['IMAGES'] : '{ IMAGES }')); ?>:</label>
                <br /><span><?php echo ((isset($this->_rootref['L_IMPORT_SELECT'])) ? $this->_rootref['L_IMPORT_SELECT'] : ((isset($user->lang['IMPORT_SELECT'])) ? $user->lang['IMPORT_SELECT'] : '{ IMPORT_SELECT }')); ?></span></dt>
            <dd><?php if (! sizeof($this->_tpldata['imagerow'])) {  ?>

                <?php echo ((isset($this->_rootref['L_IMPORT_DIR_EMPTY'])) ? $this->_rootref['L_IMPORT_DIR_EMPTY'] : ((isset($user->lang['IMPORT_DIR_EMPTY'])) ? $user->lang['IMPORT_DIR_EMPTY'] : '{ IMPORT_DIR_EMPTY }')); ?>

            <?php } else { ?>

                <select id="images" name="images[]" multiple="multiple" size="10">
                    <?php $_imagerow_count = (isset($this->_tpldata['imagerow'])) ? sizeof($this->_tpldata['imagerow']) : 0;if ($_imagerow_count) {for ($_imagerow_i 0$_imagerow_i $_imagerow_count; ++$_imagerow_i){$_imagerow_val = &$this->_tpldata['imagerow'][$_imagerow_i]; ?><option value="<?php echo $_imagerow_val['FILE_NAME']; ?>"><?php echo $_imagerow_val['FILE_NAME']; ?></option><?php }} ?>

                </select>
            <?php ?></dd>
        </dl>
        <dl>
            <dt><label for="username"><?php echo ((isset($this->_rootref['L_IMPORT_USER'])) ? $this->_rootref['L_IMPORT_USER'] : ((isset($user->lang['IMPORT_USER'])) ? $user->lang['IMPORT_USER'] : '{ IMPORT_USER }')); ?>:</label>
                <br /><span><?php echo ((isset($this->_rootref['L_IMPORT_USER_EXP'])) ? $this->_rootref['L_IMPORT_USER_EXP'] : ((isset($user->lang['IMPORT_USER_EXP'])) ? $user->lang['IMPORT_USER_EXP'] : '{ IMPORT_USER_EXP }')); ?></span></dt>
            <dd><input class="inputbox autowidth" type="text" id="username" name="username" size="40" value="<?php echo (isset($this->_rootref['USERNAME'])) ? $this->_rootref['USERNAME'] : ''?>" />&nbsp;
                [ <a href="<?php echo (isset($this->_rootref['U_FIND_USERNAME'])) ? $this->_rootref['U_FIND_USERNAME'] : ''?>" onclick="find_username(this.href); return false;"><?php echo ((isset($this->_rootref['L_FIND_USERNAME'])) ? $this->_rootref['L_FIND_USERNAME'] : ((isset($user->lang['FIND_USERNAME'])) ? $user->lang['FIND_USERNAME'] : '{ FIND_USERNAME }')); ?></a> ]</dd>
        </dl>
        <dl>
            <dt><label for="image_name"><?php echo ((isset($this->_rootref['L_IMAGE_NAME'])) ? $this->_rootref['L_IMAGE_NAME'] : ((isset($user->lang['IMAGE_NAME'])) ? $user->lang['IMAGE_NAME'] : '{ IMAGE_NAME }')); ?>:</label></dt>
            <dd><input id="image_name" class="inputbox autowidth" type="text" name="image_name" size="60" value="<?php echo (isset($this->_rootref['IMAGE_NAME'])) ? $this->_rootref['IMAGE_NAME'] : ''?>" /></dd>
            <dd><?php echo ((isset($this->_rootref['L_USE_NUM'])) ? $this->_rootref['L_USE_NUM'] : ((isset($user->lang['USE_NUM'])) ? $user->lang['USE_NUM'] : '{ USE_NUM }')); ?> <input class="inputbox autowidth" type="text" name="image_num" size="5" value="1" /></dd>
            <dd><input class="button2 checkbox" type="checkbox" name="filename" value="filename" /> <?php echo ((isset($this->_rootref['L_ORIG_FILENAME'])) ? $this->_rootref['L_ORIG_FILENAME'] : ((isset($user->lang['ORIG_FILENAME'])) ? $user->lang['ORIG_FILENAME'] : '{ ORIG_FILENAME }')); ?></dd>
        </dl>
    </fieldset>
    <fieldset class="submit-buttons">
        <legend><?php echo ((isset($this->_rootref['L_SUBMIT'])) ? $this->_rootref['L_SUBMIT'] : ((isset($user->lang['SUBMIT'])) ? $user->lang['SUBMIT'] : '{ SUBMIT }')); ?></legend>
        <p class="submit-buttons">
            <input class="button1" type="submit" id="submit" name="submit" value="<?php echo ((isset($this->_rootref['L_SUBMIT'])) ? $this->_rootref['L_SUBMIT'] : ((isset($user->lang['SUBMIT'])) ? $user->lang['SUBMIT'] : '{ SUBMIT }')); ?>" />&nbsp;
            <input class="button2" type="reset" id="reset" name="reset" value="<?php echo ((isset($this->_rootref['L_RESET'])) ? $this->_rootref['L_RESET'] : ((isset($user->lang['RESET'])) ? $user->lang['RESET'] : '{ RESET }')); ?>" />
            <?php echo (isset($this->_rootref['S_FORM_TOKEN'])) ? $this->_rootref['S_FORM_TOKEN'] : ''?>

        </p>
    </fieldset>
</form>
<?php } if ($this->_rootref['S_GALLERY_MANAGE_RESTS']) {  ?>

<form id="acp_gallery" method="post" action="<?php echo (isset($this->_rootref['U_ACTION'])) ? $this->_rootref['U_ACTION'] : ''?>">
    <fieldset>
        <legend><?php echo ((isset($this->_rootref['L_MANAGE_CRASHED_IMAGES'])) ? $this->_rootref['L_MANAGE_CRASHED_IMAGES'] : ((isset($user->lang['MANAGE_CRASHED_IMAGES'])) ? $user->lang['MANAGE_CRASHED_IMAGES'] : '{ MANAGE_CRASHED_IMAGES }')); ?></legend>
        <dl>
            <dt><label<?php if (sizeof($this->_tpldata['sourcerow'])) {  ?> for="source"<?php ?>><?php echo ((isset($this->_rootref['L_MISSING_SOURCE'])) ? $this->_rootref['L_MISSING_SOURCE'] : ((isset($user->lang['MISSING_SOURCE'])) ? $user->lang['MISSING_SOURCE'] : '{ MISSING_SOURCE }')); ?>:</label>
                <br /><span><a href="<?php echo (isset($this->_rootref['CHECK_SOURCE'])) ? $this->_rootref['CHECK_SOURCE'] : ''?>"><?php echo ((isset($this->_rootref['L_CHECK'])) ? $this->_rootref['L_CHECK'] : ((isset($user->lang['CHECK'])) ? $user->lang['CHECK'] : '{ CHECK }')); ?></a></span></dt>
            <dd><?php if (! sizeof($this->_tpldata['sourcerow'])) {  ?>

                <?php echo ((isset($this->_rootref['L_CHECK_SOURCE_EXPLAIN'])) ? $this->_rootref['L_CHECK_SOURCE_EXPLAIN'] : ((isset($user->lang['CHECK_SOURCE_EXPLAIN'])) ? $user->lang['CHECK_SOURCE_EXPLAIN'] : '{ CHECK_SOURCE_EXPLAIN }')); ?>

            <?php } else { ?>

                <select id="source" name="source[]" multiple="multiple" size="10">
                    <?php $_sourcerow_count = (isset($this->_tpldata['sourcerow'])) ? sizeof($this->_tpldata['sourcerow']) : 0;if ($_sourcerow_count) {for ($_sourcerow_i 0$_sourcerow_i $_sourcerow_count; ++$_sourcerow_i){$_sourcerow_val = &$this->_tpldata['sourcerow'][$_sourcerow_i]; ?><option value="<?php echo $_sourcerow_val['IMAGE_ID']; ?>"><?php echo ((isset($this->_rootref['L_IMAGE_ID'])) ? $this->_rootref['L_IMAGE_ID'] : ((isset($user->lang['IMAGE_ID'])) ? $user->lang['IMAGE_ID'] : '{ IMAGE_ID }')); ?><?php echo $_sourcerow_val['IMAGE_ID']; ?> - <?php echo $_sourcerow_val['IMAGE_NAME']; ?></option><?php }} ?>

                </select>
            <?php ?></dd>
        </dl>
        <dl>
            <dt><label<?php if (sizeof($this->_tpldata['entryrow'])) {  ?> for="entry"<?php ?>><?php echo ((isset($this->_rootref['L_MISSING_ENTRY'])) ? $this->_rootref['L_MISSING_ENTRY'] : ((isset($user->lang['MISSING_ENTRY'])) ? $user->lang['MISSING_ENTRY'] : '{ MISSING_ENTRY }')); ?>:</label>
                <br /><span><a href="<?php echo (isset($this->_rootref['CHECK_ENTRY'])) ? $this->_rootref['CHECK_ENTRY'] : ''?>"><?php echo ((isset($this->_rootref['L_CHECK'])) ? $this->_rootref['L_CHECK'] : ((isset($user->lang['CHECK'])) ? $user->lang['CHECK'] : '{ CHECK }')); ?></a></span></dt>
            <dd><?php if (! sizeof($this->_tpldata['entryrow'])) {  ?>

                <?php echo ((isset($this->_rootref['L_CHECK_ENTRY_EXPLAIN'])) ? $this->_rootref['L_CHECK_ENTRY_EXPLAIN'] : ((isset($user->lang['CHECK_ENTRY_EXPLAIN'])) ? $user->lang['CHECK_ENTRY_EXPLAIN'] : '{ CHECK_ENTRY_EXPLAIN }')); ?>

            <?php } else { ?>

                <select id="entry" name="entry[]" multiple="multiple" size="10">
                    <?php $_entryrow_count = (isset($this->_tpldata['entryrow'])) ? sizeof($this->_tpldata['entryrow']) : 0;if ($_entryrow_count) {for ($_entryrow_i 0$_entryrow_i $_entryrow_count; ++$_entryrow_i){$_entryrow_val = &$this->_tpldata['entryrow'][$_entryrow_i]; ?><option value="<?php echo $_entryrow_val['FILE_NAME']; ?>"><?php echo $_entryrow_val['FILE_NAME']; ?></option><?php }} ?>

                </select>
            <?php ?></dd>
        </dl>

        <?php if (sizeof($this->_tpldata['entryrow']) || sizeof($this->_tpldata['sourcerow'])) {  ?>

        <p class="submit-buttons">
            <input class="button1" type="submit" name="delete" value="<?php echo ((isset($this->_rootref['L_DELETE'])) ? $this->_rootref['L_DELETE'] : ((isset($user->lang['DELETE'])) ? $user->lang['DELETE'] : '{ DELETE }')); ?>" />
        </p>
        <?php ?>

    </fieldset>

    <fieldset>
        <legend><?php echo ((isset($this->_rootref['L_MANAGE_CRASHED_ENTRIES'])) ? $this->_rootref['L_MANAGE_CRASHED_ENTRIES'] : ((isset($user->lang['MANAGE_CRASHED_ENTRIES'])) ? $user->lang['MANAGE_CRASHED_ENTRIES'] : '{ MANAGE_CRASHED_ENTRIES }')); ?></legend>
        <dl>
            <dt><label<?php if (sizeof($this->_tpldata['authorrow'])) {  ?> for="author"<?php ?>><?php echo ((isset($this->_rootref['L_MISSING_AUTHOR'])) ? $this->_rootref['L_MISSING_AUTHOR'] : ((isset($user->lang['MISSING_AUTHOR'])) ? $user->lang['MISSING_AUTHOR'] : '{ MISSING_AUTHOR }')); ?>:</label></dt>
            <dd><?php if (! sizeof($this->_tpldata['authorrow'])) {  ?>

                <?php echo ((isset($this->_rootref['L_CHECK_AUTHOR_EXPLAIN'])) ? $this->_rootref['L_CHECK_AUTHOR_EXPLAIN'] : ((isset($user->lang['CHECK_AUTHOR_EXPLAIN'])) ? $user->lang['CHECK_AUTHOR_EXPLAIN'] : '{ CHECK_AUTHOR_EXPLAIN }')); ?>

            <?php } else { ?>

                <select id="author" name="author[]" multiple="multiple" size="10">
                    <?php $_authorrow_count = (isset($this->_tpldata['authorrow'])) ? sizeof($this->_tpldata['authorrow']) : 0;if ($_authorrow_count) {for ($_authorrow_i 0$_authorrow_i $_authorrow_count; ++$_authorrow_i){$_authorrow_val = &$this->_tpldata['authorrow'][$_authorrow_i]; ?><option value="<?php echo $_authorrow_val['IMAGE_ID']; ?>"><?php echo ((isset($this->_rootref['L_IMAGE_ID'])) ? $this->_rootref['L_IMAGE_ID'] : ((isset($user->lang['IMAGE_ID'])) ? $user->lang['IMAGE_ID'] : '{ IMAGE_ID }')); ?><?php echo $_authorrow_val['IMAGE_ID']; ?> - <?php echo ((isset($this->_rootref['L_AUTHOR'])) ? $this->_rootref['L_AUTHOR'] : ((isset($user->lang['AUTHOR'])) ? $user->lang['AUTHOR'] : '{ AUTHOR }')); ?><?php echo $_authorrow_val['AUTHOR_NAME']; ?></option><?php }} ?>

                </select>
            <?php ?></dd>
        </dl>
        <dl>
            <dt><label<?php if (sizeof($this->_tpldata['commentrow'])) {  ?> for="comment"<?php ?>><?php echo ((isset($this->_rootref['L_MISSING_AUTHOR_C'])) ? $this->_rootref['L_MISSING_AUTHOR_C'] : ((isset($user->lang['MISSING_AUTHOR_C'])) ? $user->lang['MISSING_AUTHOR_C'] : '{ MISSING_AUTHOR_C }')); ?>:</label></dt>
            <dd><?php if (! sizeof($this->_tpldata['commentrow'])) {  ?>

                <?php echo ((isset($this->_rootref['L_CHECK_COMMENT_EXPLAIN'])) ? $this->_rootref['L_CHECK_COMMENT_EXPLAIN'] : ((isset($user->lang['CHECK_COMMENT_EXPLAIN'])) ? $user->lang['CHECK_COMMENT_EXPLAIN'] : '{ CHECK_COMMENT_EXPLAIN }')); ?>

            <?php } else { ?>

                <select id="comment" name="comment[]" multiple="multiple" size="10">
                    <?php $_commentrow_count = (isset($this->_tpldata['commentrow'])) ? sizeof($this->_tpldata['commentrow']) : 0;if ($_commentrow_count) {for ($_commentrow_i 0$_commentrow_i $_commentrow_count; ++$_commentrow_i){$_commentrow_val = &$this->_tpldata['commentrow'][$_commentrow_i]; ?><option value="<?php echo $_commentrow_val['COMMENT_ID']; ?>"><?php echo ((isset($this->_rootref['L_COMMENT_ID'])) ? $this->_rootref['L_COMMENT_ID'] : ((isset($user->lang['COMMENT_ID'])) ? $user->lang['COMMENT_ID'] : '{ COMMENT_ID }')); ?><?php echo $_commentrow_val['COMMENT_ID']; ?> - <?php echo ((isset($this->_rootref['L_IMAGE_ID'])) ? $this->_rootref['L_IMAGE_ID'] : ((isset($user->lang['IMAGE_ID'])) ? $user->lang['IMAGE_ID'] : '{ IMAGE_ID }')); ?><?php echo $_commentrow_val['IMAGE_ID']; ?> - <?php echo ((isset($this->_rootref['L_AUTHOR'])) ? $this->_rootref['L_AUTHOR'] : ((isset($user->lang['AUTHOR'])) ? $user->lang['AUTHOR'] : '{ AUTHOR }')); ?><?php echo $_commentrow_val['AUTHOR_NAME']; ?></option><?php }} ?>

                </select>
            <?php ?></dd>
        </dl>

        <?php if (sizeof($this->_tpldata['commentrow']) || sizeof($this->_tpldata['authorrow'])) {  ?>

        <p class="submit-buttons">
            <input class="button1" type="submit" name="submit" value="<?php echo ((isset($this->_rootref['L_CHANGE_AUTHOR_TO_GUEST'])) ? $this->_rootref['L_CHANGE_AUTHOR_TO_GUEST'] : ((isset($user->lang['CHANGE_AUTHOR_TO_GUEST'])) ? $user->lang['CHANGE_AUTHOR_TO_GUEST'] : '{ CHANGE_AUTHOR_TO_GUEST }')); ?>" />
            <input class="button1" type="submit" name="delete" value="<?php echo ((isset($this->_rootref['L_DELETE'])) ? $this->_rootref['L_DELETE'] : ((isset($user->lang['DELETE'])) ? $user->lang['DELETE'] : '{ DELETE }')); ?>" />
        </p>
        <?php ?>

    </fieldset>

    <fieldset>
        <legend><?php echo ((isset($this->_rootref['L_MANAGE_PERSONALS'])) ? $this->_rootref['L_MANAGE_PERSONALS'] : ((isset($user->lang['MANAGE_PERSONALS'])) ? $user->lang['MANAGE_PERSONALS'] : '{ MANAGE_PERSONALS }')); ?></legend>
        <dl>
            <dt><label<?php if (sizeof($this->_tpldata['personalrow'])) {  ?> for="personal_missing"<?php ?>><?php echo ((isset($this->_rootref['L_MISSING_OWNER'])) ? $this->_rootref['L_MISSING_OWNER'] : ((isset($user->lang['MISSING_OWNER'])) ? $user->lang['MISSING_OWNER'] : '{ MISSING_OWNER }')); ?>:</label>
                <br /><span><?php echo ((isset($this->_rootref['L_MISSING_OWNER_EXP'])) ? $this->_rootref['L_MISSING_OWNER_EXP'] : ((isset($user->lang['MISSING_OWNER_EXP'])) ? $user->lang['MISSING_OWNER_EXP'] : '{ MISSING_OWNER_EXP }')); ?></span></dt>
            <dd><?php if (! sizeof($this->_tpldata['personalrow'])) {  ?>

                <?php echo ((isset($this->_rootref['L_CHECK_PERSONALS_EXPLAIN'])) ? $this->_rootref['L_CHECK_PERSONALS_EXPLAIN'] : ((isset($user->lang['CHECK_PERSONALS_EXPLAIN'])) ? $user->lang['CHECK_PERSONALS_EXPLAIN'] : '{ CHECK_PERSONALS_EXPLAIN }')); ?>

            <?php } else { ?>

                <select id="personal_missing" name="personal[]" multiple="multiple" size="10">
                    <?php $_personalrow_count = (isset($this->_tpldata['personalrow'])) ? sizeof($this->_tpldata['personalrow']) : 0;if ($_personalrow_count) {for ($_personalrow_i 0$_personalrow_i $_personalrow_count; ++$_personalrow_i){$_personalrow_val = &$this->_tpldata['personalrow'][$_personalrow_i]; ?><option value="<?php echo $_personalrow_val['USER_ID']; ?>"><?php echo ((isset($this->_rootref['L_ALBUM_ID'])) ? $this->_rootref['L_ALBUM_ID'] : ((isset($user->lang['ALBUM_ID'])) ? $user->lang['ALBUM_ID'] : '{ ALBUM_ID }')); ?><?php echo $_personalrow_val['ALBUM_ID']; ?> - <?php echo ((isset($this->_rootref['L_AUTHOR'])) ? $this->_rootref['L_AUTHOR'] : ((isset($user->lang['AUTHOR'])) ? $user->lang['AUTHOR'] : '{ AUTHOR }')); ?><?php echo $_personalrow_val['AUTHOR_NAME']; ?></option><?php }} ?>

                </select>
            <?php ?></dd>
        </dl>
        <dl>
            <dt><label<?php if (sizeof($this->_tpldata['personal_bad_row'])) {  ?> for="personal_bad"<?php ?>><?php echo ((isset($this->_rootref['L_PERSONAL_ALBUMS'])) ? $this->_rootref['L_PERSONAL_ALBUMS'] : ((isset($user->lang['PERSONAL_ALBUMS'])) ? $user->lang['PERSONAL_ALBUMS'] : '{ PERSONAL_ALBUMS }')); ?>:</label>
                <br /><span><?php echo ((isset($this->_rootref['L_MISSING_OWNER_EXP'])) ? $this->_rootref['L_MISSING_OWNER_EXP'] : ((isset($user->lang['MISSING_OWNER_EXP'])) ? $user->lang['MISSING_OWNER_EXP'] : '{ MISSING_OWNER_EXP }')); ?></span></dt>
            <dd><?php if (! sizeof($this->_tpldata['personal_bad_row'])) {  ?>

                <?php echo ((isset($this->_rootref['L_CHECK_PERSONALS_BAD_EXPLAIN'])) ? $this->_rootref['L_CHECK_PERSONALS_BAD_EXPLAIN'] : ((isset($user->lang['CHECK_PERSONALS_BAD_EXPLAIN'])) ? $user->lang['CHECK_PERSONALS_BAD_EXPLAIN'] : '{ CHECK_PERSONALS_BAD_EXPLAIN }')); ?>

            <?php } else { ?>

                <select id="personal_bad" name="personal_bad[]" multiple="multiple" size="10">
                    <?php $_personal_bad_row_count = (isset($this->_tpldata['personal_bad_row'])) ? sizeof($this->_tpldata['personal_bad_row']) : 0;if ($_personal_bad_row_count) {for ($_personal_bad_row_i 0$_personal_bad_row_i $_personal_bad_row_count; ++$_personal_bad_row_i){$_personal_bad_row_val = &$this->_tpldata['personal_bad_row'][$_personal_bad_row_i]; ?><option value="<?php echo $_personal_bad_row_val['USER_ID']; ?>"><?php echo ((isset($this->_rootref['L_ALBUM_ID'])) ? $this->_rootref['L_ALBUM_ID'] : ((isset($user->lang['ALBUM_ID'])) ? $user->lang['ALBUM_ID'] : '{ ALBUM_ID }')); ?><?php echo $_personal_bad_row_val['ALBUM_ID']; ?> - <?php echo ((isset($this->_rootref['L_AUTHOR'])) ? $this->_rootref['L_AUTHOR'] : ((isset($user->lang['AUTHOR'])) ? $user->lang['AUTHOR'] : '{ AUTHOR }')); ?><?php echo $_personal_bad_row_val['AUTHOR_NAME']; ?> - <?php echo ((isset($this->_rootref['L_IMAGES'])) ? $this->_rootref['L_IMAGES'] : ((isset($user->lang['IMAGES'])) ? $user->lang['IMAGES'] : '{ IMAGES }')); ?><?php echo $_personal_bad_row_val['IMAGES']; ?></option><?php }} ?>

                </select>
            <?php ?></dd>
        </dl>

        <?php if (sizeof($this->_tpldata['personalrow']) || sizeof($this->_tpldata['personal_bad_row'])) {  ?>

        <p class="submit-buttons">
            <input class="button1" type="submit" name="delete" value="<?php echo ((isset($this->_rootref['L_DELETE'])) ? $this->_rootref['L_DELETE'] : ((isset($user->lang['DELETE'])) ? $user->lang['DELETE'] : '{ DELETE }')); ?>" />
        </p>
        <?php ?>

    </fieldset>

    <?php if ($this->_rootref['S_SELECT_ALBUM']) {  ?>

    <fieldset>
        <legend><?php echo ((isset($this->_rootref['L_PRUNE_ALBUMS'])) ? $this->_rootref['L_PRUNE_ALBUMS'] : ((isset($user->lang['PRUNE_ALBUMS'])) ? $user->lang['PRUNE_ALBUMS'] : '{ PRUNE_ALBUMS }')); ?></legend>
        <dl>
            <dt><label for="prune_album_ids"><?php echo ((isset($this->_rootref['L_SELECT_ALBUMS'])) ? $this->_rootref['L_SELECT_ALBUMS'] : ((isset($user->lang['SELECT_ALBUMS'])) ? $user->lang['SELECT_ALBUMS'] : '{ SELECT_ALBUMS }')); ?>:</label></dt>
            <dd><select id="prune_album_ids" name="prune_album_ids[]" multiple="multiple" size="10"><?php echo (isset($this->_rootref['S_SELECT_ALBUM'])) ? $this->_rootref['S_SELECT_ALBUM'] : ''?></select></dd>
        </dl>
        <dl>
            <dt><label for="prune_username_check"><?php echo ((isset($this->_rootref['L_PRUNE_USERNAME'])) ? $this->_rootref['L_PRUNE_USERNAME'] : ((isset($user->lang['PRUNE_USERNAME'])) ? $user->lang['PRUNE_USERNAME'] : '{ PRUNE_USERNAME }')); ?>:</label>
                <br /><span><?php echo ((isset($this->_rootref['L_PRUNE_USERNAME_EXP'])) ? $this->_rootref['L_PRUNE_USERNAME_EXP'] : ((isset($user->lang['PRUNE_USERNAME_EXP'])) ? $user->lang['PRUNE_USERNAME_EXP'] : '{ PRUNE_USERNAME_EXP }')); ?></span></dt>
            <dd><input class="radio" type="checkbox" id="prune_username_check" name="prune_username_check" value="1" /> <label for="prune_username_check"><?php echo ((isset($this->_rootref['L_PRUNE_CHECK_OPTION'])) ? $this->_rootref['L_PRUNE_CHECK_OPTION'] : ((isset($user->lang['PRUNE_CHECK_OPTION'])) ? $user->lang['PRUNE_CHECK_OPTION'] : '{ PRUNE_CHECK_OPTION }')); ?></label></dd>
            <dd><textarea id="prune_usernames" name="prune_usernames" rows="5" cols="5"></textarea></dd>
            <dd><div style="float: <?php echo (isset($this->_rootref['S_CONTENT_FLOW_END'])) ? $this->_rootref['S_CONTENT_FLOW_END'] : ''?>;">[ <a href="<?php echo (isset($this->_rootref['U_FIND_USERNAME'])) ? $this->_rootref['U_FIND_USERNAME'] : ''?>" onclick="find_username(this.href); return false;"><?php echo ((isset($this->_rootref['L_FIND_USERNAME'])) ? $this->_rootref['L_FIND_USERNAME'] : ((isset($user->lang['FIND_USERNAME'])) ? $user->lang['FIND_USERNAME'] : '{ FIND_USERNAME }')); ?></a> ]</div><label><input type="checkbox" class="radio" id="anonymous" name="prune_anonymous" value="<?php echo (isset($this->_rootref['ANONYMOUS_USER_ID'])) ? $this->_rootref['ANONYMOUS_USER_ID'] : ''?>" /> <?php echo ((isset($this->_rootref['L_SELECT_ANONYMOUS'])) ? $this->_rootref['L_SELECT_ANONYMOUS'] : ((isset($user->lang['SELECT_ANONYMOUS'])) ? $user->lang['SELECT_ANONYMOUS'] : '{ SELECT_ANONYMOUS }')); ?></label></dd>
        </dl>
        <dl>
            <dt><label for="prune_time_check"><?php echo ((isset($this->_rootref['L_PRUNE_TIME'])) ? $this->_rootref['L_PRUNE_TIME'] : ((isset($user->lang['PRUNE_TIME'])) ? $user->lang['PRUNE_TIME'] : '{ PRUNE_TIME }')); ?>:</label>
                <br /><span><?php echo ((isset($this->_rootref['L_PRUNE_TIME_EXP'])) ? $this->_rootref['L_PRUNE_TIME_EXP'] : ((isset($user->lang['PRUNE_TIME_EXP'])) ? $user->lang['PRUNE_TIME_EXP'] : '{ PRUNE_TIME_EXP }')); ?></span></dt>
            <dd><input class="radio" type="checkbox" id="prune_time_check" name="prune_time_check" value="1" /> <label for="prune_time_check"><?php echo ((isset($this->_rootref['L_PRUNE_CHECK_OPTION'])) ? $this->_rootref['L_PRUNE_CHECK_OPTION'] : ((isset($user->lang['PRUNE_CHECK_OPTION'])) ? $user->lang['PRUNE_CHECK_OPTION'] : '{ PRUNE_CHECK_OPTION }')); ?></label></dd>
            <dd><input class="inputbox autowidth" type="text" name="prune_time" size="15" value="" /></dd>
        </dl>
        <dl>
            <dt><label for="prune_comments_check"><?php echo ((isset($this->_rootref['L_PRUNE_COMMENTS'])) ? $this->_rootref['L_PRUNE_COMMENTS'] : ((isset($user->lang['PRUNE_COMMENTS'])) ? $user->lang['PRUNE_COMMENTS'] : '{ PRUNE_COMMENTS }')); ?>:</label></dt>
            <dd><input class="radio" type="checkbox" id="prune_comments_check" name="prune_comments_check" value="1" /> <label for="prune_comments_check"><?php echo ((isset($this->_rootref['L_PRUNE_CHECK_OPTION'])) ? $this->_rootref['L_PRUNE_CHECK_OPTION'] : ((isset($user->lang['PRUNE_CHECK_OPTION'])) ? $user->lang['PRUNE_CHECK_OPTION'] : '{ PRUNE_CHECK_OPTION }')); ?></label></dd>
            <dd><input class="inputbox autowidth" type="text" name="prune_comments" size="15" value="" /></dd>
        </dl>
        <dl>
            <dt><label for="prune_ratings_check"><?php echo ((isset($this->_rootref['L_PRUNE_RATINGS'])) ? $this->_rootref['L_PRUNE_RATINGS'] : ((isset($user->lang['PRUNE_RATINGS'])) ? $user->lang['PRUNE_RATINGS'] : '{ PRUNE_RATINGS }')); ?>:</label></dt>
            <dd><input class="radio" type="checkbox" id="prune_ratings_check" name="prune_ratings_check" value="1" /> <label for="prune_ratings_check"><?php echo ((isset($this->_rootref['L_PRUNE_CHECK_OPTION'])) ? $this->_rootref['L_PRUNE_CHECK_OPTION'] : ((isset($user->lang['PRUNE_CHECK_OPTION'])) ? $user->lang['PRUNE_CHECK_OPTION'] : '{ PRUNE_CHECK_OPTION }')); ?></label></dd>
            <dd><input class="inputbox autowidth" type="text" name="prune_ratings" size="15" value="" /></dd>
        </dl>
        <dl>
            <dt><label for="prune_rating_avg_check"><?php echo ((isset($this->_rootref['L_PRUNE_RATING_AVG'])) ? $this->_rootref['L_PRUNE_RATING_AVG'] : ((isset($user->lang['PRUNE_RATING_AVG'])) ? $user->lang['PRUNE_RATING_AVG'] : '{ PRUNE_RATING_AVG }')); ?>:</label>
                <br /><span><?php echo ((isset($this->_rootref['L_PRUNE_RATING_AVG_EXP'])) ? $this->_rootref['L_PRUNE_RATING_AVG_EXP'] : ((isset($user->lang['PRUNE_RATING_AVG_EXP'])) ? $user->lang['PRUNE_RATING_AVG_EXP'] : '{ PRUNE_RATING_AVG_EXP }')); ?></span></dt>
            <dd><input class="radio" type="checkbox" id="prune_rating_avg_check" name="prune_rating_avg_check" value="1" /> <label for="prune_rating_avg_check"><?php echo ((isset($this->_rootref['L_PRUNE_CHECK_OPTION'])) ? $this->_rootref['L_PRUNE_CHECK_OPTION'] : ((isset($user->lang['PRUNE_CHECK_OPTION'])) ? $user->lang['PRUNE_CHECK_OPTION'] : '{ PRUNE_CHECK_OPTION }')); ?></label></dd>
            <dd><input class="inputbox autowidth" type="text" name="prune_rating_avg" size="15" value="" /></dd>
        </dl>

        <p class="submit-buttons">
            <input class="button1" type="submit" name="prune" value="<?php echo ((isset($this->_rootref['L_PRUNE'])) ? $this->_rootref['L_PRUNE'] : ((isset($user->lang['PRUNE'])) ? $user->lang['PRUNE'] : '{ PRUNE }')); ?>" />
        </p>
    </fieldset>
    <?php ?>

    <p><?php echo (isset($this->_rootref['S_FORM_TOKEN'])) ? $this->_rootref['S_FORM_TOKEN'] : ''?></p>
</form>
<?php ?>


<!--
    I request you retain the full copyright notice below including the link to www.flying-bits.org.
    This not only gives respect to the large amount of time given freely by the developer
    but also helps build interest, traffic and use of phpBB Gallery. If you (honestly) cannot retain
    the full copyright I ask you at least leave in place the "Powered by phpBB Gallery" line, with
    "phpBB Gallery" linked to www.flying-bits.org. If you refuse to include even this then support on my
    forums may be affected.

    phpBB Gallery, nickvergessen : 2009
    Powered by phpBB Gallery (http://www.flying-bits.org/) &copy; 2007, 2009 nickvergessen (http://www.flying-bits.org/)
//-->
<?php $this->_tpl_include('overall_footer.html'); ?>
Онлайн: 2
Реклама