diff options
author | spocky <spocky@ampache> | 2007-08-01 23:49:59 +0000 |
---|---|---|
committer | spocky <spocky@ampache> | 2007-08-01 23:49:59 +0000 |
commit | bc8ddbecb86139a3a6bb7e3441e37b63065febaf (patch) | |
tree | febbd608283c72ee5ab93cb2075f83f417b9557a /templates/sidebar_home.inc.php | |
parent | cd02e27a0c2e9266998fc8c57776b5c716a7f959 (diff) | |
download | ampache-bc8ddbecb86139a3a6bb7e3441e37b63065febaf.tar.gz ampache-bc8ddbecb86139a3a6bb7e3441e37b63065febaf.tar.bz2 ampache-bc8ddbecb86139a3a6bb7e3441e37b63065febaf.zip |
Started modifying sidebar. Needs a lot more work and tests
Diffstat (limited to 'templates/sidebar_home.inc.php')
-rw-r--r-- | templates/sidebar_home.inc.php | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/templates/sidebar_home.inc.php b/templates/sidebar_home.inc.php index 24b0f0c0..338b5cb2 100644 --- a/templates/sidebar_home.inc.php +++ b/templates/sidebar_home.inc.php @@ -1,9 +1,11 @@ <h4><?php echo _('Information'); ?></h4> -<span><a href="<?php echo $web_path; ?>/index.php"><?php echo _('Currently Playing'); ?></a></span> -<span><a href="<?php echo $web_path; ?>/stats.php"><?php echo _('Statistics'); ?></a></span> -<span><a href="<?php echo $web_path; ?>/radio.php?action=show_create"><?php echo _('Add Radio Station'); ?></a></span> +<ul id="sb_Information"> +<li id="sb_Info_CurrentlyPlaying"><a href="<?php echo $web_path; ?>/index.php"><?php echo _('Currently Playing'); ?></a></li> +<li id="sb_Info_Statistics"><a href="<?php echo $web_path; ?>/stats.php"><?php echo _('Statistics'); ?></a></li> +<li id="sb_Info_AddStationRadio"><a href="<?php echo $web_path; ?>/radio.php?action=show_create"><?php echo _('Add Radio Station'); ?></a></li> +</ul> <hr /> -<div id="sidebar_subsearch"> +<div id="sb_Subsearch"> <form name="search" method="post" action="<?php echo $web_path; ?>/search.php" enctype="multipart/form-data" style="Display:inline"> <input type="text" name="search_string" value="" size="5" /> <input class="smallbutton" type="submit" value="<?php echo _('Search'); ?>" /> @@ -45,7 +47,7 @@ <hr /> --> */ ?> <h4><?php echo _('Playlists'); ?></h4> -<span><a href="<?php echo $web_path; ?>/playlist.php?action=show_all"><?php echo _('View All'); ?></a></span> +<a id="sb_ViewAll" href="<?php echo $web_path; ?>/playlist.php?action=show_all"><?php echo _('View All'); ?></a> <hr /> <div style="left-padding:5px;"> <?php |