From: <par...@us...> - 2009-02-10 20:31:21
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26502/templates/default Added Files: Tag: phpicalendar-editor edit.tpl Log Message: Edit page, first draft --- NEW FILE: edit.tpl --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html;charset={CHARSET}"> <title>{CAL}</title> <link rel="stylesheet" type="text/css" href="../templates/{TEMPLATE}/default.css"> </head> <body> <center> <table border="0" width="430" cellspacing="0" cellpadding="0" class="calborder"> <tr> <td align="center" class="sideback"><div style="height: 17px; margin-top: 3px;" class="G10BOLD">{CAL}</div></td> </tr> <tr> <td align="left" class="V12"> <div style="margin-left: 10px; margin-bottom:10px;"> <p><b>{L_CALENDAR}</b>: {UID}</p> </div> </td> </tr> </table> </center> </body> </html> |