
I adapted it's code? and added a clock instead (see 'colour changes' in this section) Ok, It's not state of the art but, I do like to personalize stuff, even if it makes no sense to others


For anyone who might like a clock too, here's is what I added to 'top.jsp'
- Code: Select all
<td>
<table><tr align="middle"><td style="min-width:4em;padding-right:2.5em"><embed src="http://www.adamdorman.com/flash/flip_clock_black_24_w-secs.swf" width="100" height="32" type="application/x-shockwave-flash" wmode="opaque" quality="high"></embed></td>
<td style="min-width:4em;padding-right:1.5em">
Immediately before:
- Code: Select all
<a href="home.view?" target="main"><img src="<spring:theme code="homeImage"/>" title="${home}" alt="${home}"></a><br>
<a href="home.view?" target="main">${home}</a>
</td>
There are a number of clocks available, if you're not into retro 'flip' clocks. You will almost definitely have to resize your clock, in order for it to fit in correctly. Stop SS, stick the swf file into the flash folder in your SS directory, add the code, restart SS, and you're done.
MOD: Fixed the paste error and deleted the second post...