mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Znote AAC rev 168 from subversion.
This commit is contained in:
2
layout/sub/blank.php
Normal file
2
layout/sub/blank.php
Normal file
@@ -0,0 +1,2 @@
|
||||
<h1>Blank</h1>
|
||||
<p>This is a blank sample page.</p>
|
13
layout/sub/houses.php
Normal file
13
layout/sub/houses.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<form action="houses.php" method="post">
|
||||
Select town:<br>
|
||||
<select name="selected">
|
||||
<?php
|
||||
foreach ($config['towns'] as $id => $name) echo '<option value="'. $id .'">'. $name .'</option>';
|
||||
?>
|
||||
</select>
|
||||
<?php
|
||||
/* Form file */
|
||||
Token::create();
|
||||
?>
|
||||
<input type="submit" value="Fetch houses">
|
||||
</form>
|
Reference in New Issue
Block a user