'); $tabs = array( "Palm Desktop", "vCalendar", "iCalendar" ); if ( empty ( $tab ) ) $tab = 0; // $items - array of titles for tab // $sel - which item is currently selected (0 = first) function print_tabs ( $items, $sel=0 ) { // Start tab block echo "
\n"; echo "
\n"; // Print each tab for ( $i = 0; $i < count ( $items ); $i++ ) { echo " $items[$i]\n"; } echo "
\n"; // Start content area echo "
\n"; echo "

\n"; } // Close our tab area function end_tabs() { echo "
\n"; echo "
\n"; echo "
\n"; } ?>

Import




:

:
"> ..." onclick="window.open ( 'help_import.php', 'cal_help', 'dependent,menubar,scrollbars,height=400,width=400');">

.

:  
" /> ..." onclick="window.open ( 'help_import.php', 'cal_help', 'dependent,menubar,scrollbars,height=400,width=400');" />

.

:  
:   
" /> ..." onclick="window.open ( 'help_import.php', 'cal_help', 'dependent,menubar,scrollbars,height=400,width=400');" />
"; print_trailer (); ?>