From: <cl...@us...> - 2004-10-02 00:18:19
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7517/templates/default Modified Files: admin.tpl Log Message: Moved admin into it's own folder for http authentication. Index: admin.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/admin.tpl,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** admin.tpl 1 Oct 2004 22:26:26 -0000 1.10 --- admin.tpl 2 Oct 2004 00:17:58 -0000 1.11 *************** *** 11,18 **** <table width="120" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> ! <td><a class="psf" href="day.php?cal={CAL}&getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/day_on.gif" alt="{L_DAY}" border="0" /></a></td> ! <td><a class="psf" href="week.php?cal={CAL}&getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/week_on.gif" alt="{L_WEEK}" border="0" /></a></td> ! <td><a class="psf" href="month.php?cal={CAL}&getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/month_on.gif" alt="{L_MONTH}" border="0" /></a></td> ! <td><a class="psf" href="year.php?cal={CAL}&getdate={GETDATE}"><img src="templates/{TEMPLATE}/images/year_on.gif" alt="{L_YEAR}" border="0" /></a></td> </tr> </table> --- 11,18 ---- <table width="120" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> ! <td><a class="psf" href="day.php?cal={CAL}&getdate={GETDATE}"><img src="../templates/{TEMPLATE}/images/day_on.gif" alt="{L_DAY}" border="0" /></a></td> ! <td><a class="psf" href="week.php?cal={CAL}&getdate={GETDATE}"><img src="../templates/{TEMPLATE}/images/week_on.gif" alt="{L_WEEK}" border="0" /></a></td> ! <td><a class="psf" href="month.php?cal={CAL}&getdate={GETDATE}"><img src="../templates/{TEMPLATE}/images/month_on.gif" alt="{L_MONTH}" border="0" /></a></td> ! <td><a class="psf" href="year.php?cal={CAL}&getdate={GETDATE}"><img src="../templates/{TEMPLATE}/images/year_on.gif" alt="{L_YEAR}" border="0" /></a></td> </tr> </table> *************** *** 29,33 **** <td align="right"> <!-- switch logged_in2 on --> ! <a href="admin.php?action=logout">{L_LOGOUT}</a> <!-- switch logged_in2 off --> </td> --- 29,33 ---- <td align="right"> <!-- switch logged_in2 on --> ! <a href="index.php?action=logout">{L_LOGOUT}</a> <!-- switch logged_in2 off --> </td> *************** *** 44,48 **** <!-- switch display_login on --> ! <form action="admin.php?action=login" method="post"> <table cellspacing="0" cellpadding="0"> <tr> --- 44,48 ---- <!-- switch display_login on --> ! <form action="index.php?action=login" method="post"> <table cellspacing="0" cellpadding="0"> <tr> *************** *** 71,75 **** <b>{L_ADDUPDATE_CAL}</b><br /> {L_ADDUPDATE_DESC}<br /><br /> ! <form action="admin.php" method="post" enctype="multipart/form-data"> <input type="hidden" name="action" value="addupdate"> <table width="100%" border="0" cellspacing="0" cellpadding="2" class="G10B"> --- 71,75 ---- <b>{L_ADDUPDATE_CAL}</b><br /> {L_ADDUPDATE_DESC}<br /><br /> ! <form action="index.php" method="post" enctype="multipart/form-data"> <input type="hidden" name="action" value="addupdate"> <table width="100%" border="0" cellspacing="0" cellpadding="2" class="G10B"> *************** *** 105,109 **** <b>{L_DELETE_CAL}</b> ! <form action="admin.php" method="post"> <table width="100%" border="0" cellspacing="0" cellpadding="2" class="G10B"> {DELETE_TABLE} --- 105,109 ---- <b>{L_DELETE_CAL}</b> ! <form action="index.php" method="post"> <table width="100%" border="0" cellspacing="0" cellpadding="2" class="G10B"> {DELETE_TABLE} |