NAVIGATION
This shows you the differences between two versions of the page.
|
english:modules:calendar:enhanced-v12 [2011/04/10 15:02] Knut Heermann (flip-flop) |
english:modules:calendar:enhanced-v12 [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 104: | Line 104: | ||
| \\ | \\ | ||
| + | ===== Template V1.2a: ===== | ||
| + | |||
| + | In template/calendar/TemplateName.html | ||
| + | |||
| + | Adds to template V1.2: **[ALLDAY]** . . . **[/ALLDAY]** - **[ALLDAY_ELSE]** . . . **[/ALLDAY_ELSE]** to turn on/off specific entries for the switch "All Day". | ||
| + | <code> | ||
| + | [ALLDAY] . . . [/ALLDAY] | ||
| + | [ALLDAY_ELSE] . . . [/ALLDAY_ELSE] | ||
| + | </code> | ||
| + | |||
| + | \\ | ||
| + | |||
| + | **Example:** | ||
| + | <code html |h calendar_v12a.html |h > | ||
| + | <div class="calendar"> | ||
| + | <div class="left"> | ||
| + | <div class="date"> | ||
| + | <p><strong>[ALLDAY]Datum: [/ALLDAY][ALLDAY_ELSE]Start date: [/ALLDAY_ELSE] {STARTDATE:d.m.}</strong><strong class="year">{STARTDATE:Y}</strong></p> | ||
| + | [ALLDAY_ELSE]<p><strong>End date: {ENDDATE:d.m.}</strong><strong class="year">{ENDDATE:Y}</strong></p>[/ALLDAY_ELSE] | ||
| + | </div> | ||
| + | </div> | ||
| + | <div class="detail"> | ||
| + | <div class="image"> | ||
| + | [IMAGE_CALENDAR]{IMAGE_CALENDAR}[/IMAGE_CALENDAR] | ||
| + | </div> | ||
| + | <div class="teaser"> | ||
| + | [TITLE]<h2>{TITLE}</h2>[/TITLE] | ||
| + | [PLACE]<p class="place">Location: {PLACE}</p>[/PLACE] | ||
| + | [HREF]<div class="other">HREF: {HREF}</div>[/HREF] | ||
| + | [URL]<div class="other">URL: {URL}[TARGET]{TARGET}[/TARGET]</div>[/URL] | ||
| + | |||
| + | [TEXT]<div class="textlong">{TEXT}</div>[/TEXT] | ||
| + | [TEXTLONG]<div class="textlong">{TEXTLONG}</div>[/TEXTLONG] | ||
| + | </div> | ||
| + | </div> | ||
| + | <div style="clear:both;"><!--nop//--></div> | ||
| + | </div> | ||
| + | </code> | ||
| + | |||
| + | |||
| + | \\ | ||
| Line 118: | Line 159: | ||
| {{:deutsch:module:kalender:calendar_v12.zip|}} | {{:deutsch:module:kalender:calendar_v12.zip|}} | ||
| + | \\ | ||
| + | ===== Download V1.2a: ===== | ||
| + | |||
| + | **Update 04.01.2011:** With the TAG All Day [ALLDAY]...[/ALLDAY] : | ||
| + | |||
| + | * **include/inc_module/mod_calendar/inc/calendar_v12a.class.php** //(Update 04.01.2011)// //(Update 08.01.2011 file name changed)// | ||
| + | * **template/inc_script/frontend_render/init_calendar.php** //(Update 08.01.2011)// | ||
| + | * **template/calendar/calendar_v12a.html** //(Update 08.01.2011 file name changed)// | ||
| + | * **template/inc_css/specific/calendar_v12.css** //(Update 04.01.2011)// //(Update 08.01.2011 file name changed)// | ||
| + | |||
| + | |||
| + | {{:deutsch:module:kalender:calendar_v12a.zip|}} | ||
| \\ | \\ | ||
| + | |||
| + | |||
| + | ===== Download V1.2a completely: ===== | ||
| + | |||
| + | The complete module with all files. | ||
| + | |||
| + | <note important> | ||
| + | **Installation:** The old module in "include/inc_module/mod_calendar" must be deleted completly, or overwrite with this version. \\ | ||
| + | Please do not rename the path of the old version for parking, that does not work. \\ | ||
| + | \\ | ||
| + | **Delete the previous file %%"template/inc_script/frontend_render/init-calendar.php"%% or rename it to %%"init-calendar.php_"%% !!** | ||
| + | </note> | ||
| + | |||
| + | **Update 04.01.2011:** With the TAG All Day [ALLDAY]...[/ALLDAY] : | ||
| + | |||
| + | * **include/inc_module/mod_calendar/inc/calendar_v12a.class.php** //(Update 04.01.2011)// //(Update 08.01.2011 file name changed)// | ||
| + | * **template/inc_script/frontend_render/init_calendar.php** //(Update 08.01.2011)// | ||
| + | * **template/calendar/calendar_v12a.html** //(Update 08.01.2011 file name changed)// | ||
| + | * **template/inc_css/specific/calendar_v12.css** //(Update 04.01.2011)// //(Update 08.01.2011 file name changed)// | ||
| + | |||
| + | |||
| + | {{:deutsch:module:kalender:mod_calendar_v12a_all.zip|}} | ||
| + | |||
| + | \\ | ||
| + | |||
| --- //[[flip-flop@myrealbox.com|Knut Heermann (flip-flop)]] 2010/11/30 01:37// | --- //[[flip-flop@myrealbox.com|Knut Heermann (flip-flop)]] 2010/11/30 01:37// | ||