which OS and Web Browser are you using? Did you have to clear all the cookies first?
Marty On Tue, 11 Apr 2006 08:55:34 -0400 Stan Mulder <[EMAIL PROTECTED]> wrote: > I didn't test your actual code, but I did go into the 'default' > template, create a "test.html" file with only some text (<p>THIS IS > SAMPLE TEXT</p>) and included it in index.html with <!-- > include="test.html" --> at the same point as you, and I do see the > included text on every page of music. > > Now if you want that text to appear on non-music directory pages, such > as the "Archive Size" page, the "Currently Playing" page and other > pages, you will need to add the include command to each of those > template files as well as index.html. > > > Marty Huntzberry wrote: > > I see. Here's my index.html file for the default theme > > (/usr/share/gnump3/default): > > > > <!-- include="header.tmpl" --> > > <!-- Banner --> > > <p> </p> > > <!-- include="download.html" --> > > <BR> > > <p align="center"> > > $BANNER > > </p> > > <PLAYLISTS> > > <table border="0" cellpadding="0" cellspacing="2" width="100%" > > bgcolor="#FF0000"> > > <tr><td> > > <table border="0" cellpadding="0" cellspacing="0" width="100%" > > bgcolor="#eaecef"> > > <tr bgcolor="#d1d5d7"><td > > colspan="3"><center><h3>Playlists</h3></center></td></tr> > > $PLAYLISTS > > </table> > > </td></tr> > > </table> > > <p> </p> > > </PLAYLISTS> > > > > > > <DIRS> > > <table border="0" cellpadding="0" cellspacing="2" width="100%" > > bgcolor="#FF0000"> > > <tr><td> > > <table border="0" cellpadding="0" cellspacing="0" width="100%" > > bgcolor="#eaecef"> > > <tr bgcolor="#d1d5d7"><td > > colspan="7"><center><h3>Subdirectories</h3></center></td></tr> > > $DIRECTORIES > > </table> > > </td></tr> > > </table> > > <p> </p> > > </DIRS> > > > > <FILES> > > <table border="0" cellpadding="0" cellspacing="2" width="100%" > > bgcolor="#FF0000"> > > <tr><td> > > <table border="0" cellpadding="0" cellspacing="0" width="100%" > > bgcolor="#eaecef"> > > <tr bgcolor="#d1d5d7"><td > > colspan="3"><center><h3>Songs</h3></center></td></tr> > > $SONGS > > </table> > > </td></tr> > > </table> > > <p> </p> > > </FILES> > > > > <MOVIES> > > <table border="0" cellpadding="0" cellspacing="2" width="100%" > > bgcolor="#FF0000"> > > <tr><td> > > <table border="0" cellpadding="0" cellspacing="0" width="100%" > > bgcolor="#eaecef"> > > <tr bgcolor="#d1d5d7"><td > > colspan="3"><center><h3>Movies</h3></center></td></tr> > > $MOVIES > > </table> > > </td></tr> > > </table> > > <p> </p> > > </MOVIES> > > > > <p align="center"> > > $BANNER > > </p> > > > > <!-- include="footer.tmpl" --> > > > > > > Marty > > > > > > On Mon, 10 Apr 2006 22:21:24 -0500 > > Aaron Brown <[EMAIL PROTECTED]> wrote: > > > > > >> Marty Huntzberry wrote: > >> > >>> Here's the first email: > >>> > >>> > >> [ snip ] > >> > >>> I insert this into the default theme index.html file using: > >>> > >>> <!-- include="download.html" --> > >>> > >>> > >> The question I have is about your modified "index.html" file. You've > >> added the line to include "download.html", but where did you do it, and > >> how exactly did you say it? Could you include a copy of the portion of > >> "index.html" where you inserted the "include" line? And can you confirm > >> which theme this is happening in? Your email mentions "the default > >> theme", which I think is Tabular, but I may be wrong. > >> > >> - Aaron > >> > >> -- > >> Aaron Brown :: [EMAIL PROTECTED] :: www.thebrownproject.com > >> > _______________________________________________ Gnump3d-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnump3d-users
