Changeset 592
- Timestamp:
- 02/21/08 19:49:24 (9 months ago)
- Files:
-
- branches/1.3/A2Billing_UI/Public/A2B_logfile.php (modified) (1 diff)
- experimental_v2/A2Billing_UI/Public/A2B_entity_config_generate_confirm.php (modified) (4 diffs)
- experimental_v2/A2Billing_UI/Public/A2B_entity_translate.php (modified) (3 diffs)
- experimental_v2/A2Billing_UI/Public/A2B_logfile.php (modified) (1 diff)
- experimental_v2/A2Billing_UI/Public/A2B_mass_mail.php (modified) (2 diffs)
- experimental_v2/A2Billing_UI/Public/A2B_trunk_report.php (modified) (1 diff)
- experimental_v2/A2Billing_UI/Public/card-history.php (modified) (1 diff)
- experimental_v2/A2Billing_UI/Public/CC_ratecard_merging.php (modified) (2 diffs)
- experimental_v2/ARI/theme/page.tpl.php (modified) (1 diff)
- experimental_v2/common/lib/Form_v2/Class.FormHandler.inc.php (modified) (1 diff)
- experimental_v2/common/lib/Form_v2/Class.RevRef2.inc.php (modified) (7 diffs)
- experimental_v2/common/lib/Form_v2/Class.RevRef.inc.php (modified) (11 diffs)
- experimental_v2/common/lib/Form_v2/Class.TextField.inc.php (modified) (2 diffs)
- experimental_v2/common/lib/Form_v2/RenderEdit.inc.php (modified) (1 diff)
- experimental_v2/common/lib/Form_v2/RenderList.inc.php (modified) (1 diff)
- trunk/A2Billing_UI/Public/A2B_entity_config_generate_confirm.php (modified) (4 diffs)
- trunk/A2Billing_UI/Public/A2B_entity_translate.php (modified) (3 diffs)
- trunk/A2Billing_UI/Public/A2B_logfile.php (modified) (1 diff)
- trunk/A2Billing_UI/Public/A2B_mass_mail.php (modified) (2 diffs)
- trunk/A2Billing_UI/Public/A2B_trunk_report.php (modified) (1 diff)
- trunk/A2Billing_UI/Public/card-history.php (modified) (1 diff)
- trunk/A2Billing_UI/Public/CC_ratecard_merging.php (modified) (2 diffs)
- trunk/ARI/theme/page.tpl.php (modified) (1 diff)
- trunk/common/lib/Form_v2/Class.FormHandler.inc.php (modified) (1 diff)
- trunk/common/lib/Form_v2/Class.RevRef2.inc.php (modified) (7 diffs)
- trunk/common/lib/Form_v2/Class.RevRef.inc.php (modified) (11 diffs)
- trunk/common/lib/Form_v2/Class.TextField.inc.php (modified) (2 diffs)
- trunk/common/lib/Form_v2/RenderEdit.inc.php (modified) (1 diff)
- trunk/common/lib/Form_v2/RenderList.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.3/A2Billing_UI/Public/A2B_logfile.php
r1 r592 84 84 85 85 <form method="get"> 86 <?php echo gettext("Browse log file")?> : <? =array2drop_down('view_log', $view_log, $arr_log)?> -87 <? =array2drop_down('nb', $nb, $arr_nb)?>86 <?php echo gettext("Browse log file")?> : <?php echo array2drop_down('view_log', $view_log, $arr_log)?> - 87 <?php echo array2drop_down('nb', $nb, $arr_nb)?> 88 88 89 89 <?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 47 47 <thead> 48 48 <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> 50 50 </tr> 51 51 </thead> 52 52 <tbody> 53 53 <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> 56 56 </tr> 57 57 <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> 60 60 </tr> 61 61 </tbody> … … 71 71 <thead> 72 72 <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> 74 74 </tr> 75 75 </thead> 76 76 <tbody> 77 77 <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> 83 83 </tr> 84 84 <? … … 101 101 102 102 ?> 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> 109 109 </tr> 110 110 <?php $i++;}?> … … 122 122 <form name="theform"> 123 123 <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?>')"> 125 125 </form></td> 126 126 </tr> experimental_v2/A2Billing_UI/Public/A2B_entity_translate.php
r569 r592 76 76 <TD width="%25" valign="middle" class="form_head"> Subject </TD> 77 77 <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]?>"> 79 79 <span class="liens"> 80 80 </span> … … 85 85 <TD width="%25" valign="middle" class="form_head"> Mail Text </TD> 86 86 <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> 88 88 <span class="liens"> 89 89 </span> … … 104 104 105 105 </TABLE> 106 <INPUT type="hidden" name="id" value="<? =$id?>">106 <INPUT type="hidden" name="id" value="<?php echo $id?>"> 107 107 </form> 108 108 experimental_v2/A2Billing_UI/Public/A2B_logfile.php
r569 r592 84 84 85 85 <form method="get"> 86 <?php echo gettext("Browse log file")?> : <? =array2drop_down('view_log', $view_log, $arr_log)?> -87 <? =array2drop_down('nb', $nb, $arr_nb)?>86 <?php echo gettext("Browse log file")?> : <?php echo array2drop_down('view_log', $view_log, $arr_log)?> - 87 <?php echo array2drop_down('nb', $nb, $arr_nb)?> 88 88 89 89 <?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 234 234 <td> </td> 235 235 <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> 237 237 </tr> 238 238 <? }else{?> … … 244 244 ?> 245 245 </table> 246 <input type = "hidden" name="total_customer" value="<? =$nb_customer?>">246 <input type = "hidden" name="total_customer" value="<?php echo $nb_customer?>"> 247 247 </FORM> 248 248 experimental_v2/A2Billing_UI/Public/A2B_trunk_report.php
r569 r592 378 378 } 379 379 ?> 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)?> 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)?> 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> 385 385 </tr> 386 386 <tr bgcolor="#fcfbfb"> experimental_v2/A2Billing_UI/Public/card-history.php
r569 r592 332 332 </TR> 333 333 <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> 335 335 </TR> 336 336 <?php experimental_v2/A2Billing_UI/Public/CC_ratecard_merging.php
r569 r592 186 186 <center> 187 187 <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"> 189 189 <?php if($posted){?> 190 190 <tr> … … 193 193 <tr> 194 194 <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> 196 196 </tr> 197 197 </table> experimental_v2/ARI/theme/page.tpl.php
r521 r592 14 14 <div class="spacer"></div> 15 15 <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> 17 17 </span> 18 18 <span id="right"></span> experimental_v2/common/lib/Form_v2/Class.FormHandler.inc.php
r543 r592 169 169 foreach($arr as $key => $value) 170 170 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) ?>" > 172 172 <?php 173 173 } experimental_v2/common/lib/Form_v2/Class.RevRef2.inc.php
r543 r592 20 20 $assocright= $this->assoctable . '.' . $this->assocright; 21 21 22 ?><input type="hidden" name="<? =$sparams[5] . '_action' ?>" value="">22 ?><input type="hidden" name="<?php echo $sparams[5] . '_action' ?>" value=""> 23 23 <?php 24 24 $QUERY = str_dbparams($DBHandle, "SELECT $presentid, $presentname FROM $this->presenttable, $this->assoctable ". … … 28 28 if (! $res){ 29 29 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> 32 32 <?php 33 33 } … … 36 36 ?> <table class="FormRR2t1"> 37 37 <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> 39 39 </thead> 40 40 <tbody> 41 41 <?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> 44 44 </tr> 45 45 <?php } ?> 46 46 </tbody> 47 47 </table> 48 <input type="hidden" name="<? =$sparams[5] . '_del' ?>" value="">48 <input type="hidden" name="<?php echo $sparams[5] . '_del' ?>" value=""> 49 49 <?php 50 50 } … … 57 57 if (! $res){ 58 58 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> 61 61 <?php 62 62 } … … 69 69 gen_Combo($sparams[5]. '_add','',$add_combos); 70 70 ?> 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> 72 72 <?php 73 73 } … … 135 135 if (! $res){ 136 136 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> 139 139 <?php 140 140 } … … 151 151 if (! $res){ 152 152 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> 155 155 <?php 156 156 } experimental_v2/common/lib/Form_v2/Class.RevRef.inc.php
r543 r592 78 78 else 79 79 $refkey = $this->refid; 80 ?><input type="hidden" name="<? =$sparams[5] . '_action' ?>" value="">80 ?><input type="hidden" name="<?php echo $sparams[5] . '_action' ?>" value=""> 81 81 <?php 82 82 $QUERY = str_dbparams($DBHandle, "SELECT $refkey, $refname FROM $this->reftable ". … … 86 86 if (! $res){ 87 87 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> 90 90 <?php 91 91 } … … 94 94 ?> <table class="FormRRt1"> 95 95 <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> 97 97 </thead> 98 98 <tbody> 99 99 <?php while ($row = $res->fetchRow()){ ?> 100 <tr><td><? =htmlspecialchars($row[1]) ?></td>100 <tr><td><?php echo htmlspecialchars($row[1]) ?></td> 101 101 <?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> 103 103 <?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> 105 105 </tr> 106 106 <?php } … … 108 108 </tbody> 109 109 </table> 110 <input type="hidden" name="<? =$sparams[5] . '_del' ?>" value="">110 <input type="hidden" name="<?php echo $sparams[5] . '_del' ?>" value=""> 111 111 <?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=""> 113 113 <?php } 114 114 } … … 150 150 if (! $res){ 151 151 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> 154 154 <?php 155 155 } … … 162 162 gen_Combo($sparams[5]. '_add','',$add_combos); 163 163 ?> 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> 165 165 <?php 166 166 } … … 180 180 if (! $res){ 181 181 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> 184 184 <?php 185 185 } … … 196 196 if (! $res){ 197 197 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> 200 200 <?php 201 201 } … … 227 227 // Now, find those refs NOT already in the list! 228 228 ?> 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> 231 231 <?php 232 232 … … 250 250 if (! $res){ 251 251 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> 254 254 <?php 255 255 } … … 274 274 if (! $res){ 275 275 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> 278 278 <?php 279 279 } experimental_v2/common/lib/Form_v2/Class.TextField.inc.php
r543 r592 16 16 17 17 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 19 19 htmlspecialchars($val);?>" /> 20 <div class="descr"><? =htmlspecialchars($this->editDescr)?></div>20 <div class="descr"><?php echo htmlspecialchars($this->editDescr)?></div> 21 21 <?php 22 22 } … … 60 60 61 61 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 63 63 htmlspecialchars($val);?></textarea> 64 <div class="descr"><? =htmlspecialchars($this->editDescr)?></div>64 <div class="descr"><?php echo htmlspecialchars($this->editDescr)?></div> 65 65 <?php 66 66 } experimental_v2/common/lib/Form_v2/RenderEdit.inc.php
r543 r592 93 93 $row=$res->fetchRow(); 94 94 ?> 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"> 96 96 <?php $this->gen_PostParams(array( action => 'edit', sub_action => ''),true); ?> 97 97 <table class="editForm" cellspacing="2"> experimental_v2/common/lib/Form_v2/RenderList.inc.php
r543 r592 102 102 // now, DO render the table! 103 103 ?> 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?>"> 105 105 <thead><tr> 106 106 <?php trunk/A2Billing_UI/Public/A2B_entity_config_generate_confirm.php
r570 r592 47 47 <thead> 48 48 <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> 50 50 </tr> 51 51 </thead> 52 52 <tbody> 53 53 <tr class="form_head"> 54 <th class="tableBody" style="padding: 2px;" align="center"><? =gettext("Title")?></th>55 <th class="tableBody" style="padding: 2p
