NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:module:kalender:erweitert-v11 [2010/12/01 16:05] Knut Heermann (flip-flop) |
deutsch:module:kalender:erweitert-v11 [2018/06/03 18:08] (current) |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| - | Hinzugefügt: Wysiwyg Text und Thumb mit LighBox | + | **Hinzugefügt:** |
| - | Vorschaubild TAG beim Aufruf: z.B. ##WxHxCxQ=150x100x0x80## //(WIDTHxHEIGHTxCROPxQUALITY)// | + | * Wysiwyg Text |
| + | * Thumb mit LightBox | ||
| + | * TAG für Vorschaubild beim Aufruf: z.B. ##WxHxCxQ=150x100x0x80## //(WIDTHxHEIGHTxCROPxQUALITY)// | ||
| \\ | \\ | ||
| ---- | ---- | ||
| + | |||
| + | |||
| + | |||
| Docu: -- \\ | Docu: -- \\ | ||
| Line 48: | Line 53: | ||
| [TEXTLONG]{TEXTLONG}[/TEXTLONG] | [TEXTLONG]{TEXTLONG}[/TEXTLONG] | ||
| [IMAGE_CALENDAR]{IMAGE_CALENDAR}[/IMAGE_CALENDAR] | [IMAGE_CALENDAR]{IMAGE_CALENDAR}[/IMAGE_CALENDAR] | ||
| + | </code> | ||
| + | |||
| + | <code html |h template |h > | ||
| + | <div class="calendar"> | ||
| + | <div class="left"> | ||
| + | <div class="date"> | ||
| + | <p><strong>Startdatum: {STARTDATE:d.m.}</strong><strong class="year">{STARTDATE:Y}</strong></p> | ||
| + | <p><strong>Enddatum: {ENDDATE:d.m.}</strong><strong class="year">{ENDDATE:Y}</strong></p> | ||
| + | </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">Ort: {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> | </code> | ||
| Line 187: | Line 218: | ||
| ===== Download V1.1: ===== | ===== Download V1.1: ===== | ||
| - | * include/inc_module/mod_calendar/inc/calender.class.php | + | * include/inc_module/mod_calendar/inc/calendar.class.php |
| * template/inc_script/frontend_render/init_calendar.php | * template/inc_script/frontend_render/init_calendar.php | ||
| * template/calendar/calendar.html | * template/calendar/calendar.html | ||