agenda-admin.tpl.php |
agenda-admin.tpl.php |
|
Template file for administrative page |
agenda-block.tpl.php |
agenda-block.tpl.php |
|
Template for displaying the agenda in a block |
agenda.admin.php |
agenda.admin.php |
|
Administration interface for the agenda module |
agenda.css |
agenda.css |
|
.agenda-block p { margin: 0; padding: 0; }
.agenda-block ol { list-style-type: none; margin: 0 0 1em 0; padding: 0; }
.agenda-block ol li { margin: .2em 0; padding: 1px 5px; color: white; font-size: 90%; background-image: none; }
.agenda-block ol li… |
agenda.info |
agenda.info |
|
name = Agenda
description = Show an agenda of events from a remote source
core = 6.x
dependencies[] = libraries |
agenda.install |
agenda.install |
|
Install, uninstall and scheme functions for the agenda module. |
agenda.module |
agenda.module |
|
|
README.txt |
README.txt |
|
Agenda
======
INTRODUCTION
------------
The Agenda module allows you to display a list of upcoming events from Google
Calendar as a block on your website.
The events are automatically downloaded and cached from the Calendar IDs
specified in the… |