Smarty Templates
PHP Smarty is a php module which seperates the function of a PHP script from it's presentation. PHP Smarty templates are created with almost pure html, with variable input surrounded by curly braces like {$this}. Below are my current smarty templates
- AddBibEntry.tpl : template for adding bibliographic information to database
- AddDocPers.tpl : template for directly entering personal documents into database
- DocUpload.tpl : template for entering bibliographic information and uploading document file.
- Notes.tpl : template for taking notes while reviewing document in database.
- Login.tpl : template for login dialog
- main.tpl : template for main page with menu