|
You can now publish any public dates by location and category on any web page.
Let us suppose that you have a web page which on which you are interested in showing
all the martial arts activities in the small (but very beautiful) town of Alaró in Mallorca.
By including the apply_filters tag in the applet and then specifying the location and
category tags you will show all these dates no matter who has published them through their diary.
This diary then remains up to date as other people change the events information for you
<APPLET
CODEBASE = "http://www.allmydates.com/" CODE = "MaiPlanner.Applets.EmbeddedChart.class"
ARCHIVE = "MWMain.jar,MW2Main.jar,MaiPlannerMain.jar,EmbeddedChart.jar,MaiArchFrame.jar"
NAME = "AllMyDates" WIDTH = 620 HEIGHT = 320 HSPACE = 0 VSPACE = 0
ALIGN = middle<
<PARAM name = "bgcolor" VALUE = "255,255,255">
<PARAM name = "user" VALUE = "martin watts">
<PARAM name = "background_color" VALUE = "240,255,240">
<PARAM name = "weekend_color" VALUE = "220,255,220">
<PARAM name = "text_color_past" VALUE = "150,150,150">
<PARAM name = "text_color_future" VALUE = "150,150,150">
<PARAM name = "new_year_color" VALUE = "100,100,100">
<PARAM name = "current_day_highlight" VALUE = "100,100,100">
<PARAM name = "selected_day_background" VALUE = "233,233,233">
<PARAM name = "selected_day_foreground" VALUE = "0,0,40">
<PARAM name = "grid_color" VALUE = "200,200,200">
<PARAM name = "day_text_color" VALUE = "0,0,0">
<PARAM name = "month_text_color" VALUE = "0,0,0">
<PARAM name = "diary_event_color" VALUE = "180,0,0">
<PARAM name = "scale" VALUE = "0.75">
<PARAM name = "view" VALUE = "YEAR">
<PARAM name = "apply_filters" VALUE = "yes">
<PARAM name = "country" VALUE = "Spain">
<PARAM name = "region" VALUE = "Mallorca">
<PARAM name = "town" VALUE = "Alaró">
<PARAM name = "category" VALUE = "Sport">
<PARAM name = "subcategory" VALUE = "Martial Arts">
</APPLET>
If you want to leave out any of these tags that is fine, so for example if you just want to
show all sports, leave out the subcategory tag, or if you just want to show all the
dates for Mallorca, leave out the town tag.
|