From: <cl...@us...> - 2004-05-16 17:09:11
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9224/templates/default Modified Files: preferences.tpl Log Message: Validated XHMTL for preferences Index: preferences.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/preferences.tpl,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** preferences.tpl 8 Feb 2004 22:37:03 -0000 1.8 --- preferences.tpl 16 May 2004 17:09:01 -0000 1.9 *************** *** 36,68 **** <tr> <td valign="top" align="left"> ! <form action="preferences.php?action=setcookie" METHOD="post"> <table border="0" width="100%" cellspacing="2" cellpadding="2" align="center"> <tr align="left" valign="top"> ! <td width="80%" nowrap>{L_SELECT_LANG}:</td> <td width="10%"><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td> <td width="10%"><select name="cookie_language" class="query_style">{LANGUAGE_SELECT}</select></td> </tr> <tr align="left" valign="top"> ! <td nowrap>{L_SELECT_CAL}:</td> <td><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td> <td><select name="cookie_calendar" class="query_style">{CALENDAR_SELECT}</select></td> </tr> <tr align="left" valign="top"> ! <td nowrap>{L_SELECT_VIEW}:</td> <td><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td> <td><select name="cookie_view" class="query_style">{VIEW_SELECT}</select></td> </tr> <tr align="left" valign="top"> ! <td nowrap>{L_SELECT_TIME}:</td> <td><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td> <td><select name="cookie_time" class="query_style">{TIME_SELECT}</select></td> </tr> <tr align="left" valign="top"> ! <td nowrap>{L_SELECT_DAY}:</td> <td><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td> <td><select name="cookie_startday" class="query_style">{STARTDAY_SELECT}</select></td> </tr> <tr align="left" valign="top"> ! <td nowrap>{L_SELECT_STYLE}:</td> <td><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td> <td><select name="cookie_style" class="query_style">{STYLE_SELECT}</select></td> --- 36,68 ---- <tr> <td valign="top" align="left"> ! <form action="preferences.php?action=setcookie" method="post"> <table border="0" width="100%" cellspacing="2" cellpadding="2" align="center"> <tr align="left" valign="top"> ! <td width="80%" nowrap="nowrap">{L_SELECT_LANG}:</td> <td width="10%"><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td> <td width="10%"><select name="cookie_language" class="query_style">{LANGUAGE_SELECT}</select></td> </tr> <tr align="left" valign="top"> ! <td nowrap="nowrap">{L_SELECT_CAL}:</td> <td><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td> <td><select name="cookie_calendar" class="query_style">{CALENDAR_SELECT}</select></td> </tr> <tr align="left" valign="top"> ! <td nowrap="nowrap">{L_SELECT_VIEW}:</td> <td><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td> <td><select name="cookie_view" class="query_style">{VIEW_SELECT}</select></td> </tr> <tr align="left" valign="top"> ! <td nowrap="nowrap">{L_SELECT_TIME}:</td> <td><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td> <td><select name="cookie_time" class="query_style">{TIME_SELECT}</select></td> </tr> <tr align="left" valign="top"> ! <td nowrap="nowrap">{L_SELECT_DAY}:</td> <td><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td> <td><select name="cookie_startday" class="query_style">{STARTDAY_SELECT}</select></td> </tr> <tr align="left" valign="top"> ! <td nowrap="nowrap">{L_SELECT_STYLE}:</td> <td><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td> <td><select name="cookie_style" class="query_style">{STYLE_SELECT}</select></td> *************** *** 70,81 **** <!-- switch cookie_already_set on --> <tr align="left" valign="top"> ! <td nowrap>{L_UNSET_PREFS}:</td> <td><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td> ! <td><INPUT TYPE="checkbox" NAME="unset" VALUE="true"></td> </tr> <!-- switch cookie_already_set off --> <!-- switch cookie_not_set on --> <tr align="left" valign="top"> ! <td nowrap> </td> <td><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td> <td><input type="submit" name="set" value="{L_SET_PREFS}" /></td> --- 70,81 ---- <!-- switch cookie_already_set on --> <tr align="left" valign="top"> ! <td nowrap="nowrap">{L_UNSET_PREFS}:</td> <td><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td> ! <td><input type="checkbox" name="unset" value="true" /></td> </tr> <!-- switch cookie_already_set off --> <!-- switch cookie_not_set on --> <tr align="left" valign="top"> ! <td nowrap="nowrap"> </td> <td><img src="images/spacer.gif" alt=" " width="20" height="1" border="0" /></td> <td><input type="submit" name="set" value="{L_SET_PREFS}" /></td> |