v2.0 first push

This commit is contained in:
2015-08-24 23:03:22 +02:00
parent fceb61029a
commit 6622928299
47 changed files with 3608 additions and 925 deletions

19
masks/settings.html Executable file
View File

@@ -0,0 +1,19 @@
<div id="settings">
<form method="post" action="?p=s" name="post_settings">
<table>
<!-- [PART] SETTING [START] -->
<tr>
<td>#setting_name#</td>
<td>
<select name="#setting_name#">
<!-- [PART] SETTING_OPTION [START] -->
<option value="#setting_option_value#" #setting_option_selected#>#setting_option_name#</option>
<!-- [PART] SETTING_OPTION [END] -->
</select>
</td>
</tr>
<!-- [PART] SETTING [END] -->
</table>
<input type="submit" value="Ok" />
</form>
</div>