|
You can now publish your public dates on any web page.
This is useful for organisations which have a lot of dates which are open to the public, such as a concert hall or a school.
It will not be possible for anyone to edit the dates shown, but anyone with an allmydates account can copy any
dates that they are interested to their own calendar.
Let us suppose that you have an account called Bodorgan Concerts which contains concert dates and you also have a music website
which is interested in live concerts. If you include the following HTML in any page of the website then your diary will be embedded in
the page for people to view. Remember, it will only show dates that you have specifically categorised as public.
<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 = "bodorgan house">
<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">
</APPLET>
Just change the account name to your own account to use this HTML.
In order for the calendar to match the design of your website you can change the colouring by changing the colours in
the HTML above.
For more detailed information about specific dates you can also attach Hyperlinks to the diary entries, so that your
website browser can jump straight to a relevant website.
|