${ String CVS = "$Id: libblue.moto,v 1.7 2003/05/16 04:54:18 cwright Exp $"; use "codex.http"; global HTTPRequest r = new HTTPRequest(); String footer() { String a = "
\n"; a += checkit("index.moto","Home") + " | \n"; a += checkit("about.moto","About") + " | \n"; a += checkit("email.moto","Email Solutions") + " | \n"; a += checkit("programming.moto","Programming") + " | \n"; a += checkit("clients.moto","Clients") + " | \n"; a += checkit("designers.moto","Designers") + " | \n"; a += checkit("contact.moto","Contact Us"); a += "
"; return a; } String checkit(String url, String label) { if(url eq r.getURI().substring(r.getURI().lastIndexOf('/')+1)) { return "" + label + ""; } else { return "" + label + ""; } } }$ $define(void tabletop())
--- ---
[ Stand Blue Technology ]
$enddef $define(void tablebot())
--- ---
$enddef