diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-05-03 04:50:53 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-05-03 04:50:53 +0000 |
commit | b1f2bacf4499a3768cf8b64f425110d0616d0154 (patch) | |
tree | cf1e0936996ca7a96ece65b990d98f72a3b428e1 /templates/sidebar_player.inc.php | |
parent | 881032d415ef207fda70ddbf93ed012259aaeb2a (diff) | |
download | ampache-b1f2bacf4499a3768cf8b64f425110d0616d0154.tar.gz ampache-b1f2bacf4499a3768cf8b64f425110d0616d0154.tar.bz2 ampache-b1f2bacf4499a3768cf8b64f425110d0616d0154.zip |
rest of the sidebars and some more tweaks to the ajax, initial browse stuff at least menu wise... now I need to design the whole new browse interface... that is for tomorrow!
Diffstat (limited to 'templates/sidebar_player.inc.php')
-rw-r--r-- | templates/sidebar_player.inc.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/sidebar_player.inc.php b/templates/sidebar_player.inc.php new file mode 100644 index 00000000..e5e2867b --- /dev/null +++ b/templates/sidebar_player.inc.php @@ -0,0 +1,8 @@ +<h4><?php echo _('Browse By'); ?></h4> +<select name="type"> + <option value="song"><?php echo _('Song Title'); ?></option> + <option value="album"><?php echo _('Albums'); ?></option> + <option value="artist"><?php echo _('Artist'); ?></option> + <option value="genre"><?php echo _('Genre'); ?></option> +</select> +<hr /> |