HEX
Server: LiteSpeed
System: Linux php-prod-1.spaceapp.ru 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
User: xnsbb3110 (1041)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //proc/self/cwd/wp-content/new_update/plugins/gallery-images/templates/admin/galleries-list.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}
global $wpdb;
$gallery_wp_nonce_add_gallery    = wp_create_nonce( 'gallery_wp_nonce_add_gallery' );
?>

<div class="wrap">
	<?php require( GALLERY_IMG_TEMPLATES_PATH . DIRECTORY_SEPARATOR . 'admin' . DIRECTORY_SEPARATOR . 'free-banner.php' ); ?>
	<?php $path_site = plugins_url( "../images", __FILE__ ); ?>
	<div style="clear: both;"></div>
	<div id="poststuff">
		<div id="gallerys-list-page">
			<form method="post" onkeypress="galleryImgDoNothing()" action="admin.php?page=galleries_huge_it_gallery"
			      id="admin_form" name="admin_form">
				<h2>Huge-IT <?php echo __( 'Galleries', 'gallery-images' ); ?>
					<a onclick="window.location.href='admin.php?page=galleries_huge_it_gallery&task=add_gallery&gallery_wp_nonce_add_gallery=<?php echo $gallery_wp_nonce_add_gallery; ?>'"
					   class="add-new-h2"><?php echo __( 'Add New Gallery', 'gallery-images' ); ?></a>
				</h2>
				<?php
				$serch_value = '';
				if ( isset( $_POST['serch_or_not'] ) ) {
					if ( $_POST['serch_or_not'] == "search" ) {
						$serch_value = esc_html( stripslashes( $_POST['search_events_by_title'] ) );
					} else {
						$serch_value = "";
					}
				}
				$serch_fields = '<div class="alignleft actions"">
				<label for="search_events_by_title" style="font-size:14px">Filter: </label>
					<input type="text" name="search_events_by_title" value="' . $serch_value . '" id="search_events_by_title" onchange="clear_serch_texts()">
			</div>
			<div class="alignleft actions">
				<input type="button" value="Search" onclick="document.getElementById(\'page_number\').value=\'1\'; document.getElementById(\'serch_or_not\').value=\'search\';
				 document.getElementById(\'admin_form\').submit();" class="button-secondary action">
				 <input type="button" value="Reset" onclick="window.location.href=\'admin.php?page=galleries_huge_it_gallery\'" class="button-secondary action">
			</div>';


				?>
				<table class="wp-list-table widefat fixed pages" style="width:95%">
					<thead>
					<tr>
						<th scope="col" id="id" style="width:30px">
							<span><?php echo __( 'ID', 'gallery-images' ); ?></span><span
								class="sorting-indicator"></span></th>
						<th scope="col" id="name" style="width:85px">
							<span><?php echo __( 'Name', 'gallery-images' ); ?></span><span
								class="sorting-indicator"></span></th>
						<th scope="col" id="prod_count" style="width:40px;">
							<span><?php echo __( 'Images', 'gallery-images' ); ?></span><span
								class="sorting-indicator"></span></th>
						<th style="width:40px"><span><?php echo __('Duplicate', 'gallery-images' ); ?></span><span
								class="sorting-indicator"></span></th>
						<th style="width:40px"><span><?php echo __( 'Delete', 'gallery-images' ); ?></span><span
								class="sorting-indicator"></span></th>
					</tr>
					</thead>
					<tbody>
					<?php
					$trcount = 1;
					for ( $i = 0; $i < count( $rows ); $i ++ ) {
						$trcount ++;
						$ka0 = 0;
						$ka1 = 0;
						if ( isset( $rows[ $i - 1 ]->id ) ) {
							if ( $rows[ $i ]->sl_width == $rows[ $i - 1 ]->sl_width ) {
								$x1  = $rows[ $i ]->id;
								$x2  = $rows[ $i - 1 ]->id;
								$ka0 = 1;
							} else {
								$jj = 2;
								while ( isset( $rows[ $i - $jj ] ) ) {
									if ( $rows[ $i ]->sl_width == $rows[ $i - $jj ]->sl_width ) {
										$ka0 = 1;
										$x1  = $rows[ $i ]->id;
										$x2  = $rows[ $i - $jj ]->id;
										break;
									}
									$jj ++;
								}
							}
							if ( $ka0 ) {
								$move_up = '<span><a href="#reorder" onclick="return galleryImgListItemTask(\'' . $x1 . '\',\'' . $x2 . '\')" title="Move Up">   <img src="' . plugins_url( 'images/uparrow.png', __FILE__ ) . '" width="16" height="16" border="0" alt="Move Up"></a></span>';
							} else {
								$move_up = "";
							}
						} else {
							$move_up = "";
						}


						if ( isset( $rows[ $i + 1 ]->id ) ) {

							if ( $rows[ $i ]->sl_width == $rows[ $i + 1 ]->sl_width ) {
								$x1  = $rows[ $i ]->id;
								$x2  = $rows[ $i + 1 ]->id;
								$ka1 = 1;
							} else {
								$jj = 2;
								while ( isset( $rows[ $i + $jj ] ) ) {
									if ( $rows[ $i ]->sl_width == $rows[ $i + $jj ]->sl_width ) {
										$ka1 = 1;
										$x1  = $rows[ $i ]->id;
										$x2  = $rows[ $i + $jj ]->id;
										break;
									}
									$jj ++;
								}
							}

							if ( $ka1 ) {
								$move_down = '<span><a href="#reorder" onclick="return galleryImgListItemTask(\'' . $x1 . '\',\'' . $x2 . '\')" title="Move Down">  <img src="' . plugins_url( 'images/downarrow.png', __FILE__ ) . '" width="16" height="16" border="0" alt="Move Down"></a></span>';
							} else {
								$move_down = "";
							}
						}

						$uncat = $rows[ $i ]->par_name;
						if ( isset( $rows[ $i ]->prod_count ) ) {
							$pr_count = $rows[ $i ]->prod_count;
						} else {
							$pr_count = 0;
						}
						$huge_it_gallery_nonce_remove_gallery = wp_create_nonce( 'huge_it_gallery_nonce_remove_gallery' . $rows[ $i ]->id );
						$huge_it_gallery_nonce_duplicate_gallery = wp_create_nonce('huge_it_gallery_nonce_duplicate_gallery'.$rows[$i]->id);
						?>
						<tr <?php if ( $trcount % 2 == 0 ) {
							echo 'class="has-background"';
						} ?>>
							<td><?php echo $rows[ $i ]->id; ?></td>
							<td>
								<a href="admin.php?page=galleries_huge_it_gallery&task=edit_cat&id=<?php echo $rows[ $i ]->id ?>"><?php echo esc_html( stripslashes( $rows[ $i ]->name ) ); ?></a>
							</td>
							<td>(<?php if ( ! ( $pr_count ) ) {
									echo '0';
								} else {
									echo $rows[ $i ]->prod_count;
								} ?>)
							</td>
							<td>
								<a href="admin.php?page=galleries_huge_it_gallery&task=duplicate_gallery_image&id=<?php echo $rows[ $i ]->id; ?>&gallery_duplicate_nonce=<?php echo $huge_it_gallery_nonce_duplicate_gallery; ?>" class="duplicate-link"><span class="duplicate-icon"></span></a>
							<td>
								<a href="admin.php?page=galleries_huge_it_gallery&task=remove_gallery&id=<?php echo $rows[ $i ]->id; ?>&huge_it_gallery_nonce_remove_gallery=<?php echo $huge_it_gallery_nonce_remove_gallery; ?>" class="delete-link" ><span class="delete-icon"></span></a>
							</td>
						</tr>
					<?php } ?>
					</tbody>
				</table>
				<input type="hidden" name="oreder_move" id="oreder_move" value=""/>
				<input type="hidden" name="asc_or_desc" id="asc_or_desc"
				       value="<?php if ( isset( $_POST['asc_or_desc'] ) ) {
					       echo esc_attr($_POST['asc_or_desc']);
				       } ?>"/>
				<input type="hidden" name="order_by" id="order_by" value="<?php if ( isset( $_POST['order_by'] ) ) {
					echo esc_attr($_POST['order_by']);
				} ?>"/>
				<input type="hidden" name="saveorder" id="saveorder" value=""/>

				<?php
				?>


			</form>
		</div>
	</div>
</div>