Replaced '<?php' with '<?'

This commit is contained in:
abraar
2011-01-06 11:11:53 +00:00
parent 693ea10113
commit 3562b03fa3
19 changed files with 41 additions and 41 deletions

View File

@@ -1,4 +1,4 @@
<?
<?php
/**
* inc.JSForms.php
*
@@ -34,7 +34,7 @@ $serverAjax = G::encryptLink($path.$showFieldAjax);
<script language="JavaScript">
function RefreshDependentFields(ObjectName, Fields, InitValue) {
<?
<?php
//global $G_FORM;
$HTTP_SESSION_VARS['INIT_VALUES'] = $G_FORM->Values;
global $HTTP_GET_VARS;
@@ -64,7 +64,7 @@ function RefreshDependentFields(ObjectName, Fields, InitValue) {
refillText( Fields[i],'<?=$serverAjax?>', 'function=text&field=' + Fields[i] + '&parent=' + ObjectName + '&value=' + TheObject.value + '<?=$Dynaform?>'+ '&application=' + '<?=$appid?>'+ '&Dynaform=' + '<?=$Dynaform?>' );
}
if(FldObj.type == 'select-one') {
if(FldObj.type == 'select-one') {
refillDropdown( Fields[i],'<?=$serverAjax?>', 'function=dropdown&field=' + Fields[i] + '&parent=' + ObjectName + '&value=' + TheObject.value + '<?=$Dynaform?>'+ '&application=' + '<?=$appid?>'+ '&Dynaform=' + '<?=$Dynaform?>'+ '&InitValue=' + InitValue , InitValue);
}
}else{
@@ -73,7 +73,7 @@ function RefreshDependentFields(ObjectName, Fields, InitValue) {
}
}
}
<?
<?php
// }
?>
}
@@ -85,7 +85,7 @@ function registerDate ( field, options ) {
Obj = getField( divName);
value = Obj.value;
myDatePicker = new Bs_DatePicker();
<?
<?php
global $G_DATE_FORMAT;
global $HTTP_SESSION_VARS;