Translations of common texts related to Topics.
Libraries for handling Topics.
ttsParsingTools.class.php - functions that execute various Python scripts on “Topic save” action
Important methods:
- ttsParsingTools::validateHTML($html) - validation of HTML content of Topic
- ttsParsingTools::updateInlineFormulas($output) - adds additional attributes to each span with *inline-formula* or *chemical-formula* class:
- name - original formula in better formating for display
- alt - textual representation of formula for reading
Contains actions and relevant templates for both frontend and backend. E.g. Topic action executeShow() in /mcTopic/actions/actions.class.php and its template in /mcTopic/templates/showSuccess.php
Contains CSS definitions and images needed for Topic display and navigation.