summaryrefslogtreecommitdiffstats
path: root/contrib/themes
diff options
context:
space:
mode:
authornf <nf@ampache>2007-07-14 21:28:30 +0000
committernf <nf@ampache>2007-07-14 21:28:30 +0000
commit0b33c6ffd6e4351b9196a3e040df8f94316e5d36 (patch)
tree25f83f61be4421488f515ee4a931bdcfa7baf38d /contrib/themes
parentb2e4291a45048e00c659b7526ec3ad322890aec7 (diff)
downloadampache-0b33c6ffd6e4351b9196a3e040df8f94316e5d36.tar.gz
ampache-0b33c6ffd6e4351b9196a3e040df8f94316e5d36.tar.bz2
ampache-0b33c6ffd6e4351b9196a3e040df8f94316e5d36.zip
Some themes' screencaps as jpg
Diffstat (limited to 'contrib/themes')
-rw-r--r--contrib/themes/Cleandy-Peach/patch-3.3.3.2/ampache/templates/show_random_albums.inc.php50
-rw-r--r--contrib/themes/Cleandy-Peach/screencap/01.jpgbin0 -> 346629 bytes
-rw-r--r--contrib/themes/Cleandy/screencap/01.jpgbin0 -> 105949 bytes
-rw-r--r--contrib/themes/Piano/screencap/01.jpgbin0 -> 170848 bytes
4 files changed, 0 insertions, 50 deletions
diff --git a/contrib/themes/Cleandy-Peach/patch-3.3.3.2/ampache/templates/show_random_albums.inc.php b/contrib/themes/Cleandy-Peach/patch-3.3.3.2/ampache/templates/show_random_albums.inc.php
deleted file mode 100644
index ec3bde2f..00000000
--- a/contrib/themes/Cleandy-Peach/patch-3.3.3.2/ampache/templates/show_random_albums.inc.php
+++ /dev/null
@@ -1,50 +0,0 @@
-<?php
-/*
-
- Copyright (c) 2001 - 2006 Ampache.org
- All rights reserved.
-
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License v2
- as published by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-*/
-$web_path = conf('web_path');
-?>
-<?php show_box_top(_('Albums of the Moment')); ?>
-<table class="tabledata">
-<tr>
- <?php
- foreach ($albums as $album_id) {
- $album = new Album($album_id);
- $album->format();
- $name = scrub_out('[' . $album->artist . '] ' . $album->name);
- ?>
- <td>
- <a href="<?php echo $web_path; ?>/albums.php?action=show&amp;album=<?php echo $album_id; ?>">
- <?php if (conf('show_album_art')) { ?>
- <img src="<?php echo $web_path; ?>/image.php?thumb=3&amp;id=<?php echo $album_id; ?>" width="80" height="80" border="0" alt="<?php echo $name; ?>" title="<?php echo $name; ?>" />
- <?php } else { ?>
- <?php echo '[' . $album->f_artist . '] ' . $album->f_name; ?>
- <?php } ?>
- </a><br>
- <?php
- if(conf('ratings')){
- echo "<div style=\"float:left; display:inline;\" id=\"rating_" . $album->id . "_album\">";
- show_rating_static($album->id, 'album');}
- echo "</div>";
- ?>
- </td>
- <?php } ?>
-</tr>
-</table>
-<?php show_box_bottom(); ?>
diff --git a/contrib/themes/Cleandy-Peach/screencap/01.jpg b/contrib/themes/Cleandy-Peach/screencap/01.jpg
new file mode 100644
index 00000000..29a0ef11
--- /dev/null
+++ b/contrib/themes/Cleandy-Peach/screencap/01.jpg
Binary files differ
diff --git a/contrib/themes/Cleandy/screencap/01.jpg b/contrib/themes/Cleandy/screencap/01.jpg
new file mode 100644
index 00000000..76929e05
--- /dev/null
+++ b/contrib/themes/Cleandy/screencap/01.jpg
Binary files differ
diff --git a/contrib/themes/Piano/screencap/01.jpg b/contrib/themes/Piano/screencap/01.jpg
new file mode 100644
index 00000000..a755fa0f
--- /dev/null
+++ b/contrib/themes/Piano/screencap/01.jpg
Binary files differ