added support for QID (quick ID) generation within pages, in preparation for

supporting a hitcounter system in the page footer
This commit is contained in:
Eric J. Bowersox
2001-10-23 21:42:29 +00:00
parent bdc6977680
commit a900d9d51f
37 changed files with 246 additions and 14 deletions

View File

@@ -71,6 +71,12 @@ public class Invitation implements JSPRender
} // end getPageTitle
public String getPageQID()
{
return "sigops?cmd=I&sig=" + sig.getSIGID();
} // end getPageQID
/*--------------------------------------------------------------------------------
* Implementations from interface JSPRender
*--------------------------------------------------------------------------------