|
|
@ -16,15 +16,12 @@ $language_file[] = "learnpath"; |
|
|
|
$language_file[] = "scormdocument"; |
|
|
|
$language_file[] = "scormdocument"; |
|
|
|
// global settings initialisation |
|
|
|
// global settings initialisation |
|
|
|
require_once "../inc/global.inc.php"; |
|
|
|
require_once "../inc/global.inc.php"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$form_style = ' |
|
|
|
$form_style = ' |
|
|
|
<style> |
|
|
|
<style> |
|
|
|
.row { |
|
|
|
.row { |
|
|
|
width: 200px; |
|
|
|
width: 200px; |
|
|
|
} |
|
|
|
} |
|
|
|
.convert_button{ |
|
|
|
.convert_button{ |
|
|
|
background: url("../img/icons/22/learnpath.png") 0px 0px no-repeat; |
|
|
|
|
|
|
|
padding: 2px 0px 2px 22px; |
|
|
|
padding: 2px 0px 2px 22px; |
|
|
|
} |
|
|
|
} |
|
|
|
#dynamic_div_container{float:left;margin-right:10px;} |
|
|
|
#dynamic_div_container{float:left;margin-right:10px;} |
|
|
@ -98,9 +95,7 @@ $interbreadcrumb[] = array("url" => "../newscorm/lp_controller.php?action=list", |
|
|
|
$nameTools = get_lang("WoogieConversionPowerPoint"); |
|
|
|
$nameTools = get_lang("WoogieConversionPowerPoint"); |
|
|
|
Display :: display_header($nameTools); |
|
|
|
Display :: display_header($nameTools); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo '<span style="color: #5577af; font-size: 16px; margin-left: 10px;">'.get_lang("WelcomeWoogieSubtitle").'</span><br>'; |
|
|
|
//echo '<img src="../img/mascot.png"><br />'; |
|
|
|
|
|
|
|
echo '<span style="color: #5577af; font-size: 16px; font-family: Arial; margin-left: 10px;">'.get_lang("WelcomeWoogieSubtitle").'</span><br>'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$message = get_lang("WelcomeWoogieConverter"); |
|
|
|
$message = get_lang("WelcomeWoogieConverter"); |
|
|
|
|
|
|
|
|
|
|
@ -168,7 +163,8 @@ $user_file_template = |
|
|
|
EOT; |
|
|
|
EOT; |
|
|
|
$renderer->setElementTemplate($user_file_template); |
|
|
|
$renderer->setElementTemplate($user_file_template); |
|
|
|
|
|
|
|
|
|
|
|
$form->addElement('file', 'user_file', '<img src="../img/word_big.gif" align="absbottom" />'); |
|
|
|
$form->addElement('file', 'user_file', Display::return_icon('word_big.gif')); |
|
|
|
|
|
|
|
|
|
|
|
if (api_get_setting('search_enabled') == 'true') { |
|
|
|
if (api_get_setting('search_enabled') == 'true') { |
|
|
|
$form->addElement('checkbox', 'index_document', '', get_lang('SearchFeatureDoIndexDocument')); |
|
|
|
$form->addElement('checkbox', 'index_document', '', get_lang('SearchFeatureDoIndexDocument')); |
|
|
|
$form->addElement('html', '<br />'); |
|
|
|
$form->addElement('html', '<br />'); |
|
|
|