". __('OPML:') ."\n"; echo "
\n"; echo "
\n" ."" . __('Import OPML:') . ""; echo "
\n"; echo "

\n"; echo "\n"; echo "

\n"; echo '

\n"; echo '' . "\n"; echo '\n"; echo '

' . "\n"; /* define ('CST_ADMIN_OPML_IMPORT_WIPE',1); define ('CST_ADMIN_OPML_IMPORT_FOLDER',2); define ('CST_ADMIN_OPML_IMPORT_MERGE',3); */ echo "\n" ."

".__('Import new feeds and:')."

" ."

\n" ."

\n" ."

\n" ."" .rss_toolkit_folders_combo('opml_import_to_folder',null) ."

\n" ."

\n" ."

\n" .""; echo "

\n"; echo "

\n"; echo "
\n"; echo "
\n"; // export opml_export_form(); dump_export_form(); echo "
\n"; } /*************** OPML Export ************/ function opml_export_form() { if (getConfig('rss.output.usemodrewrite')) { $method ="post"; $action = getPath() ."opml"; } else { $method ="get"; $action = getPath() ."opml.php"; } echo "
\n".__('Export OPML:')."\n"; echo "
\n" ."

\n" ."" ."

\n
\n" ."
\n"; } /***** DUMP ******/ function dump_export_form() { echo "
\n".__('XML Dump:')."\n"; echo "
\n" ."

\n" ."" ."\n" ."\n" ."

\n
\n" ."
\n"; } ?>