HTML Template for sk_calendar
Markers
Please note: the are 2 different general markers types:
- label markers:
- label markers follow the form ###LABEL_xxx#### where xxx represents a label from pi1/locallang.php. These labels may be translated to other TYPO3 system languages and thus are rendered in the appropriate language.
- field markers are markers that render fields from the corresponding database tables. The syntax of a valid field marker is ###X_yyy###, where X is one of the following uppercase letters
- E for event
- C for category
- O for organizer
- T for targetgroup
- L for location
and yyy represents the actual data field of the given database table. Since the tables differ, here is a list of valid marker fields
- E_: title, description, date, start_time, end_time, wholeday, link, cost, highlite, pages, category, organizer, targetgroup, location, recurr_until
- C_: label, icon, color
- O_: name, logo, link, phone, email
- T_: label, icon
- L_: name, link, street, zip, city
Example: ###E_title### gives you the event title whereas ###C_color### renders the color of
the corresponding category.
Extending VCE
You can define your own PHP functions by extending class.tx_skcalendar_overrideTF.php. Using
###MYFUNCTION### will try to call a function templatefunc_myfunction(). If it isn't there nothing
happens, otherwise the result of this function is returned to the template.
Overriding standard functions
Defining a function templatefunc_E_title() would override the return of the standard
event title function and print out whatever your function returns. Please have a look at class.tx_skcalendar_defaultTF.php for examples.
Put your override-class in uploads/sk_calendar or somewhere in fileadmin to not loose your
private functions after an update of sk_calendar.
Have fun and return your comments to: skcalendar@sitekick.de.
Detail View
| | | Einzelterminansicht | | ###MONTH_NAVI###
|
Beginn | ###ACTDATE### |
###E_START_TIME### |
###E_TITLE###
###E_DESCRIPTION###
Veranstaltungsort:
###L_LABEL###
###L_STREET###
###L_ZIP### ###L_CITY###
Veranstalter:
###O_NAME###
| ###O_image### |
Day View
| | | ###ACTDATE### | | ###MONTH_NAVI###
|
###E_START_TIME### |
###E_TITLE###
###E_DESCRIPTION###
Veranstaltungsort:
###L_LABEL###
###L_STREET###
###L_ZIP### ###L_CITY###
Veranstalter:
###O_NAME###
| ###O_image### |
Box View
###ACTDATE###
###DETAILLINK###
| ###LABEL_no_entries### |
|
|
###BACKLINK### | ###NEXTLINK### |
|
List View
|
###E_date### | | ###DETAILLINK### | | ###O_name### | | ###L_title### | | ###C_title### |
###LABEL_no_entries### |
|
###BACKLINK### | ###NEXTLINK### |
|
Upcomming View
###DETAILLINK###
###E_date###
Archive View (noselect)
###LABEL_archive_make_selection###
Week View
| ###ACTDATE###
###DETAILLINK### ###E_description###
|
|
###BACKLINK### | ###NEXTLINK### |
|
|
Month View
###LABEL_month_view### ###MONTHNAME### ###YEAR### |
|
| Mo | Di | Mi | Do | Fr | Sa | So |
###WEEKNO### |
###DAYNAME###
###DETAILLINK###
|
|
###BACKLINK### | ###NEXTLINK### |
###BACKLINKYEAR### |
###NEXTLINKYEAR### |
|
|
Thumbmonth View
###BACKLINK### | ###MONTHNAME### | ###NEXTLINK### |
Mo | Di | Mi | Do | Fr | Sa | So |
###DAYNAME###
|
Listmonth View
| | ###BACKLINKYEAR### | ###YEAR### | ###NEXTLINKYEAR### | ###MONTH_NAVI###
|
###DAYNAME###
|
###E_TITLE### | ###DETAILLINK### |
###DAYNAME###
| ###DETAILLINK### |
Year View
###LABEL_YEAR_VIEW### ###YEAR### |
|
###MONTHNAME###
###DETAILLINK###
|
|
###BACKLINKYEAR### |
###NEXTLINKYEAR### |
|
|