summaryrefslogtreecommitdiffstats
path: root/application/views/file/upload_history_thumbnails.php
blob: 9fb9c54500dca3156fb4f903b6fa927fd16fa0e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<div class="nav-history">
	<div class="container">
		<div class="pull-right">
			<?php echo form_open("file/do_delete/", array("id" => "delete_form", "style" => "display: inline")); ?>
				<button type="submit" class="btn btn-danger" id="delete_button" style="display: none">Delete selected</button>
			</form>
			<button class="btn btn-default" id="toggle_delete_mode" style="display: inline">Delete mode</button>
		</div>

	<?php include 'nav_history.php'; ?>
	</div>
</div>
<?php include 'fragments/thumbnail.php'; ?>

<div class="row-fluid">
	<div class="span12 alert alert-block alert-info">
		<h4 class="alert-heading">Notice!</h4>
		<p>
		Currently only images and pdf files are displayed here. If you are
		looking for something else, please switch to the
		<a href="<?php echo site_url("file/upload_history"); ?>">list view</a>
		which contains your complete history.
		</p>
	</div>
</div>