This commit is contained in:
2026-03-26 14:51:00 +01:00
parent b1eacccec5
commit b6496d1e14
16 changed files with 116 additions and 17 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -26,7 +26,73 @@
"lmtime": 0,
"modified": false
},
".paul": {},
".paul": {
"db_check2.php": {
"type": "-",
"size": 1036,
"lmtime": 0,
"modified": false
},
"db_check.php": {
"type": "-",
"size": 1749,
"lmtime": 0,
"modified": false
},
"HANDOFF-2026-03-12.md": {
"type": "-",
"size": 3949,
"lmtime": 0,
"modified": false
},
"milestones": {},
"MILESTONES.md": {
"type": "-",
"size": 1782,
"lmtime": 0,
"modified": false
},
"phases": {
"03-miejsca-postojowe": {
"03-01-PLAN.md": {
"type": "-",
"size": 10752,
"lmtime": 1774469799744,
"modified": false
},
"03-01-SUMMARY.md": {
"type": "-",
"size": 5014,
"lmtime": 1774471192877,
"modified": false
}
}
},
"PROJECT.md": {
"type": "-",
"size": 2847,
"lmtime": 1774471252663,
"modified": false
},
"ROADMAP.md": {
"type": "-",
"size": 1346,
"lmtime": 1774471241170,
"modified": false
},
"STATE.md": {
"type": "-",
"size": 2197,
"lmtime": 1774471215243,
"modified": false
},
"verify_task1.php": {
"type": "-",
"size": 2308,
"lmtime": 0,
"modified": false
}
},
"readme.html": {
"type": "-",
"size": 7425,
@@ -595,26 +661,12 @@
},
"plugins": {
"elementor-addon": {
"elementor-addon.php": {
"type": "-",
"size": 16812,
"lmtime": 1774271181082,
"modified": false
},
"widgets": {
"apartaments.php": {
"type": "-",
"size": 14014,
"lmtime": 1774271189698,
"modified": false
}
},
"assets": {
"css": {
"main.css": {
"type": "-",
"size": 8805,
"lmtime": 1774271363038,
"size": 10173,
"lmtime": 1774471045567,
"modified": false
},
"main.css.map": {
@@ -629,6 +681,35 @@
"lmtime": 1774271358042,
"modified": false
}
},
"js": {
"main.js": {
"type": "-",
"size": 7017,
"lmtime": 1774470500743,
"modified": false
}
}
},
"elementor-addon.php": {
"type": "-",
"size": 22144,
"lmtime": 1774470818050,
"modified": false
},
"plugins": {},
"widgets": {
"apartaments.php": {
"type": "-",
"size": 14014,
"lmtime": 1774271189698,
"modified": false
},
"parking-spots.php": {
"type": "-",
"size": 5164,
"lmtime": 1774470959377,
"modified": false
}
}
}

BIN
wp-admin/.DS_Store vendored Normal file

Binary file not shown.

BIN
wp-content/.DS_Store vendored Normal file

Binary file not shown.

BIN
wp-content/languages/.DS_Store vendored Normal file

Binary file not shown.

BIN
wp-content/plugins/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -136,6 +136,24 @@ class Elementor_Apartaments extends \Elementor\Widget_Base {
<td class="apartament-card__info_table-value"><?php echo esc_html($information['balcony']); ?> m2</td>
</tr>
<?php endif; ?>
<?php if (!empty($information['loggia']) || !empty($information['logia'])) : ?>
<tr>
<td class="apartament-card__info_table-title">Loggia:</td>
<td class="apartament-card__info_table-value"><?php echo esc_html(!empty($information['loggia']) ? $information['loggia'] : $information['logia']); ?> m2</td>
</tr>
<?php endif; ?>
<?php if (!empty($information['taras']) || !empty($information['terrace'])) : ?>
<tr>
<td class="apartament-card__info_table-title">Taras:</td>
<td class="apartament-card__info_table-value"><?php echo esc_html(!empty($information['taras']) ? $information['taras'] : $information['terrace']); ?> m2</td>
</tr>
<?php endif; ?>
<?php if (!empty($information['ogrodek']) || !empty($information['garden'])) : ?>
<tr>
<td class="apartament-card__info_table-title">Ogródek:</td>
<td class="apartament-card__info_table-value"><?php echo esc_html(!empty($information['ogrodek']) ? $information['ogrodek'] : $information['garden']); ?> m2</td>
</tr>
<?php endif; ?>
<?php if (!empty($information['price'])) : ?>
<tr>
<td class="apartament-card__info_table-title">Cena</td>

BIN
wp-content/themes/.DS_Store vendored Normal file

Binary file not shown.

BIN
wp-includes/.DS_Store vendored Normal file

Binary file not shown.

BIN
wp-includes/Requests/.DS_Store vendored Normal file

Binary file not shown.

BIN
wp-includes/SimplePie/.DS_Store vendored Normal file

Binary file not shown.

BIN
wp-includes/blocks/.DS_Store vendored Normal file

Binary file not shown.

BIN
wp-includes/images/.DS_Store vendored Normal file

Binary file not shown.

BIN
wp-includes/js/.DS_Store vendored Normal file

Binary file not shown.

BIN
wp-includes/rest-api/.DS_Store vendored Normal file

Binary file not shown.

BIN
wp-includes/sodium_compat/.DS_Store vendored Normal file

Binary file not shown.