blog->settings->addNamespace('extmedia'); echo '\n"; ?>
'.__('Please enter the URL of the page containing the video you want to include in your post.').'
'.__('Page URL:').' '. form::field('m_url',50,250,html::escapeHTML($m_url)).'
'. $core->formNonce().'
'; foreach ($i_align as $k => $v) { echo ''. form::radio(array('alignment'),$k,$v[1]).' '.$v[0].' '; } echo '
'.__('Title:').' '. form::field('m_title',50,250,html::escapeHTML($m_title)).'
'.__('Cancel').' - '. ''.__('Insert').''. form::hidden('m_url',html::escapeHTML($m_url)). '