[BACK]Return to nav.inc CVS log [TXT][DIR] Up to [local] / mp3 / bin

Diff for /mp3/bin/nav.inc between version 1.2 and 1.3

version 1.2, 2006/08/12 01:14:53 version 1.3, 2007/02/08 20:04:03
Line 1 
Line 1 
 <form method="post" target="main" action="search.pl" enctype="application/x-www-form-urlencoded">  <form method="post" target="main" action="search.pl?%PREFIX%" enctype="application/x-www-form-urlencoded">
 [ <a href="showfiles.pl" target="main">Beginning</a> |  [ <a href="showfiles.pl?%PREFIX%" target="main">Beginning</a> |
 <a href="showall.pl" target="main">All MP3s</a> |  <a href="showall.pl?%PREFIX%" target="main">All MP3s</a> |
 <a href="showplaylist.pl" target="main">Playlist</a> |  <a href="showplaylist.pl?%PREFIX%" target="main">Playlist</a> |
 <a href="showplaylist.pl?newlist.lst" target="main">New Files</a> |  <a href="showplaylist.pl?%PREFIX%&fulllist.lst" target="main">Full List</a> |
 <a href="showplaylist.pl?playedlist.lst" target="main">Previously played</a> ] <SMALL><a href="search.pl" target="main">Search</a> <input type="text" name="Search_Term" size="10" maxlength="80" /></SMALL>  <a href="showplaylist.pl?%PREFIX%&newlist.lst" target="main">New Files</a> |
   <a href="showplaylist.pl?%PREFIX%&playedlist.lst" target="main">Previously played</a> ] <SMALL><a href="search.pl?%PREFIX%" target="main">Search</a> <input type="text" name="Search_Term" size="10" maxlength="80" /></SMALL>
 </FORM>  </FORM>
 <!-- $RedRiver$ -->  <!-- $RedRiver: nav.inc,v 1.2 2006/08/12 00:14:53 andrew Exp $ -->

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>