NAVIGATION
This shows you the differences between two versions of the page.
|
english:modules:calendar:enhanced-v13 [2011/01/20 10:55] Knut Heermann (flip-flop) |
english:modules:calendar:enhanced-v13 [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| * Thumb with LightBox | * Thumb with LightBox | ||
| * Link with thumb | * Link with thumb | ||
| - | * TAG for Thumbnail when calling: e.g. ##WxHxCxQ=150x100x0x80## //(WIDTHxHEIGHTxCROPxQUALITY)// | + | * TAG-Control: for Thumbnail when calling: e.g. ##WxHxCxQ=150x100x0x80## //(WIDTHxHEIGHTxCROPxQUALITY)// |
| - | * TAG: Allday %%[ALLDAY]...[/ALLDAY]..[ALLDAY_ELSE]...[/ALLDAY_ELSE]%% //(04.01.2011)// | + | * TAG-Template: All Day %%[ALLDAY]...[/ALLDAY]..[ALLDAY_ELSE]...[/ALLDAY_ELSE]%% //(04.01.2011)// |
| * 18.01.2011 | * 18.01.2011 | ||
| - | * show_past=0|1 [ja|nein] //(shows the recent events in the time window if possible)// | + | * TAG-Control: show_past=0|1 [off|on] //(shows the recent events in the time window if possible)// |
| - | * date_start=+-XX Tage //(Start date of the time window relative to the current day)// | + | * TAG-Control: date_start=+-XX Tage //(Start date of the time window relative to the current day)// |
| * The template is divided into three areas %%<!--CALENDAR_HEADER//--> <!--CALENDAR_ENTRY//--> <!--CALENDAR_FOOTER//-->%% | * The template is divided into three areas %%<!--CALENDAR_HEADER//--> <!--CALENDAR_ENTRY//--> <!--CALENDAR_FOOTER//-->%% | ||
| - | * TAG: {TIMEWINDOWSTART:d.m.Y}, {TIMEWINDOWEND:d.m.Y} //(Start- and end dates of the time window available)// | + | * TAG-Template: {TIMEWINDOWSTART:d.m.Y}, {TIMEWINDOWEND:d.m.Y} //(Start- and end dates of the time window available)// |
| - | * TAG: {DATE:d.m.Y} //(Date of the current day)// | + | * TAG-Template: {DATE:d.m.Y} //(Date of the current day)// |
| - | * TAG: Current day %%[TODAY]...[/TODAY]..[TODAY_ELSE]...[/TODAY_ELSE]%% | + | * TAG-Template: Current day %%[TODAY]...[/TODAY]..[TODAY_ELSE]...[/TODAY_ELSE]%% |
| + | * 30.03.2011 | ||
| + | * With the internal time query of the current date now also the time is considered when %%"show_past=0"%%. Likewise during the day input of TODAY.. \\ If this is not required when entering TODAY, please insert a "0" instead of TODAY. The time is now set to 00:00:00. | ||
| Line 66: | Line 68: | ||
| tag=tag1, tag2 | tag=tag1, tag2 | ||
| tagmode=OR | tagmode=OR | ||
| - | date_start=01.01.2011 or TODAY or -15 | + | date_start=01.01.2011 or 01.01.2011 12:33 or TODAY or 0 or -15 |
| - | date_end=31.12.2011 or TODAY or 30 | + | date_end=31.12.2011 or 31.12.2011 14:00 or TODAY or 0 or 30 |
| href=index.php?XYZ | href=index.php?XYZ | ||
| WxHxCxQ=150x100x0x80 | WxHxCxQ=150x100x0x80 | ||
| Line 82: | Line 84: | ||
| The values can be: | The values can be: | ||
| * A **Date** e.g. **03.02.2011** | * A **Date** e.g. **03.02.2011** | ||
| - | * The word **TODAY** for the current day //(sliding time window)// | + | * The word **TODAY** for the current day and time //(sliding time window)// |
| * The indication of the number XX days from current date viewed: e.gg **15** or **-20** | * The indication of the number XX days from current date viewed: e.gg **15** or **-20** | ||
| * E.g. a sliding time window could be starting at | * E.g. a sliding time window could be starting at | ||
| Line 88: | Line 90: | ||
| * and always shows the next 30 days from start date | * and always shows the next 30 days from start date | ||
| * **date_end=30** | * **date_end=30** | ||
| + | * Number of days = 0 is a special case, like TODAY but with %%hr:min = 00:00%% | ||
| \\ | \\ | ||