]> git.mjollnir.org Git - moodle.git/commitdiff
short php tags once more
authorskodak <skodak>
Tue, 7 Mar 2006 21:46:34 +0000 (21:46 +0000)
committerskodak <skodak>
Tue, 7 Mar 2006 21:46:34 +0000 (21:46 +0000)
13 files changed:
admin/handlevirus.php
admin/process_email.php
auth/shibboleth/config.html
lang/en_utf8/block_loancalc.php
lib/editor/htmlarea/popups/preview.php
mod/chat/gui_header_js/jsupdate.php
mod/data/field/file/mod.html
mod/data/field/menu/mod.html
mod/data/field/picture/mod.html
mod/data/field/url/mod.html
mod/hotpot/show.php
question/category_class.php
user/message.html

index 5d4b022b5cfe9ecf547a05e5aaa98d4e8d67c0cb..f2b20e2126a3d089ba222963ff28589f013078a1 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php // $Id$
 /** This expects the output from a command like
  * clamscan -r --infected --no-summary <files> 2>&1 | php -d error_log=/path/to/log thisfile.php 
  * also it's important that the output of clamscan prints the FULL PATH to each infected file, so use absolute paths for area to scan
index 66d5f855536f1a1118f0f9fa5794d4cad9b008f2..77f72c3f923f6cf3c46852eb32faaaaa7ffa7cda 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/php -f
-<?
+<?php // $Id$
 define('FULLME','cron'); // prevent warnings
 //error_reporting(0);
 //ini_set('display_errors',0);
index 42b7e686d9777bc19f6469003731cc5eb393bd56..82225c630d2d788811fa03cc51226bfc809f0550 100755 (executable)
@@ -45,7 +45,7 @@
     <td align="right"><?php  print_string("auth_shib_convert_data", "auth") ?>:</td>
     <td>
     <input name="pluginconfig_convert_data" type="text" size="30" value="<?php echo $pluginconfig->convert_data?>"> 
-    <? 
+    <?php 
           if ($pluginconfig->convert_data && $pluginconfig->convert_data != '' && !is_readable($pluginconfig->convert_data)){
               echo '<br><font color="red">';
               print_string("auth_shib_convert_data_warning", "auth");
index 1390a79817dcd4beed4b943d6a865caee6ad4d5a..e3232451b844fe59f57b907611c5330b4408de1e 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php // $Id$
 $string['loancalc'] = 'Loan calculator';
 $string['amountofloan'] = 'Amount of loan';
 $string['repaymentamount'] = 'Repayment amount';
index e4f4854fdf70e9f86579d6bd1eb78d8f285f6cce..553eda90b0478c6fbd797a3b2ba83360aa7e028e 100644 (file)
@@ -29,7 +29,7 @@
 </head>
 <body bgcolor="#ffffff">
 
-<? echo $imagetag ?>
+<?php echo $imagetag ?>
 
 </body>
 </html>
index f8edc4a625ce183dc114178522e94d9219fae3c6..8e0454e430a3bac0a3b16fb4af61ba9797081a44 100644 (file)
                 echo '<embed src="../beep.wav" autostart="true" hidden="true" name="beep" />';
             }
         ?>
-       <a href="<? echo $refreshurl ?>" name="refreshLink">Refresh link</a>
+       <a href="<?php echo $refreshurl ?>" name="refreshLink">Refresh link</a>
     </body>
 </html>
index e4d38fb7946b5db7c5ea476c6f60e8233bebee9d..c116003fcfe385f8dd940fbb0c4c9d6fc6d52e90 100755 (executable)
@@ -15,7 +15,7 @@
     </tr>
     <tr>
         <td>
-            <?php echo get_string('fielddescription', 'data'); ?>:</td><td><input style="width:300px;" type="text" name="description" id="description" value = "<? echo ($field->description);?>" />
+            <?php echo get_string('fielddescription', 'data'); ?>:</td><td><input style="width:300px;" type="text" name="description" id="description" value = "<?php echo ($field->description);?>" />
         </td>
     </tr>
     <tr>
index 14920b2ba1c08be7f4842e3b3c54a314ed028096..bbca8b2bc23106281430fabc768f6ecb44d07a6e 100755 (executable)
@@ -15,7 +15,7 @@
     </tr>
     <tr>
         <td><?php echo get_string('fielddescription', 'data'); ?>:</td>
-        <td><input style="width:300px;" type="text" name="description" id="description" value = "<? echo ($field->description);?>" /></td>
+        <td><input style="width:300px;" type="text" name="description" id="description" value = "<?php echo ($field->description);?>" /></td>
     </tr>
     <tr>
         <td valign="top"><?php echo get_string('fieldoptions', 'data'); ?>:</td>
index 34cc32dd6db72abf51e2eaed2c5b4a5e06b79af7..7b55351687b0983034f3702a5fc23abf4d81de02 100755 (executable)
@@ -15,7 +15,7 @@
             <?php echo get_string('fielddescription', 'data');?>:
         </td>
         <td>
-            <input style="width:300px;" type="text" name="description" id="description" value = "<? echo ($field->description);?>" />
+            <input style="width:300px;" type="text" name="description" id="description" value = "<?php echo ($field->description);?>" />
         </td>
     </tr>
     <tr>
@@ -23,7 +23,7 @@
             <?php echo get_string('fieldwidthsingleview', 'data');?>:
         </td>
         <td>
-            <input style="width:70px;" type="text" name="param1" id="param1" value = "<? if (!empty($field->param1)) echo $field->param1; ?>" />
+            <input style="width:70px;" type="text" name="param1" id="param1" value = "<?php if (!empty($field->param1)) echo $field->param1; ?>" />
         </td>
     </tr>
     <tr>
             <?php echo get_string('fieldheightsingleview', 'data');?>:
         </td>
         <td>
-            <input style="width:70px;" type="text" name="param2" id="param2" value = "<? if (!empty($field->param2)) echo $field->param2; ?>" />
+            <input style="width:70px;" type="text" name="param2" id="param2" value = "<?php if (!empty($field->param2)) echo $field->param2; ?>" />
         </td>
     </tr>
     <tr>
         <td>
-            <?php echo get_string('fieldwidthlistview', 'data');?>:</td><td><input style="width:70px;" type="text" name="param4" id="param4" value = "<? if (!empty($field->param4)) echo $field->param4; ?>" />
+            <?php echo get_string('fieldwidthlistview', 'data');?>:</td><td><input style="width:70px;" type="text" name="param4" id="param4" value = "<?php if (!empty($field->param4)) echo $field->param4; ?>" />
         </td>
     </tr>
     <tr>
@@ -44,7 +44,7 @@
             <?php echo get_string('fieldheightlistview', 'data');?>:
         </td>
         <td>
-            <input style="width:70px;" type="text" name="param5" id="param5" value = "<? if (!empty($field->param5)) echo $field->param5; ?>" />
+            <input style="width:70px;" type="text" name="param5" id="param5" value = "<?php if (!empty($field->param5)) echo $field->param5; ?>" />
         </td>
     </tr>
     <tr>
index 8c7c855c2c05067be400942326ec7d0221cc57cd..d6632cdce95ff19d725d2d85cdb2c3c1cfe9da7b 100755 (executable)
@@ -18,7 +18,7 @@
             <?php echo get_string('fielddescription', 'data'); ?>:
         </td>
         <td>
-            <input style="width:350px;" type="text" name="description" id="description" value = "<? echo ($field->description);?>" />
+            <input style="width:350px;" type="text" name="description" id="description" value = "<?php echo ($field->description);?>" />
         </td>
     </tr>
     <tr>
index d5e4867746aa7bcb95af2efcf4e69b5ed10dc5ce..923780f038d81a538c773b1a69ea44cb834b287f 100644 (file)
                }
                if (obj && window.clipboardData) {
                        window.clipboardData.setData("Text", obj.innerText);
-                       alert('<? print_string('copiedtoclipboard', 'hotpot') ?>');
+                       alert('<?php print_string('copiedtoclipboard', 'hotpot') ?>');
                }
        }
-       document.write('<span class="helplink"> &nbsp; <a href="javascript:copy_contents()"><? print_string('copytoclipboard', 'hotpot') ?></A></span>');
+       document.write('<span class="helplink"> &nbsp; <a href="javascript:copy_contents()"><?php print_string('copytoclipboard', 'hotpot') ?></A></span>');
 -->
 </script>
 <?php
index 83fc936f4988f0e5d1bbba0ce6a902301ac242d5..240d596b41d04798dbd6ac96cf635cf86747ccc4 100644 (file)
@@ -1,4 +1,4 @@
-<? // $Id:
+<?php // $Id$
 /**
 * Class question_category_object
 *
index 09b257523deab7a6f1d47b1955584f8445af9371..0db9f18474ad71f1f194e923fd0b38f78c79c27a 100644 (file)
@@ -49,7 +49,7 @@
 <tr><td align="center" colspan="2"><input type="submit" name="preview" value="Preview" /></td></tr>
 </table>
 <?php print_simple_box_end(); ?>
-<table align="center"><tr><th colspan="4"><? print_string('currentlyselectedusers'); ?></th></tr>
+<table align="center"><tr><th colspan="4"><?php print_string('currentlyselectedusers'); ?></th></tr>
 <?php
     if (count($SESSION->emailto[$id])) {
         if (!$course->teacher) {