Update of /cvsroot/phpicalendar/phpicalendar/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15403/templates/default
Modified Files:
header.tpl
Log Message:
Added JS.
Index: header.tpl
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/header.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** header.tpl 15 May 2004 02:42:17 -0000 1.7
--- header.tpl 11 Aug 2004 05:51:01 -0000 1.8
***************
*** 10,14 ****
<!-- switch rss_available off -->
{EVENT_JS}
! {TODO_JS}
</head>
<body>
--- 10,27 ----
<!-- switch rss_available off -->
{EVENT_JS}
! <script language="JavaScript" type="text/javascript">
! <!--
! function openTodoInfo(vtodo_array)
! {
! var windowW = 460;
! var windowH = 275;
! var url = "includes/todo.php?vtodo_array="+vtodo_array;
! options = "scrollbars=yes,width="+windowW+",height="+windowH;
! info = window.open(url, "Popup", options);
! info.focus();
! }
!
! //-->
! </script>
</head>
<body>
|