Contents of the www directory: files without an extension are directories.
- authenticate.php: a file that handles username/password validation.
- config.inc.php file that creates connections to the databases of the system.
- devel: directory that contains graphics for the logon/logout screens and the main page header and the EPCRA report form.
- doc.css: style sheet for TUCHEM DOCUMENTATION site.
- docs: directory that stores all system documentation--both on and offline
- flol.csv: an updated epcra report list..the most up-to-date list on the system.
- images a directory that contains the images that are viewed on the website.
- include: the directory that stores files that need to be included in order to write the php script
- index.php:Displays the main login page for TU::Chem inventory system
- js: the directory which stores all of the javascript from the site
- library: contains .csv forms of the systems inventories
- logout.php: contains the code for the logout screen.
- main.php: contains the code for the main pages which fires after user authentication. Most of the system's modules are called from this script.
- modules: contains the php modules for the system.
- nav.php: code thats contains the functionality for the main page's left hand side navagation panel
- secure.php: checks to see if user is admin or not and then opens up the various modules,control points and classes that a user has access to.
- style: where the style sheets for the main site are stored.
- unit.php: script that performs the unit conversion from the units that are found in lab environments to one that must be used in reports.
- utils: directory where utility files are stored such
as forms for report generating, parsers, import util, etc.
- windows: directory which holds modules that run in their own window.