blob: 7d4f2329f834a5aa16c5352cdef283725a89131a (
plain)
1
2
3
4
5
6
7
8
9
|
<div style="text-align:center">
<?php echo form_open('file/delete/'.$id); ?>
<p>
<?php if($msg) echo $msg."<br />"; ?>
Password:<input type="password" name="password" size="10" />
<input type="submit" value="Delete" name="process" />
</p>
</form>
</div>
|