From c37385bb5ebe089e652686cbb59071f9c16c7f96 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Wed, 7 Feb 2007 12:10:56 +0000 Subject: [PATCH] Whoops..... lots of clashes due to XHTML improvements in 1.8. Should be sorted. --- question/export.php | 69 ++++----------------------------------------- 1 file changed, 6 insertions(+), 63 deletions(-) diff --git a/question/export.php b/question/export.php index 294e12df02..a5b8e691ce 100644 --- a/question/export.php +++ b/question/export.php @@ -2,11 +2,7 @@ /** * Export quiz questions into the given category * -<<<<<<< export.php * @version $Id$ -======= -* @version $Id$ ->>>>>>> 1.22.2.2 * @author Martin Dougiamas, Howard Miller, and many others. * {@link http://moodle.org} * @license http://www.gnu.org/copyleft/gpl.html GNU Public License @@ -135,13 +131,8 @@ else { $efile = "{$CFG->wwwroot}/file.php?file=/".$qformat->question_get_export_dir()."/$exportfilename".$file_ext."&forcedownload=1"; } -<<<<<<< export.php - echo "

$download_str

"; - echo "

$downloadextra_str

"; -======= - echo "

$txt->download

"; - echo "

$txt->downloadextra

"; ->>>>>>> 1.22.2.2 + echo "

$txt->download

"; + echo "

$txt->downloadextra

"; print_continue("edit.php?courseid=$course->id"); print_footer($course); @@ -158,58 +149,12 @@ $exportfilename = default_export_filename($course, $category); } -<<<<<<< export.php - print_heading_with_help($strexportquestions, "export", "quiz"); - - print_simple_box_start("center"); - echo "
\n"; - echo '
'; - echo "\n"; - echo "\n"; - - echo "\n"; - - echo "\n"; - - echo "\n"; - - echo "\n"; -======= - // DISPLAY MAIN PAGE print_heading_with_help($txt->exportquestions, 'export', 'quiz'); - print_simple_box_start('center'); - + print_simple_box_start('center'); ?> ->>>>>>> 1.22.2.2 -<<<<<<< export.php - echo "
\n"; - print_string("category", "quiz"); - echo ":"; - if (!$showcatmenu) { // category already specified - echo question_category_coursename($category); - echo " id\" />"; - } else { // no category specified, let user choose - question_category_select_menu($course->id, true, false, $category->id); - } - //echo str_replace(' ', '', $category->name) . " ($categorycourse->shortname)"; - echo "
"; - print_string("fileformat", "quiz"); - echo ":"; - choose_from_menu($fileformatnames, "format", "gift", ""); - helpbutton("export", $strexportquestions, "quiz"); - echo "
"; - print_string("exportname", "quiz" ); - echo ":"; - echo ""; - echo "
"; - echo " id\" />"; - echo " "; - echo "
\n"; - echo '
'; - echo "
\n"; -=======
+
@@ -249,13 +194,11 @@ +
>>>>>> 1.22.2.2 + print_simple_box_end(); print_footer($course); ?> -<<<<<<< export.php -?>======= ->>>>>>> 1.22.2.2 -- 2.39.5