Initial skeleton.
commit2843da937e0d24985bdd5414b1eed4344d8f1759
authorNing Shi <cs_snx@stu.ust.hk>
Wed, 14 Nov 2007 15:36:52 +0000 (14 23:36 +0800)
committerNing Shi <cs_snx@stu.ust.hk>
Wed, 14 Nov 2007 15:36:52 +0000 (14 23:36 +0800)
treee2864ed2a4c8475bf311fd22ab0270795aaad039
parentcae983670d55848eb285505b49745daa04cd5a0e
Initial skeleton.

Introduced Smarty, created general module loader, created simple smarty templates.
82 files changed:
COPYING [new file with mode: 0644]
av/includes/alignment.inc [new file with mode: 0644]
av/includes/alignment_template.inc [new file with mode: 0644]
av/includes/smarty/Config_File.class.php [new file with mode: 0644]
av/includes/smarty/Smarty.class.php [new file with mode: 0644]
av/includes/smarty/Smarty_Compiler.class.php [new file with mode: 0644]
av/includes/smarty/debug.tpl [new file with mode: 0644]
av/includes/smarty/internals/core.assemble_plugin_filepath.php [new file with mode: 0644]
av/includes/smarty/internals/core.assign_smarty_interface.php [new file with mode: 0644]
av/includes/smarty/internals/core.create_dir_structure.php [new file with mode: 0644]
av/includes/smarty/internals/core.display_debug_console.php [new file with mode: 0644]
av/includes/smarty/internals/core.get_include_path.php [new file with mode: 0644]
av/includes/smarty/internals/core.get_microtime.php [new file with mode: 0644]
av/includes/smarty/internals/core.get_php_resource.php [new file with mode: 0644]
av/includes/smarty/internals/core.is_secure.php [new file with mode: 0644]
av/includes/smarty/internals/core.is_trusted.php [new file with mode: 0644]
av/includes/smarty/internals/core.load_plugins.php [new file with mode: 0644]
av/includes/smarty/internals/core.load_resource_plugin.php [new file with mode: 0644]
av/includes/smarty/internals/core.process_cached_inserts.php [new file with mode: 0644]
av/includes/smarty/internals/core.process_compiled_include.php [new file with mode: 0644]
av/includes/smarty/internals/core.read_cache_file.php [new file with mode: 0644]
av/includes/smarty/internals/core.rm_auto.php [new file with mode: 0644]
av/includes/smarty/internals/core.rmdir.php [new file with mode: 0644]
av/includes/smarty/internals/core.run_insert_handler.php [new file with mode: 0644]
av/includes/smarty/internals/core.smarty_include_php.php [new file with mode: 0644]
av/includes/smarty/internals/core.write_cache_file.php [new file with mode: 0644]
av/includes/smarty/internals/core.write_compiled_include.php [new file with mode: 0644]
av/includes/smarty/internals/core.write_compiled_resource.php [new file with mode: 0644]
av/includes/smarty/internals/core.write_file.php [new file with mode: 0644]
av/includes/smarty/plugins/block.textformat.php [new file with mode: 0644]
av/includes/smarty/plugins/compiler.assign.php [new file with mode: 0644]
av/includes/smarty/plugins/function.assign_debug_info.php [new file with mode: 0644]
av/includes/smarty/plugins/function.config_load.php [new file with mode: 0644]
av/includes/smarty/plugins/function.counter.php [new file with mode: 0644]
av/includes/smarty/plugins/function.cycle.php [new file with mode: 0644]
av/includes/smarty/plugins/function.debug.php [new file with mode: 0644]
av/includes/smarty/plugins/function.eval.php [new file with mode: 0644]
av/includes/smarty/plugins/function.fetch.php [new file with mode: 0644]
av/includes/smarty/plugins/function.html_checkboxes.php [new file with mode: 0644]
av/includes/smarty/plugins/function.html_image.php [new file with mode: 0644]
av/includes/smarty/plugins/function.html_options.php [new file with mode: 0644]
av/includes/smarty/plugins/function.html_radios.php [new file with mode: 0644]
av/includes/smarty/plugins/function.html_select_date.php [new file with mode: 0644]
av/includes/smarty/plugins/function.html_select_time.php [new file with mode: 0644]
av/includes/smarty/plugins/function.html_table.php [new file with mode: 0644]
av/includes/smarty/plugins/function.mailto.php [new file with mode: 0644]
av/includes/smarty/plugins/function.math.php [new file with mode: 0644]
av/includes/smarty/plugins/function.popup.php [new file with mode: 0644]
av/includes/smarty/plugins/function.popup_init.php [new file with mode: 0644]
av/includes/smarty/plugins/modifier.capitalize.php [new file with mode: 0644]
av/includes/smarty/plugins/modifier.cat.php [new file with mode: 0644]
av/includes/smarty/plugins/modifier.count_characters.php [new file with mode: 0644]
av/includes/smarty/plugins/modifier.count_paragraphs.php [new file with mode: 0644]
av/includes/smarty/plugins/modifier.count_sentences.php [new file with mode: 0644]
av/includes/smarty/plugins/modifier.count_words.php [new file with mode: 0644]
av/includes/smarty/plugins/modifier.date_format.php [new file with mode: 0644]
av/includes/smarty/plugins/modifier.debug_print_var.php [new file with mode: 0644]
av/includes/smarty/plugins/modifier.default.php [new file with mode: 0644]
av/includes/smarty/plugins/modifier.escape.php [new file with mode: 0644]
av/includes/smarty/plugins/modifier.indent.php [new file with mode: 0644]
av/includes/smarty/plugins/modifier.lower.php [new file with mode: 0644]
av/includes/smarty/plugins/modifier.nl2br.php [new file with mode: 0644]
av/includes/smarty/plugins/modifier.regex_replace.php [new file with mode: 0644]
av/includes/smarty/plugins/modifier.replace.php [new file with mode: 0644]
av/includes/smarty/plugins/modifier.spacify.php [new file with mode: 0644]
av/includes/smarty/plugins/modifier.string_format.php [new file with mode: 0644]
av/includes/smarty/plugins/modifier.strip.php [new file with mode: 0644]
av/includes/smarty/plugins/modifier.strip_tags.php [new file with mode: 0644]
av/includes/smarty/plugins/modifier.truncate.php [new file with mode: 0644]
av/includes/smarty/plugins/modifier.upper.php [new file with mode: 0644]
av/includes/smarty/plugins/modifier.wordwrap.php [new file with mode: 0644]
av/includes/smarty/plugins/outputfilter.trimwhitespace.php [new file with mode: 0644]
av/includes/smarty/plugins/shared.escape_special_chars.php [new file with mode: 0644]
av/includes/smarty/plugins/shared.make_timestamp.php [new file with mode: 0644]
av/includes/utils.inc [new file with mode: 0644]
av/includes/visualization.inc [new file with mode: 0644]
av/includes/visualization.php [new file with mode: 0644]
av/index.php [new file with mode: 0644]
templates/templates/footer.tpl [new file with mode: 0644]
templates/templates/head.tpl [new file with mode: 0644]
templates/templates/header.tpl [new file with mode: 0644]
templates/templates/main.tpl [new file with mode: 0644]