dive into mark

You are here: dive into markArchivesAugust 2002Full-screen calendars in Movable Type

Tuesday, August 6, 2002

Full-screen calendars in Movable Type

Sample: August 2002. Stylesheet: calendar.css. Bullet: black2.gif. (Expected in /images/; change the stylesheet if you put it somewhere else.) Inspiration: Mena Trott. Relevant excerpt from Movable Type monthly template:

<div class="largecalendar">
<table cellpadding=”0″ cellspacing=”0″ summary=”Monthly calendar with links to each day’s posts”>
<caption><span class=”prevmonth”><MTArchivePrevious><a href=”<$MTArchiveLink$>” title=”<$MTArchiveTitle$>”>&lt;&lt;</a></MTArchivePrevious></span>
<$MTEntryDate format=”%B %Y”$>
<span class=”nextmonth”><MTArchiveNext><a href=”<$MTArchiveLink$>” title=”<$MTArchiveTitle$>”>&gt;&gt;</a></MTArchiveNext></span>
</caption>
<thead>
<tr>
<th class=”sun”>Sunday</th>
<th class=”mon”>Monday</th>
<th class=”tue”>Tuesday</th>
<th class=”wed”>Wednesday</th>
<th class=”thu”>Thursday</th>
<th class=”fri”>Friday</th>
<th class=”sat”>Saturday</th>
</tr>
</thead>
<tbody>
<MTCalendar month=”this”>
<MTCalendarWeekHeader><tr></MTCalendarWeekHeader>
<td class=”d<$MTCalendarCellNumber$>”>
<MTCalendarIfEntries>
<a class=”daytitle” href=”<MTEntries lastn=”1″><$MTEntryLink$></MTEntries>”><$MTCalendarDay$></a>
<ul>
<MTEntries lastn=”1″>
<li class=”first”><a href=”<$MTEntryLink$>”><$MTEntryTitle$></a></li>
</MTEntries>
<MTEntries lastn=”999″ offset=”1″>
<li><a href=”<$MTEntryLink$>”><$MTEntryTitle$></a></li>
</MTEntries>
</ul>
</MTCalendarIfEntries>
<MTCalendarIfNoEntries>
<div class=”daytitle”><$MTCalendarDay$></div>
</MTCalendarIfNoEntries>
<MTCalendarIfBlank>&nbsp;</MTCalendarIfBlank>
</td>
<MTCalendarWeekFooter></tr></MTCalendarWeekFooter>
</MTCalendar>
</tbody>
</table>
</div> <!–calendar–>

Filed under , , , ,

Respond privately

I am no longer accepting public comments on this post, but you can use this form to contact me privately. (Your message will not be published.)



Recent Stuff For You, Special Price Stay Here
  • Greasemonkey Hacks
Good Stuff Buy The Cow Go Away
Dive Into Python
Powered by Google Drink The Milk Don't Steal

 

posts / comments
© 2001-8 Mark Pilgrim