|
From: <ji...@us...> - 2008-12-29 03:30:46
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/red In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12140/templates/red Modified Files: default.css event.tpl Log Message: tweak bump rc version Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/red/default.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** default.css 18 May 2007 19:03:08 -0000 1.1 --- default.css 29 Dec 2008 03:30:36 -0000 1.2 *************** *** 84,91 **** /* This is the main link style */ a.psf { text-decoration: none; } ! a.psf:link { color: #a01010; } ! a.psf:visited { color: #a01010; } a.psf:active { color: #3366CC; } ! a.psf:hover { color: #000099; text-decoration: underline; } /* This is the link style for the mini-cals */ --- 84,91 ---- /* This is the main link style */ a.psf { text-decoration: none; } ! a.psf:link { color: #FF9999; } ! a.psf:visited { color: #FF9999; } a.psf:active { color: #3366CC; } ! a.psf:hover { color: #FF0099; text-decoration: underline; } /* This is the link style for the mini-cals */ Index: event.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/red/event.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** event.tpl 18 May 2007 19:03:08 -0000 1.1 --- event.tpl 29 Dec 2008 03:30:36 -0000 1.2 *************** *** 16,22 **** <td align="left" class="V12"> <div style="margin-left: 10px; margin-bottom:10px;"> ! <p>{EVENT_TEXT} - <span class="V9">(<i>{EVENT_TIMES}</i>)</span></p> <!-- switch description on --> ! <p>{DESCRIPTION}</p> <!-- switch description off --> <p> --- 16,22 ---- <td align="left" class="V12"> <div style="margin-left: 10px; margin-bottom:10px;"> ! <p><b>{L_SUMMARY}</b>:{EVENT_TEXT} - <span class="V9">(<i>{EVENT_TIMES}</i>)</span></p> <!-- switch description on --> ! <p><b>{L_DESCRIPTION}</b>:{DESCRIPTION}</p> <!-- switch description off --> <p> *************** *** 33,36 **** --- 33,39 ---- <b>{L_LOCATION}</b>: {LOCATION}<br /> <!-- switch location off --> + <!-- switch url on --> + <b>{L_URL}</b>: {URL}<br /> + <!-- switch url off --> </p> </div> |