blog->settings->addNamespace('extmedia'); echo '\n"; ?> '.__('External media selector').''; if (!$m_url) { echo '
'. '

'.__('Supported media services').'

'. '

'.__('Please enter the URL of the page containing the video you want to include in your post.').'

'. '

'. form::field('m_url',50,250,html::escapeHTML($m_url)).'

'. '

'. $core->formNonce().'

'. '
'; } else { echo '
'.$m_object.'
'. '
'; $i_align = array( 'none' => array(__('None'),0), 'left' => array(__('Left'),0), 'right' => array(__('Right'),0), 'center' => array(__('Center'),1) ); echo '

'.__('Media alignment').'

'; echo '

'; foreach ($i_align as $k => $v) { echo '
'; } echo '

'; echo '

'.__('Media title').'

'. '

'; echo '

'.__('Cancel').' - '. ''.__('Insert').''. form::hidden('m_url',html::escapeHTML($m_url)). '

'; } ?>