]> git.mjollnir.org Git - moodle.git/commitdiff
More short tags
authormoodler <moodler>
Thu, 11 Sep 2003 13:21:56 +0000 (13:21 +0000)
committermoodler <moodler>
Thu, 11 Sep 2003 13:21:56 +0000 (13:21 +0000)
backup/backup_check.html
backup/backup_form.html
backup/restore_form.html
mod/quiz/edit.php
mod/quiz/numerical.html
mod/resource/details.php
mod/survey/view.php
mod/workshop/mod.html

index 82ba45f2862ea05830fd7b5f04eaffe157713ebb..1faaafc589cdebc53a2c02d01ef5a32c844df366 100644 (file)
@@ -75,7 +75,7 @@
 
 <form name="form" method="post" <?php echo $onsubmit ?> action="<?php echo $ME ?>">
 <table cellpadding=5>
-<?
+<?php
 
     //Now print the Backup Name tr
     echo "<tr>";
index 6adba0d991dc6b7a7991dfb397e60113fc334d8d..c0c5bb6d236ea3243fbf7d3f53a0399f79550c63 100644 (file)
@@ -76,7 +76,7 @@
 
 <form name="form" method="post" <?php echo $onsubmit ?> action="<?php echo $ME ?>">
 <table cellpadding=5>
-<?
+<?php
     if ($allmods = get_records("modules") ) {
         foreach ($allmods as $mod) {
             $modname = $mod->name;
index 88f07ad66abd40caf2332a181a201c82315dd9a5..590aa680e585d019f6f1e5576f43a185dc4b876a 100644 (file)
 
 <form name="form" method="post" <?php echo $onsubmit ?> action="<?php echo $ME ?>">
 <table cellpadding=5>
-<?
+<?php
 
     //First, course destination
     //Print the full tr
index 76b7c1f94b965ce0d8d7a2be286aab297b4a834d..260d1f110df0cf61b0503bd1012e0d9a3ee3ebb6 100644 (file)
         <INPUT type="submit" name=cancel value="<?php  print_string("cancel") ?>">
         </FORM>
         </CENTER>
-        <?
+        <?php
         print_simple_box_end();
     echo "</TD><TD VALIGN=top WIDTH=50%>";
         print_simple_box_start("CENTER", "100%", $THEME->body);
index 6f110fc8bf735d2229f1f1eb08efd7ef951d39e2..3b8f5c09defec9cbb7f12868cab3296934d042f9 100644 (file)
@@ -44,7 +44,7 @@
 
 <TR valign=top>
     <TD align=right><P><B><?php  print_string("correctanswer", "quiz") ?>:</B></P></TD>
-    <?
+    <?php
         // Even thou the rest of the module can handle up to six numerical answers,
         // this form will limit the number of numerical answers to one only.
         if (is_numeric($answers[0]->min) && is_numeric($answers[0]->answer)) {
index 94b011a1a3d658faa57d5251116e368662d3eecc..a134fce1d24610012153ca3e3b2bfb136521e993 100644 (file)
@@ -69,7 +69,7 @@
                     </td>
                 </TR>
 
-                <?
+                <?php
                 break;
 
             case WEBPAGE:
@@ -91,7 +91,7 @@
                     </td>
                 </tr>
 
-                <?
+                <?php
                 break;
 
             case WEBLINK:
                     </td>
                 </tr>
 
-                <?
+                <?php
                 break;
 
             case PROGRAM:
                     </td>
                 </tr>
 
-                <?
+                <?php
                 break;
 
             case UPLOADEDFILE:
                         <p><b><?php echo $strfilename?>:</b></p>
                     </td>
                     <td>
-                        <?
+                        <?php
                           $rootdir = $CFG->dataroot."/".$course->id;
                           $coursedirs = get_directory_list($rootdir, $CFG->moddata);
                           foreach ($coursedirs as $dir) {
                     </td>
                 </tr>
 
-                <?
+                <?php
                 break;
 
             case PLAINTEXT: 
                         <textarea name="alltext" rows=20 cols=50 wrap="virtual"><?php  p($form->alltext) ?></textarea>
                     </td>
                 </tr>
-                <?
+                <?php
                 break;
 
             case WIKITEXT:
                         <textarea name="alltext" rows="20" cols="50" wrap="virtual"><?php  p($form->alltext) ?></textarea>
                     </td>
                 </tr>
-                <?
+                <?php
                 break;
 
             case HTML:
                         <?php  print_textarea($usehtmleditor, 20, 50, 680, 400, "alltext", $form->alltext); ?>
                     </td>
                 </tr>
-                <?
+                <?php
                 break;
 
             default:
         <input type="submit" name=cancel value="<?php  print_string("cancel") ?>">
         </center>
         </form>
-<?
+<?php
         if ($usehtmleditor and $form->type == HTML) {
             print_richedit_javascript("theform", "alltext", "yes");
         }
index 7120f3f2daab03e775b8e484fbeefef9bb7de15a..4cb7fb5b0321a82f3904ce30c30ea46a483aa329 100644 (file)
@@ -149,7 +149,7 @@ function checkform() {
 
 </center>
 
-<?
+<?php
    echo "</form>";
 
    print_footer($course);
index ed98371ec65ea8c4865f77202d46bbb31de4550b..26d09a369f60000d69f02b2b702cb3794edfd577 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
        // set the defaults...
     if ($usehtmleditor = can_use_richtext_editor()) {
         $defaultformat = FORMAT_HTML;
@@ -84,7 +84,7 @@
 <tr valign=top>
     <td align=right><P><B><?php  print_string("maximumgrade") ?>:</B></P></TD>
     <td>
-        <?
+        <?php
         for ($i=100; $i>=0; $i--) {
             $grades[$i] = $i;
         }
 <tr valign=top>
     <td align=right><P><B><?php  print_string("numberofassessmentelements", "workshop") ?>:</B></P></TD>
     <td valign="middle">
-        <?
+        <?php
         for ($i=20; $i>=0; $i--) {
             $numbers[$i] = $i;
         }
 <tr valign=top>
     <td align=right><P><B><?php  print_string("maximumsize", "workshop") ?>:</B></P></TD>
     <td>
-        <?
+        <?php
         $sizelist = array("10Kb", "50Kb", "100Kb", "500Kb", "1Mb", "2Mb", "5Mb", "10Mb", "20Mb", "50Mb");
         $maxsize = get_max_upload_file_size();
         $sizeinlist = false;
 
 <tr valign=top>
     <td align=right><P><B><?php  print_string("deadline", "workshop") ?>:</B></td>
-    <td><?
+    <td><?php
            print_date_selector("deadlineday", "deadlinemonth", "deadlineyear", $form->deadline);
            echo "&nbsp;-&nbsp;";
            print_time_selector("deadlinehour", "deadlineminute", $form->deadline);