This commit is contained in:
Shish
2020-01-26 23:12:48 +00:00
parent 50f3d04f0c
commit 4bd1d8b6ee
10 changed files with 100 additions and 83 deletions

View File

@ -711,6 +711,11 @@ function SHM_SIMPLE_FORM($target, ...$children)
return $form;
}
function SHM_SUBMIT(string $text)
{
return INPUT(["type"=>"submit", "value"=>$text]);
}
function SHM_COMMAND_EXAMPLE(string $ex, string $desc)
{
return DIV(