summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--application/views/file/upload_form.php1
-rw-r--r--application/views/file/upload_history.php2
-rw-r--r--data/img/fuge-icons/README.txt73
-rw-r--r--data/img/fuge-icons/cross.pngbin0 -> 544 bytes
4 files changed, 76 insertions, 0 deletions
diff --git a/application/views/file/upload_form.php b/application/views/file/upload_form.php
index 5eea494e1..d8f2748c1 100644
--- a/application/views/file/upload_form.php
+++ b/application/views/file/upload_form.php
@@ -47,5 +47,6 @@ document.write('\
<?php if($contact_me_url) {?><p>If you experience any problems feel free to <a href="<?php echo $contact_me_url; ?>">contact me</a>.</p>
<br /><?php }; ?>
<div class="small">
+ <p>Icons by <a href="http://p.yusukekamiyamane.com/">Yusuke Kamiyamane</a></p>
<p>This service is provided without warranty of any kind and may not be used to distribute copyrighted content.</p>
</div>
diff --git a/application/views/file/upload_history.php b/application/views/file/upload_history.php
index 5d61c7331..910af1535 100644
--- a/application/views/file/upload_history.php
+++ b/application/views/file/upload_history.php
@@ -7,6 +7,7 @@
<table class="results">
<tr>
+ <th></th>
<th>ID</th>
<th>Filename</th>
<th>Mimetype
@@ -16,6 +17,7 @@
<?php foreach($query as $key => $item): ?>
<tr class="<?php echo even_odd(); ?>">
+ <td><a href="<?php echo site_url("file/delete/".$item["id"]); ?>"><img src="<?php echo base_url(); ?>data/img/fuge-icons/cross.png" /></a></td>
<td><a href="<?php echo site_url("/".$item["id"]); ?>/"><?php echo $item["id"]; ?></a></td>
<td><?php echo $item["filename"]; ?></td>
<td><?php echo $item["mimetype"]; ?></td>
diff --git a/data/img/fuge-icons/README.txt b/data/img/fuge-icons/README.txt
new file mode 100644
index 000000000..1092580e3
--- /dev/null
+++ b/data/img/fuge-icons/README.txt
@@ -0,0 +1,73 @@
+Fugue Icons
+
+Copyright (C) 2010 Yusuke Kamiyamane. All rights reserved.
+The icons are licensed under a Creative Commons Attribution
+3.0 license. <http://creativecommons.org/licenses/by/3.0/>
+
+If you can't or don't want to provide a link back, please
+purchase a royalty-free license.
+<http://p.yusukekamiyamane.com/>
+
+I'm unavailable for custom icon design work. But your
+suggestions are always welcome!
+<mailto:p@yusukekamiyamane.com>
+
+------------------------------------------------------------
+
+- geotag
+
+ Copyright (C) Geotag Icon Project. All rights reserved.
+ <http://www.geotagicons.com/>
+
+ Geotag icon is licensed under a Creative Commons
+ Attribution-Share Alike 3.0 license or LGPL.
+ <http://creativecommons.org/licenses/by-sa/3.0/>
+ <http://opensource.org/licenses/lgpl-license.php>
+
+- language
+
+ Copyright (C) Language Icon Project. All rights reserved.
+ <http://www.languageicon.org/>
+
+ Language icon is licensed under a Creative Commons
+ Attribution-Share Alike 3.0 license.
+ <http://creativecommons.org/licenses/by-sa/3.0/>
+
+- open-share
+
+ Copyright (C) Open Share Icon Project. All rights reserved.
+ <http://www.openshareicons.com/>
+
+ Open Share icon is licensed under a Creative Commons
+ Attribution-Share Alike 3.0 license.
+ <http://creativecommons.org/licenses/by-sa/3.0/>
+
+- opml
+
+ Copyright (C) OPML Icon Project. All rights reserved.
+ <http://opmlicons.com/>
+
+ OPML icon is licensed under a Creative Commons
+ Attribution-Share Alike 2.5 license.
+ <http://creativecommons.org/licenses/by-sa/2.5/>
+
+- share
+
+ Copyright (C) Share Icon Project. All rights reserved.
+ <http://shareicons.com/>
+
+ Share icon is licensed under a GPL or LGPL or BSD or
+ Creative Commons Attribution 2.5 license.
+ <http://opensource.org/licenses/gpl-license.php>
+ <http://opensource.org/licenses/lgpl-license.php>
+ <http://opensource.org/licenses/bsd-license.php>
+ <http://creativecommons.org/licenses/by/2.5/>
+
+- xfn
+
+ Copyright (C) Wolfgang Bartelme. All rights reserved.
+ <http://www.bartelme.at/>
+
+ XFN icon is licensed under a Creative Commons
+ Attribution-Share Alike 2.5 license.
+ <http://creativecommons.org/licenses/by-sa/2.5/> \ No newline at end of file
diff --git a/data/img/fuge-icons/cross.png b/data/img/fuge-icons/cross.png
new file mode 100644
index 000000000..6b9fa6dd3
--- /dev/null
+++ b/data/img/fuge-icons/cross.png
Binary files differ