minor fixes
This commit is contained in:
parent
daace699a6
commit
2ce4424db7
20 changed files with 674 additions and 621 deletions
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
function form($title, $form_message, $inputs, $action = '') { ?>
|
||||
function form($title, $form_message, $inputs, $action = '')
|
||||
{ ?>
|
||||
<form class='form' enctype="multipart/form-data" method="POST" action="<?php echo $action ?>">
|
||||
<h1 class="form-heading">
|
||||
<?php echo $title ?>
|
||||
|
@ -8,7 +9,7 @@
|
|||
<?php echo htmlspecialchars($form_message) ?>
|
||||
</span>
|
||||
<?php
|
||||
foreach ($inputs as $kv) { ?>
|
||||
foreach ($inputs as $kv) { ?>
|
||||
<span class='form-key'>
|
||||
<?php echo htmlspecialchars($kv['key']) ?>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue