| Server IP : 5.129.245.98 / Your IP : 216.73.217.19 Web Server : Apache/2.4.66 (Debian) System : Linux 1b8c17c336b9 6.8.0-111-generic #111-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 11 23:16:02 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/html/wp-content/plugins/content-egg/application/admin/views/ |
Upload File : |
<?php defined('\ABSPATH') || exit; ?>
<?php if (\ContentEgg\application\Plugin::isInactiveEnvato()) : ?>
<div class="cegg-maincol">
<?php endif; ?>
<div class="wrap">
<div class="cegg5-container">
<h2 class="h4 mb-2 mt-4" style="height: 30px;">
<?php if ($item['id']) : ?>
<?php esc_html_e('Edit autoblogging', 'content-egg'); ?>
<?php else : ?>
<?php esc_html_e('Add autoblogging', 'content-egg'); ?>
<?php if ($batch) : ?>
- <?php esc_html_e('bulk adding', 'content-egg'); ?>
<?php endif; ?>
<?php endif; ?>
<?php if (!$batch && !$item['id']) : ?>
<a class="add-new-h2 button-primary" href="<?php echo esc_url_raw(\get_admin_url(\get_current_blog_id(), 'admin.php?page=content-egg-autoblog-edit--batch')); ?>"><?php esc_html_e('Bulk adding', 'content-egg'); ?></a>
<?php endif; ?>
<a class="add-new-h2" href="<?php echo esc_url_raw(\get_admin_url(\get_current_blog_id(), 'admin.php?page=content-egg-autoblog')); ?>"><?php esc_html_e('Back to list', 'content-egg'); ?></a>
</h2>
</div>
<?php if (!empty($notice)) : ?>
<div id="notice" class="error">
<p><?php echo esc_html($notice) ?></p>
</div>
<?php endif; ?>
<?php if (!empty($message)) : ?>
<div id="message" class="updated">
<p><?php echo esc_html($message) ?></p>
</div>
<?php endif; ?>
<div id="poststuff">
<p>
</p>
</div>
<form action="<?php echo esc_url_raw(add_query_arg('noheader', 'true')); ?>" id="form" method="POST" <?php if ($batch) echo ' enctype="multipart/form-data" accept-charset="utf-8"'; ?>>
<input type="hidden" name="nonce" value="<?php echo \esc_attr($nonce); ?>" />
<input type="hidden" name="item[id]" value="<?php echo \esc_attr($item['id']); ?>" />
<div class="metabox-holder" id="poststuff">
<div id="post-body">
<div id="post-body-content">
<?php $item['batch'] = $batch; ?>
<?php do_meta_boxes('autoblog_create', 'normal', $item); ?>
<input type="submit" value="<?php esc_html_e('Save', 'content-egg'); ?>" id="autoblog_submit" class="button-primary" name="submit">
<?php if ($batch) : ?><em><?php esc_html_e('Don\'t close page until process finishes. Be patient, can have some time.', 'content-egg'); ?></em><?php endif; ?>
</div>
</div>
</div>
</form>
</div>
<script>
"use strict";
jQuery(document).ready(function() {
jQuery(document).on("submit", "#form", function() {
jQuery("#autoblog_submit").attr("disabled", true);
return true;
});
});
</script>
<?php if (\ContentEgg\application\Plugin::isInactiveEnvato()) : ?>
</div>
<?php include('_promo_box.php'); ?>
<?php endif; ?>