Server : Apache/2.4.18 (Ubuntu) System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64 User : oppastar ( 1041) PHP Version : 7.0.33-0ubuntu0.16.04.15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Directory : /var/www/laciasmara.com/public_html/shop/application/views/admin_new/components/ |
Upload File : |
<div> <?php if (isset($label) && !empty($label)) : ?> <label class="block text-[#333] font-medium"><?= htmlspecialchars($label, ENT_QUOTES, 'UTF-8') ?></label> <?php endif; ?> <input <?= isset($id) ? 'id="' . htmlspecialchars($id, ENT_QUOTES, 'UTF-8') . '"' : '' ?> type="<?= isset($type) ? htmlspecialchars($type, ENT_QUOTES, 'UTF-8') : 'text' ?>" <?= isset($name) ? 'name="' . htmlspecialchars($name, ENT_QUOTES, 'UTF-8') . '"' : '' ?> <?= isset($placeholder) ? 'placeholder="' . htmlspecialchars($placeholder, ENT_QUOTES, 'UTF-8') . '"' : '' ?> class="mt-1 w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-1 focus:ring-[#7A4397] focus:outline-none text-[#333] placeholder-gray-500" <?= isset($required) && $required ? 'required' : '' ?> <?= isset($autocomplete) ? 'autocomplete="' . htmlspecialchars($autocomplete, ENT_QUOTES, 'UTF-8') . '"' : '' ?> <?= isset($value) ? 'value="' . htmlspecialchars($value, ENT_QUOTES, 'UTF-8') . '"' : '' ?> <?= isset($disabled) ? 'disabled="' . htmlspecialchars($disabled, ENT_QUOTES, 'UTF-8') . '"' : '' ?>> </div>