Hi all, I'm new to the list, so a URL to your work would be nice :-)
The closest equivalent to PHP includes in HTML is Apache Server Side Includes(http://httpd.apache.org/docs/howto/ssi.html), so you could have something like: <!--#include virtual="common/sidebar.html" --> Where the tag would be replaced at runtime with the requested file. Hope that helps. Cheers, Rob. On 6/15/05, Andreas Nilsson <[EMAIL PROTECTED]> wrote: > As some of you know, I've been working on a new Nautilus website the > last couple of days, heavily based on the gedit site. After a request by > Luis I have now made a base for other websites on w.g.o/projecs to use > if they feel they need a fresh looking website, but lacks a nice looking > design. > I've made it very friendly towards potential developers, because many > times you want to help out with a app, but don't know how to start. > > Some minor issues that still bugs me: > * The sidebar stuff needs to be updated for every page in the site when > a new version arrives. It would be nice to have something like <?php > include="sidebar" ?>, but is that possible in html? > * It would be nice to put some of the stuff in images in like > w.g.o/project/images to make it easy to update if, say someone comes up > with a better bug icon. > * Maybe the front-screenshot class of gfoobar.css should be in > w.g.o/gnome.css > > Feedback? > - Andreas > _______________________________________________ > gnome-web-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gnome-web-list > -- Rob Sharp email/jabber: [EMAIL PROTECTED] web: http://sharp.id.au pgp: 0E2C C63B BA04 DEB4 7CC0 84FD 17E3 6AA4 87FB 62DF _______________________________________________ gnome-web-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-web-list
