{{indexmenu_n>100}}
====== Kalender (alte Version) ======
Download: [[http://forum.phpwcms.org/viewtopic.php?p=103834#p103834]]
Modul: {{:deutsch:module:20080519_calendar_dev.zip|Modul Kalender/Events }} //(ab V1.4.2 r348 integriert)//
Geänderte Datei für wysiwyg Ausgabe und Bild aus Dateizentrale //(bis V1.4.2 r347)//:
{{:deutsch:module:calendar01.zip|Komplettes Set , CSS, Templ, php}}
\\
> Der RT in einem CP HTML oder "Einfacher Text" sieht zur Zeit //(ab V1.42 r348)// aus:
>
> Tags des Kalenders: [[http://forum.phpwcms.org/viewtopic.php?p=106796#p106796]]
{CALENDAR:
items=10
template=my_dates_list_de.html
lang=de
tag=tag1, tag2
tagmode=OR
date_start=01.01.2010
date_end=31.12.2010
href=index.php?ebene06
}
> tag1, tag2, usw. wird im Kalender bei Kalender: oder calendar: eingetragen, Komma separiert.
> So kann bei der Ausgabe noch einmal über verschiedenen Gruppen die den z.B. tag1 enthalten gefiltert werden.
> Tagmode im Moment nur OR möglich.
>
> Das Template liegt in /template/calendar/
\\
==== CSS: ====
Datei: **template/inc_css/specific/calendar.css**
/* Calendar */
.calendar {
padding: 10px 0 5px 0;
margin: 0;
clear: left;
margin: 0;
border-top: 1px solid #888;
width: 500px;
margin-bottom:10px;
}
.calendar div.date {
float: left;
position: relativ;
background-color: #baeaea;
text-align: left;
line-height: 100%;
width: 120px;
height: 60px;
margin: 0;
padding: 5px 0 10px 5px;
font-size: 1.2em;
}
.calendar div.detail {
position: relativ;
background-color: transparent;
width: auto;
line-height: 100%;
/* float: left; */
margin: 0 0 0 125px;
padding: 0px 0 10px 20px;
font-size: 1.3em;
border-left: 1px solid #ccc;
}
.calendar div.date strong {
width: 100px;
text-align: left;
padding-top: 5px;
letter-spacing: .06em;
}
.calendar div.date div.day,
.calendar div.date div.day-short_month {
float: none;
padding: 0 0 10px 0;
font-weight: bold;
letter-spacing: .1em;
line-height: 108%;
font-size: 30px;
color: #888;
}
.calendar div.date div.day-short_month {
letter-spacing: .01em;
}
.calendar div.date div.day-word {
float: none;
padding: 0 0 4px 0;
margin: 0;
font-weight: bold;
letter-spacing: .1.5em;
line-height: 108%;
}
.calendar div.date div.day-month-year {
float: none;
padding: 0;
font-weight: normal;
letter-spacing: .05em;
line-height: 100%;
}
.calendar div.date div.year {
float: none;
width: auto;
padding: 0;
font-weight: normal;
letter-spacing: .1em;
line-height: 108%;
}
.calendar div.detail h2 {
/* padding: 1px 0 2px 120px; */
margin: 0;
padding: 0 0 10px 0;
font-size: 1.5em;
font-family: "HelveticaNeue Condensed", "Arial Narrow", "Helvetica Condensed", Arial, Helvetica, sans-serif;
font-weight: normal;
line-height: 100%;
color: #666;
}
.calendar div.detail p {
padding: 0 0 0 0;
margin: 0;
}
.calendar div.detail p.place {
font-weight: bold;
color: #666;
font-size: 1.1em;
padding-bottom: 3px;
}
.calendar div.detail div.textlong {
font-weight: normal;
color: #666;
font-size: 1.0em;
padding-bottom: 3px;
}
.calendar div.detail a {
text-decoration: none;
}
.calendar div.detail h2 a {
color: #7C8084;
}
.calendar div.detail a:hover {
color: #000000;
text-decoration: underline;
}
.calendar div.teaser {
line-height: 140%;
margin: 0;
padding: 0;
}
\\