NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:module:kalender:erweitert-v11 [2010/11/30 22:22] Knut Heermann (flip-flop) |
deutsch:module:kalender:erweitert-v11 [2018/06/03 18:08] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| {{indexmenu_n>10}} | {{indexmenu_n>10}} | ||
| - | ====== Erweitert Wysiwyg-Text u. Bild ====== | + | ====== Erweitert Wysiwyg-Text u. Bild (V1.1) ====== |
| - | 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: -- \\ | ||
| + | Forum: -- | ||
| + | |||
| + | **Autor:** K.Heermann (flip-flop) http://planmatrix.de \\ | ||
| + | **CMS Version:** >= V1.4.2 r348 \\ | ||
| + | **Version:** V1.1 //(29.11.2010)// \\ | ||
| + | **Verzeichnis:** include/inc_module/mod_calendar/inc/ * \\ | ||
| + | **Bedingung:** -- | ||
| + | |||
| + | |||
| + | ---- | ||
| + | \\ | ||
| **TAG-Set:** | **TAG-Set:** | ||
| Line 33: | 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 118: | Line 164: | ||
| folgende Funktion einfügen | folgende Funktion einfügen | ||
| - | <code php> | + | <code php |h image_calendar|h > |
| /** | /** | ||
| * ======================================= | * ======================================= | ||
| Line 167: | Line 213: | ||
| } // ===== END function image_calendar | } // ===== END function image_calendar | ||
| </code> | </code> | ||
| + | |||
| + | \\ | ||
| + | |||
| + | ===== Download V1.1: ===== | ||
| + | |||
| + | * include/inc_module/mod_calendar/inc/calendar.class.php | ||
| + | * template/inc_script/frontend_render/init_calendar.php | ||
| + | * template/calendar/calendar.html | ||
| + | * template/inc_css/specific/calendar.css | ||
| + | |||
| + | |||
| + | |||
| + | {{:deutsch:module:kalender:calendar_v11.zip|}} | ||
| + | |||
| + | |||
| \\ | \\ | ||
| --- //[[flip-flop@myrealbox.com|Knut Heermann (flip-flop)]] 2010/11/29 01:37// | --- //[[flip-flop@myrealbox.com|Knut Heermann (flip-flop)]] 2010/11/29 01:37// | ||