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,19 @@
<h2>Administrate FTI: Links and Number</h2>
<p>
Please decide if you really want to delete this links and numbers item below.
</p>
<div class='admin_summary_box'>
<h3>Delete Links and Numbers Item</h3>
<p>
Do you really want to delete the links and numbers item
"<?php echo $this->data['item']->title ?>"?
</p>
<form action="linksandnumbers.php" method="post" id='linksandnumbers_form' accept-charset="utf-8">
<input type="hidden" name="do" value="reallydelete" id="do"/>
<input type="hidden" name="id" value="<?php echo $this->data['item']['id'] ?>" id="id"/>
<p>
<input type="submit" value="Delete news item">
<a href='linksandnumbers.php' title="Don't delete links and numbers item">No, return to links and numbers items list</a>
</p>
</form>
</div>