summaryrefslogtreecommitdiffstats
path: root/templates/show_box_top.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-23 23:28:18 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-23 23:28:18 +0000
commit34238a29aade796f30911c567eace0e1518eb470 (patch)
tree4e0125bd53cc2f75f7a0536ea6479ec82e0ac0ce /templates/show_box_top.inc.php
parent1d08ce31caa68f6da292493fa16432163cbbeddd (diff)
downloadampache-34238a29aade796f30911c567eace0e1518eb470.tar.gz
ampache-34238a29aade796f30911c567eace0e1518eb470.tar.bz2
ampache-34238a29aade796f30911c567eace0e1518eb470.zip
to keep infamys eyes from bleeding
Diffstat (limited to 'templates/show_box_top.inc.php')
-rw-r--r--templates/show_box_top.inc.php39
1 files changed, 39 insertions, 0 deletions
diff --git a/templates/show_box_top.inc.php b/templates/show_box_top.inc.php
new file mode 100644
index 00000000..26aa1fa2
--- /dev/null
+++ b/templates/show_box_top.inc.php
@@ -0,0 +1,39 @@
+<?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
+ as published by the Free Software Foundation; either version 2
+ of the License, or (at your option) any later version.
+
+ 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.
+
+*/
+?>
+<table class="box" cellspacing="0" cellpadding="0">
+<tr>
+ <td class="box-left-top"></td>
+ <td class="box-top"></td>
+ <td class="box-right-top"></td>
+</tr>
+<tr>
+ <td class="box-left" rowspan="2"></td>
+<?php if ($title) { ?>
+ <td id="box-title"><?php echo $title; ?></td>
+<?php } else { ?>
+ <td></td>
+<?php } ?>
+ <td class="box-right" rowspan="2"></td>
+</tr>
+<tr>
+ <td style="padding-top:3px;">