[BACK]Return to front.html CVS log [TXT][DIR] Up to [local] / mp3

File: [local] / mp3 / front.html (download) (as text)

Revision 1.1, Thu Feb 8 20:04:03 2007 UTC (17 years, 2 months ago) by andrew
Branch: MAIN
CVS Tags: HEAD

First shot at making multiple jukeboxes from the same files.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
              "http://www.w3.org/TR/html4/frameset.dtd">
<html><head>
	<title>' . Our MP3's for the Front Office. '</title></head>
<frameset rows="47,47,*,64" border="0">
<frame name="top" scrolling="no" src="frontcurrent.htm">
  <frame name="nav" scrolling="no" src="mp3-bin/mixer.pl?front">
  <frame name="main" src="mp3-bin/showfiles.pl?front">
  <frame name="bottom" scrolling="no" src="blank.htm">
  <noframes><body>
    <!-- $RedRiver: index.html,v 1.2 2006/08/12 00:14:53 andrew Exp $ -->
    <p>This page uses frames, but your browser doesn't support them.</p>
  </body>  </noframes></frameset></head></html>