From b131d5cacc5303fb3a6fe8314a9d2e45837f308d Mon Sep 17 00:00:00 2001 From: "stephan.kasdorf" Date: Mon, 29 Sep 2025 13:39:18 +0200 Subject: [PATCH] Enhance `typeopenany.php` with new attributes and update `router.php` for SEO URL handling and improved URL parsing. --- core/c/auto.php | 0 core/c/nibiru.php | 0 core/c/router.php | 122 ++++++++++++++++++++--------------------- core/c/typeopenany.php | 7 ++- core/c/typeswitch.php | 0 5 files changed, 65 insertions(+), 64 deletions(-) mode change 100644 => 100755 core/c/auto.php mode change 100644 => 100755 core/c/nibiru.php mode change 100644 => 100755 core/c/typeswitch.php diff --git a/core/c/auto.php b/core/c/auto.php old mode 100644 new mode 100755 diff --git a/core/c/nibiru.php b/core/c/nibiru.php old mode 100644 new mode 100755 diff --git a/core/c/router.php b/core/c/router.php index 795752b..3335162 100755 --- a/core/c/router.php +++ b/core/c/router.php @@ -1,7 +1,5 @@ '', self::FORM_ATTRIBUTE_CLASS => '', self::FORM_ATTRIBUTE_ANY => '', - self::FORM_ATTRIBUTE_HREF => '' + self::FORM_ATTRIBUTE_HREF => '', + 'src' => '', + 'alt' => '', + 'style' => '' ); /** @@ -35,6 +38,6 @@ class TypeOpenAny extends FormAttributes implements IForm */ private function _setElement( ) { - $this->_element = '' . 'VALUE' . "\n"; + $this->_element = '' . 'VALUE' . "\n"; } } diff --git a/core/c/typeswitch.php b/core/c/typeswitch.php old mode 100644 new mode 100755