Sep
13
2006
File description
Posted by admin under
Old ASP applications
To give you a little idea on what each files in the download are there for - here's an really short description:
| Files |
|
template.asp
|
This is the template for the client GUI. For more on how the template engine works please read the related articles on templates
|
|
include_htmlgen.asp
|
All client side code uses objects - this is a way to abstract the objects and gui - a little like ASP.NET user control - the functions to create the html elements for certain tasks are defined here
|
|
pollmentor.asp
|
A sample "start page" - start in a sense that it shows the current poll and allows for voting
|
|
pollmentorres.asp
|
Shows the result for a poll
|
|
pollmentorhist.asp
|
Shows the history (old polls)
|
|
admin_*
|
Admin pages.
|