">

__TITLE__

__TITLE__

  • " class="flex gap-x-3 rounded p-2 text-sm font-semibold leading-6 " id="nav-" >
  • " id="-container"> class="block w-full border-0 rounded py-1.5 text-zinc-900 shadow ring-1 ring-inset ring-zinc-300 focus:ring-indigo-600 placeholder-zinc-400">

    Options for the select * @param $required bool Whether the select is required * @param $disable_reason string|null Reason for the option to be disabled, if any * * @return string */ function __PREFIX__makeSelect($label, $name, $options, $required = false, $disable_reason = null) { $name = htmlentities($name); ob_start(); ?>
    >

    $value) { printf("%-{$columnWidths[$key]}s|", htmlentities($value)); } echo PHP_EOL; } // Print bottom row echo "+"; foreach ($headers as $header) { echo str_repeat("-", $columnWidths[$header]); echo "+"; } echo PHP_EOL; } /** * Create an alert element on the page * * @param $title string Title of the alert box * @param $message string Message of the alert * * @return string */ function __PREFIX__makeAlert($title, $message) { ob_start(); ?>

    $column"; } ?> "; foreach ($columns as $key => $column) { if (is_array($row[$key])) { echo ""; } else { echo ""; } } echo ""; } ?>
    " . implode(", ", $row[$key]) . "$row[$key]