Changeset 592

Show
Ignore:
Timestamp:
02/21/08 19:49:24 (9 months ago)
Author:
stavros
Message:

UPDATE: eliminate usage of troublesome PHP short-tags

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.3/A2Billing_UI/Public/A2B_logfile.php

    r1 r592  
    8484 
    8585<form method="get"> 
    86 <?php echo gettext("Browse log file")?>&nbsp; : <?=array2drop_down('view_log', $view_log, $arr_log)?> -  
    87 <?=array2drop_down('nb', $nb, $arr_nb)?> 
     86<?php echo gettext("Browse log file")?>&nbsp; : <?php echo array2drop_down('view_log', $view_log, $arr_log)?> -  
     87<?php echo array2drop_down('nb', $nb, $arr_nb)?> 
    8888 
    8989<?php echo gettext("Filter")?> : <input class="form_enter" name="filter" size="20" maxlength="30" value="<?php echo $filter; ?>"> 
  • experimental_v2/A2Billing_UI/Public/A2B_entity_config_generate_confirm.php

    r569 r592  
    4747                        <thead> 
    4848                                <tr> 
    49                                         <td colspan="2"  class="bgcolor_005"><font style="color:#FFFFFF;padding-left:3px"><strong><?=gettext("Group Configurations");?></strong></font></td> 
     49                                        <td colspan="2"  class="bgcolor_005"><font style="color:#FFFFFF;padding-left:3px"><strong><?php echo gettext("Group Configurations");?></strong></font></td> 
    5050                                </tr> 
    5151                        </thead> 
    5252                        <tbody> 
    5353                                <tr class="form_head"> 
    54                                         <th class="tableBody" style="padding: 2px;" align="center"><?=gettext("Title")?></th> 
    55                                         <th class="tableBody" style="padding: 2px;" align="center"><?=gettext("Description")?></th> 
     54                                        <th class="tableBody" style="padding: 2px;" align="center"><?php echo gettext("Title")?></th> 
     55                                        <th class="tableBody" style="padding: 2px;" align="center"><?php echo gettext("Description")?></th> 
    5656                                </tr> 
    5757                                <tr bgcolor="#FCFBFB"  onmouseover="bgColor='#FFDEA6'" onMouseOut="bgColor='#FCFBFB'"> 
    58                                         <td class="tableBody"><?=$group_title?></td> 
    59                                         <td class="tableBody"><?=$group_description?></td> 
     58                                        <td class="tableBody"><?php echo $group_title?></td> 
     59                                        <td class="tableBody"><?php echo $group_description?></td> 
    6060                                </tr> 
    6161                        </tbody> 
     
    7171                        <thead> 
    7272                                <tr> 
    73                                         <td colspan="5" class="bgcolor_005"><font style="color:#FFFFFF;padding-left:3px"><strong><?=gettext("List of Configurations")?></strong></font></td> 
     73                                        <td colspan="5" class="bgcolor_005"><font style="color:#FFFFFF;padding-left:3px"><strong><?php echo gettext("List of Configurations")?></strong></font></td> 
    7474                                </tr> 
    7575                        </thead> 
    7676                        <tbody> 
    7777                                <tr class="form_head"> 
    78                                         <th align="center" width="15%" class="tableBody" style="padding: 2px;" ><?=gettext("Title")?></th> 
    79                                         <th class="tableBody" style="padding: 2px;" align="center" width="10%"><?=gettext("Key")?></th> 
    80                                         <th class="tableBody" style="padding: 2px;" align="center" width="10%"><?=gettext("Value")?></th> 
    81                                         <th class="tableBody" style="padding: 2px;" align="center" width="50%"><?=gettext("Description")?></th> 
    82                                         <th class="tableBody" style="padding: 2px;" align="center" width="5%"><?=gettext("Group")?></th> 
     78                                        <th align="center" width="15%" class="tableBody" style="padding: 2px;" ><?php echo gettext("Title")?></th> 
     79                                        <th class="tableBody" style="padding: 2px;" align="center" width="10%"><?php echo gettext("Key")?></th> 
     80                                        <th class="tableBody" style="padding: 2px;" align="center" width="10%"><?php echo gettext("Value")?></th> 
     81                                        <th class="tableBody" style="padding: 2px;" align="center" width="50%"><?php echo gettext("Description")?></th> 
     82                                        <th class="tableBody" style="padding: 2px;" align="center" width="5%"><?php echo gettext("Group")?></th> 
    8383                                </tr> 
    8484<? 
     
    101101         
    102102?>                               
    103                                 <tr <?=$bgcolor?> onmouseover="bgColor='#FFDEA6'" onMouseOut="<?=$bgcolor?>"> 
    104                                         <td align="left" class="tableBody"><?=$config_title?></td> 
    105                                         <td align="left" class="tableBody"><?=$config_key?></td> 
    106                                         <td align="left" class="tableBody"><?=$config_value?></td> 
    107                                         <td align="left" class="tableBody"><?=$config_description?></td> 
    108                                         <td align="left" class="tableBody"><?=$group_title?></td> 
     103                                <tr <?php echo $bgcolor?> onmouseover="bgColor='#FFDEA6'" onMouseOut="<?php echo $bgcolor?>"> 
     104                                        <td align="left" class="tableBody"><?php echo $config_title?></td> 
     105                                        <td align="left" class="tableBody"><?php echo $config_key?></td> 
     106                                        <td align="left" class="tableBody"><?php echo $config_value?></td> 
     107                                        <td align="left" class="tableBody"><?php echo $config_description?></td> 
     108                                        <td align="left" class="tableBody"><?php echo $group_title?></td> 
    109109                                </tr> 
    110110<?php $i++;}?>                           
     
    122122                <form name="theform"> 
    123123                <input class="form_input_button"  
    124                                 TYPE="button" VALUE="<?=$group_title;?>" onClick="window.open('<?=$link?>')"> 
     124                                TYPE="button" VALUE="<?php echo $group_title;?>" onClick="window.open('<?php echo $link?>')"> 
    125125                </form></td> 
    126126        </tr> 
  • experimental_v2/A2Billing_UI/Public/A2B_entity_translate.php

    r569 r592  
    7676                        <TD width="%25" valign="middle" class="form_head">              Subject                 </TD>   
    7777                        <TD width="%75" valign="top" class="tableBodyRight" background="../Public/templates/default/images/background_cells.gif" class="text"> 
    78                         <INPUT class="form_input_text" name="subject"  size=30 maxlength=30 value="<?=$mail[0][2]?>"> 
     78                        <INPUT class="form_input_text" name="subject"  size=30 maxlength=30 value="<?php echo $mail[0][2]?>"> 
    7979                        <span class="liens"> 
    8080                        </span>  
     
    8585                        <TD width="%25" valign="middle" class="form_head">              Mail Text               </TD>   
    8686                        <TD width="%75" valign="top" class="tableBodyRight" background="../Public/templates/default/images/background_cells.gif" class="text"> 
    87                         <TEXTAREA class="form_input_textarea" name="mailtext" cols=60 rows=12><?=$mail[0][3]?></TEXTAREA>  
     87                        <TEXTAREA class="form_input_textarea" name="mailtext" cols=60 rows=12><?php echo $mail[0][3]?></TEXTAREA>  
    8888                        <span class="liens"> 
    8989                        </span>  
     
    104104 
    105105          </TABLE> 
    106           <INPUT type="hidden" name="id" value="<?=$id?>"> 
     106          <INPUT type="hidden" name="id" value="<?php echo $id?>"> 
    107107        </form>          
    108108 
  • experimental_v2/A2Billing_UI/Public/A2B_logfile.php

    r569 r592  
    8484 
    8585<form method="get"> 
    86 <?php echo gettext("Browse log file")?>&nbsp; : <?=array2drop_down('view_log', $view_log, $arr_log)?> -  
    87 <?=array2drop_down('nb', $nb, $arr_nb)?> 
     86<?php echo gettext("Browse log file")?>&nbsp; : <?php echo array2drop_down('view_log', $view_log, $arr_log)?> -  
     87<?php echo array2drop_down('nb', $nb, $arr_nb)?> 
    8888 
    8989<?php echo gettext("Filter")?> : <input class="form_enter" name="filter" size="20" maxlength="30" value="<?php echo $filter; ?>"> 
  • experimental_v2/A2Billing_UI/Public/A2B_mass_mail.php

    r569 r592  
    234234                        <td>&nbsp;</td> 
    235235                        <td align="right"> 
    236                         <input class="form_input_button" name="submit"  TYPE="submit" VALUE="<?=gettext("EMAIL");?>"></td> 
     236                        <input class="form_input_button" name="submit"  TYPE="submit" VALUE="<?php echo gettext("EMAIL");?>"></td> 
    237237                </tr> 
    238238                        <? }else{?> 
     
    244244                ?> 
    245245                </table> 
    246                 <input type = "hidden" name="total_customer" value="<?=$nb_customer?>"> 
     246                <input type = "hidden" name="total_customer" value="<?php echo $nb_customer?>"> 
    247247        </FORM> 
    248248 
  • experimental_v2/A2Billing_UI/Public/A2B_trunk_report.php

    r569 r592  
    378378                                } 
    379379                                ?> 
    380                  <tr onmouseover="bgColor='#FFDEA6'" onmouseout=<?=$mouseout?> <?=$bgcolor?>>  
    381                                         <td class="tableBody" align="center" valign="top"><?=$ASR?></td> 
    382                                         <td class="tableBody" align="center" valign="top"><?=round($ALOC)?>&nbsp;sec</td> 
    383                                         <td class="tableBody" align="center" valign="top"><?=$CIC?></td> 
    384                                         <td class="tableBody" align="center" valign="top"><?=$Total_calls?></td> 
     380                 <tr onmouseover="bgColor='#FFDEA6'" onmouseout=<?php echo $mouseout?> <?php echo $bgcolor?>>  
     381                                        <td class="tableBody" align="center" valign="top"><?php echo $ASR?></td> 
     382                                        <td class="tableBody" align="center" valign="top"><?php echo round($ALOC)?>&nbsp;sec</td> 
     383                                        <td class="tableBody" align="center" valign="top"><?php echo $CIC?></td> 
     384                                        <td class="tableBody" align="center" valign="top"><?php echo $Total_calls?></td> 
    385385                                        </tr> 
    386386                 <tr bgcolor="#fcfbfb">  
  • experimental_v2/A2Billing_UI/Public/card-history.php

    r569 r592  
    332332                </TR> 
    333333                <TR>  
    334                   <TD bgColor=#e1e1e1 colSpan="<?=$FG_NB_TABLE_COL?>" height=1><IMG height=1 src="<?php echo Images_Path_Main ?>/clear.gif" width=1></TD> 
     334                  <TD bgColor=#e1e1e1 colSpan="<?php echo $FG_NB_TABLE_COL?>" height=1><IMG height=1 src="<?php echo Images_Path_Main ?>/clear.gif" width=1></TD> 
    335335                </TR> 
    336336                                <?php 
  • experimental_v2/A2Billing_UI/Public/CC_ratecard_merging.php

    r569 r592  
    186186<center> 
    187187                <table width="95%" border="0" cellspacing="2" align="center" class="editform_table1"> 
    188               <form name="prefs" action="<?=$_SERVER['PHP_SELF']?>" method="post"> 
     188              <form name="prefs" action="<?php echo $_SERVER['PHP_SELF']?>" method="post"> 
    189189                                <?php if($posted){?> 
    190190                                <tr> 
     
    193193                                                        <tr> 
    194194                                                                <td align="center" width = "90%"><?php echo $msg;?></td> 
    195                                                                 <td width="10%" align="right"><?=$count?> <?php echo gettext("Record(s)");?></td> 
     195                                                                <td width="10%" align="right"><?php echo $count?> <?php echo gettext("Record(s)");?></td> 
    196196                                                        </tr> 
    197197                                                </table> 
  • experimental_v2/ARI/theme/page.tpl.php

    r521 r592  
    1414      <div class="spacer"></div> 
    1515      <span id="left"> 
    16         <a href="<?=$_SERVER['PHP_SELF']?>" alt="ARI"><img src="theme/logo.gif" height=72 alt="" /></a> 
     16        <a href="<?php echo $_SERVER['PHP_SELF']?>" alt="ARI"><img src="theme/logo.gif" height=72 alt="" /></a> 
    1717      </span> 
    1818      <span id="right"></span> 
  • experimental_v2/common/lib/Form_v2/Class.FormHandler.inc.php

    r543 r592  
    169169                foreach($arr as $key => $value) 
    170170                        if ($do_nulls || $value !=NULL){ 
    171                 ?><input type="hidden" name="<?= $key ?>" value="<?= htmlspecialchars($value) ?>" > 
     171                ?><input type="hidden" name="<?php echo $key ?>" value="<?php echo htmlspecialchars($value) ?>" > 
    172172                <?php 
    173173                } 
  • experimental_v2/common/lib/Form_v2/Class.RevRef2.inc.php

    r543 r592  
    2020                $assocright= $this->assoctable . '.' . $this->assocright; 
    2121                 
    22                 ?><input type="hidden" name="<?= $sparams[5] . '_action' ?>" value=""> 
     22                ?><input type="hidden" name="<?php echo $sparams[5] . '_action' ?>" value=""> 
    2323                <?php 
    2424                $QUERY = str_dbparams($DBHandle, "SELECT $presentid, $presentname FROM $this->presenttable, $this->assoctable ". 
     
    2828                if (! $res){ 
    2929                        if ($this->debug_st) { 
    30                                 ?> Query failed: <?= htmlspecialchars($QUERY) ?><br> 
    31                                 Error: <?= $DBHanlde->ErrorMsg() ?><br> 
     30                                ?> Query failed: <?php echo htmlspecialchars($QUERY) ?><br> 
     31                                Error: <?php echo $DBHanlde->ErrorMsg() ?><br> 
    3232                                <?php 
    3333                        } 
     
    3636                ?> <table class="FormRR2t1"> 
    3737                <thead> 
    38                 <tr><td><?= $sparams[0] ?></td><td><?= _("Action") ?></td></tr> 
     38                <tr><td><?php echo $sparams[0] ?></td><td><?php echo _("Action") ?></td></tr> 
    3939                </thead> 
    4040                <tbody> 
    4141                <?php while ($row = $res->fetchRow()){ ?> 
    42                         <tr><td><?= htmlspecialchars($row[1]) ?></td> 
    43                             <td><a onClick="formRR2delete('<?= $scol ?>','<?=$sparams[5]. '_action' ?>','<?= $sparams[5] .'_del' ?>','<?= $row[0] ?>')" > <img src="../Images/icon-del.png" alt="<?= _("Remove this") ?>" /></a></td> 
     42                        <tr><td><?php echo htmlspecialchars($row[1]) ?></td> 
     43                            <td><a onClick="formRR2delete('<?php echo $scol ?>','<?php echo $sparams[5]. '_action' ?>','<?php echo $sparams[5] .'_del' ?>','<?php echo $row[0] ?>')" > <img src="../Images/icon-del.png" alt="<?php echo _("Remove this") ?>" /></a></td> 
    4444                        </tr> 
    4545                <?php } ?> 
    4646                </tbody> 
    4747                </table> 
    48                 <input type="hidden" name="<?= $sparams[5] . '_del' ?>" value=""> 
     48                <input type="hidden" name="<?php echo $sparams[5] . '_del' ?>" value=""> 
    4949                <?php 
    5050                } 
     
    5757                if (! $res){ 
    5858                        if ($this->debug_st) { 
    59                                 ?> Query failed: <?= htmlspecialchars($QUERY) ?><br> 
    60                                 Error: <?= $DBHanlde->ErrorMsg() ?><br> 
     59                                ?> Query failed: <?php echo htmlspecialchars($QUERY) ?><br> 
     60                                Error: <?php echo $DBHanlde->ErrorMsg() ?><br> 
    6161                                <?php 
    6262                        } 
     
    6969                        gen_Combo($sparams[5]. '_add','',$add_combos); 
    7070                         ?> 
    71                          <a onClick="formRR2add('<?= $scol ?>','<?=$sparams[5]. '_action' ?>')"><img src="../Images/btn_Add_94x20.png" alt="<?= _("Add this") ?>" /></a> 
     71                         <a onClick="formRR2add('<?php echo $scol ?>','<?php echo $sparams[5]. '_action' ?>')"><img src="../Images/btn_Add_94x20.png" alt="<?php echo _("Add this") ?>" /></a> 
    7272                <?php 
    7373                } 
     
    135135                        if (! $res){ 
    136136                                if ($this->debug_st) { 
    137                                         ?> Query failed: <?= htmlspecialchars($QUERY) ?><br> 
    138                                         Error: <?= $DBHanlde->ErrorMsg() ?><br> 
     137                                        ?> Query failed: <?php echo htmlspecialchars($QUERY) ?><br> 
     138                                        Error: <?php echo $DBHanlde->ErrorMsg() ?><br> 
    139139                                        <?php 
    140140                                } 
     
    151151                        if (! $res){ 
    152152                                if ($this->debug_st) { 
    153                                         ?> Query failed: <?= htmlspecialchars($QUERY) ?><br> 
    154                                         Error: <?= $DBHanlde->ErrorMsg() ?><br> 
     153                                        ?> Query failed: <?php echo htmlspecialchars($QUERY) ?><br> 
     154                                        Error: <?php echo $DBHanlde->ErrorMsg() ?><br> 
    155155                                        <?php 
    156156                                } 
  • experimental_v2/common/lib/Form_v2/Class.RevRef.inc.php

    r543 r592  
    7878                else 
    7979                        $refkey = $this->refid; 
    80                 ?><input type="hidden" name="<?= $sparams[5] . '_action' ?>" value=""> 
     80                ?><input type="hidden" name="<?php echo $sparams[5] . '_action' ?>" value=""> 
    8181                <?php 
    8282                $QUERY = str_dbparams($DBHandle, "SELECT $refkey, $refname FROM $this->reftable ". 
     
    8686                if (! $res){ 
    8787                        if ($this->debug_st) { 
    88                                 ?> Query failed: <?= htmlspecialchars($QUERY) ?><br> 
    89                                 Error: <?= $DBHanlde->ErrorMsg() ?><br> 
     88                                ?> Query failed: <?php echo htmlspecialchars($QUERY) ?><br> 
     89                                Error: <?php echo $DBHanlde->ErrorMsg() ?><br> 
    9090                                <?php 
    9191                        } 
     
    9494                ?> <table class="FormRRt1"> 
    9595                <thead> 
    96                 <tr><td><?= $sparams[0] ?></td><td><?= _("Action") ?></td></tr> 
     96                <tr><td><?php echo $sparams[0] ?></td><td><?php echo _("Action") ?></td></tr> 
    9797                </thead> 
    9898                <tbody> 
    9999                <?php while ($row = $res->fetchRow()){ ?> 
    100                         <tr><td><?= htmlspecialchars($row[1]) ?></td> 
     100                        <tr><td><?php echo htmlspecialchars($row[1]) ?></td> 
    101101                        <?php if ($this->refkey !=NULL){ ?> 
    102                             <td><a onClick="formRRdelete('<?= $scol ?>','<?=$sparams[5]. '_action' ?>','<?= $sparams[5] .'_del' ?>','<?= $row[0] ?>')" > <img src="../Images/icon-del.png" alt="<?= _("Remove this") ?>" /></a></td> 
     102                            <td><a onClick="formRRdelete('<?php echo $scol ?>','<?php echo $sparams[5]. '_action' ?>','<?php echo $sparams[5] .'_del' ?>','<?php echo $row[0] ?>')" > <img src="../Images/icon-del.png" alt="<?php echo _("Remove this") ?>" /></a></td> 
    103103                           <?php } else { ?> 
    104                             <td><a onClick="formRRdelete2('<?= $scol ?>','<?=$sparams[5]. '_action' ?>','<?= $sparams[5] .'_del' ?>','<?= $row[0] ?>','<?= $row[1] ?>')" > <img src="../Images/icon-del.png" alt="<?= _("Remove this") ?>" /></a></td> 
     104                            <td><a onClick="formRRdelete2('<?php echo $scol ?>','<?php echo $sparams[5]. '_action' ?>','<?php echo $sparams[5] .'_del' ?>','<?php echo $row[0] ?>','<?php echo $row[1] ?>')" > <img src="../Images/icon-del.png" alt="<?php echo _("Remove this") ?>" /></a></td> 
    105105                        </tr> 
    106106                <?php           } 
     
    108108                </tbody> 
    109109                </table> 
    110                 <input type="hidden" name="<?= $sparams[5] . '_del' ?>" value=""> 
     110                <input type="hidden" name="<?php echo $sparams[5] . '_del' ?>" value=""> 
    111111                <?php if ($this->refkey ==NULL) { ?> 
    112                 <input type="hidden" name="<?= $sparams[5] . '_del2' ?>" value=""> 
     112                <input type="hidden" name="<?php echo $sparams[5] . '_del2' ?>" value=""> 
    113113                <?php } 
    114114                } 
     
    150150                if (! $res){ 
    151151                        if ($this->debug_st) { 
    152                                 ?> Query failed: <?= htmlspecialchars($QUERY) ?><br> 
    153                                 Error: <?= $DBHanlde->ErrorMsg() ?><br> 
     152                                ?> Query failed: <?php echo htmlspecialchars($QUERY) ?><br> 
     153                                Error: <?php echo $DBHanlde->ErrorMsg() ?><br> 
    154154                                <?php 
    155155                        } 
     
    162162                        gen_Combo($sparams[5]. '_add','',$add_combos); 
    163163                         ?> 
    164                          <a onClick="formRRadd('<?= $scol ?>','<?=$sparams[5]. '_action' ?>')"><img src="../Images/btn_Add_94x20.png" alt="<?= _("Add this") ?>" /></a> 
     164                         <a onClick="formRRadd('<?php echo $scol ?>','<?php echo $sparams[5]. '_action' ?>')"><img src="../Images/btn_Add_94x20.png" alt="<?php echo _("Add this") ?>" /></a> 
    165165                <?php 
    166166                } 
     
    180180                        if (! $res){ 
    181181                                if ($this->debug_st) { 
    182                                         ?> Query failed: <?= htmlspecialchars($QUERY) ?><br> 
    183                                         Error: <?= $DBHanlde->ErrorMsg() ?><br> 
     182                                        ?> Query failed: <?php echo htmlspecialchars($QUERY) ?><br> 
     183                                        Error: <?php echo $DBHanlde->ErrorMsg() ?><br> 
    184184                                        <?php 
    185185                                } 
     
    196196                        if (! $res){ 
    197197                                if ($this->debug_st) { 
    198                                         ?> Query failed: <?= htmlspecialchars($QUERY) ?><br> 
    199                                         Error: <?= $DBHanlde->ErrorMsg() ?><br> 
     198                                        ?> Query failed: <?php echo htmlspecialchars($QUERY) ?><br> 
     199                                        Error: <?php echo $DBHanlde->ErrorMsg() ?><br> 
    200200                                        <?php 
    201201                                } 
     
    227227                        // Now, find those refs NOT already in the list! 
    228228                ?> 
    229                 <input class="form_enter" type="INPUT" name="<?=$sparams[5]. '_new'. $this->refname ?>" value="<?= $this->addval ?>" <?= $this->addprops ?> /> 
    230                 <a onClick="formRRadd('<?= $scol ?>','<?=$sparams[5]. '_action' ?>')"><img src="../Images/btn_Add_94x20.png" alt="<?= _("Add this") ?>" /></a> 
     229                <input class="form_enter" type="INPUT" name="<?php echo $sparams[5]. '_new'. $this->refname ?>" value="<?php echo $this->addval ?>" <?php echo $this->addprops ?> /> 
     230                <a onClick="formRRadd('<?php echo $scol ?>','<?php echo $sparams[5]. '_action' ?>')"><img src="../Images/btn_Add_94x20.png" alt="<?php echo _("Add this") ?>" /></a> 
    231231                <?php 
    232232                 
     
    250250                        if (! $res){ 
    251251                                if ($this->debug_st) { 
    252                                         ?> Query failed: <?= htmlspecialchars($QUERY) ?><br> 
    253                                         Error: <?= $DBHanlde->ErrorMsg() ?><br> 
     252                                        ?> Query failed: <?php echo htmlspecialchars($QUERY) ?><br> 
     253                                        Error: <?php echo $DBHanlde->ErrorMsg() ?><br> 
    254254                                        <?php 
    255255                                } 
     
    274274                        if (! $res){ 
    275275                                if ($this->debug_st) { 
    276                                         ?> Query failed: <?= htmlspecialchars($QUERY) ?><br> 
    277                                         Error: <?= $DBHanlde->ErrorMsg() ?><br> 
     276                                        ?> Query failed: <?php echo htmlspecialchars($QUERY) ?><br> 
     277                                        Error: <?php echo $DBHanlde->ErrorMsg() ?><br> 
    278278                                        <?php 
    279279                                } 
  • experimental_v2/common/lib/Form_v2/Class.TextField.inc.php

    r543 r592  
    1616         
    1717        public function DispAddEdit(&$val,&$form){ 
    18         ?><input type="text" name="<?= $this->fieldname ?>" value="<?= 
     18        ?><input type="text" name="<?php echo $this->fieldname ?>" value="<?php echo  
    1919                htmlspecialchars($val);?>" /> 
    20         <div class="descr"><?= htmlspecialchars($this->editDescr)?></div> 
     20        <div class="descr"><?php echo htmlspecialchars($this->editDescr)?></div> 
    2121        <?php 
    2222        } 
     
    6060         
    6161        public function DispAddEdit(&$val,&$form){ 
    62         ?><textarea name="<?= $this->fieldname ?>" rows=5 cols=40><?= 
     62        ?><textarea name="<?php echo $this->fieldname ?>" rows=5 cols=40><?php echo  
    6363                htmlspecialchars($val);?></textarea> 
    64         <div class="descr"><?= htmlspecialchars($this->editDescr)?></div> 
     64        <div class="descr"><?php echo htmlspecialchars($this->editDescr)?></div> 
    6565        <?php 
    6666        } 
  • experimental_v2/common/lib/Form_v2/RenderEdit.inc.php

    r543 r592  
    9393                $row=$res->fetchRow(); 
    9494                ?> 
    95         <form action=<?= $_SERVER['PHP_SELF']?> method=post name="<?= $this->prefix?>Frm" id="<?= $this->prefix ?>Frm"> 
     95        <form action=<?php echo $_SERVER['PHP_SELF']?> method=post name="<?php echo $this->prefix?>Frm" id="<?php echo $this->prefix ?>Frm"> 
    9696        <?php $this->gen_PostParams(array( action => 'edit', sub_action => ''),true); ?> 
    9797        <table class="editForm" cellspacing="2"> 
  • experimental_v2/common/lib/Form_v2/RenderList.inc.php

    r543 r592  
    102102                // now, DO render the table! 
    103103                ?> 
    104         <TABLE cellPadding="2" cellSpacing="2" align='center' class="<?= $this->list_class?>"> 
     104        <TABLE cellPadding="2" cellSpacing="2" align='center' class="<?php echo $this->list_class?>"> 
    105105                <thead><tr> 
    106106                <?php 
  • trunk/A2Billing_UI/Public/A2B_entity_config_generate_confirm.php

    r570 r592  
    4747                        <thead> 
    4848                                <tr> 
    49                                         <td colspan="2"  class="bgcolor_005"><font style="color:#FFFFFF;padding-left:3px"><strong><?=gettext("Group Configurations");?></strong></font></td> 
     49                                        <td colspan="2"  class="bgcolor_005"><font style="color:#FFFFFF;padding-left:3px"><strong><?php echo gettext("Group Configurations");?></strong></font></td> 
    5050                                </tr> 
    5151                        </thead> 
    5252                        <tbody> 
    5353                                <tr class="form_head"> 
    54                                         <th class="tableBody" style="padding: 2px;" align="center"><?=gettext("Title")?></th> 
    55                                         <th class="tableBody" style="padding: 2p