Initial commit

This commit is contained in:
Ben Ramey
2015-11-12 19:58:50 -06:00
commit 4eb7f46e4c
86 changed files with 4341 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<h2>Administrate FTI: Passports</h2>
<p>
Are you sure you want to delete passport information for
<?php echo $this->data['passport']->name ?>?
</p>
<p>
<form action="passports.php" method="post" accept-charset="utf-8">
<input type="hidden" name="id" value="<?php echo $this->data['passport']['id'] ?>" id="id"/>
<input type="hidden" name="do" value="reallydelete" id="do"/>
<p>
<input type="submit" value="Yes, delete info"/>
No, return to <a href='/admin/passports.php'>passport list</a>.
</p>
</form>
</p>