2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Replaced short tags with long ones

This commit is contained in:
Adam Zammit
2013-01-24 15:32:30 +11:00
parent 72eb065284
commit ec5c6fa833
42 changed files with 294 additions and 294 deletions

View File

@@ -1,4 +1,4 @@
<?
<?php
/**
* Respondent selection - Business answers
*
@@ -56,11 +56,11 @@ xhtml_head(T_("Respondent Selection - Business answers"),true,array("css/rs.css"
?>
<p class='rstext'><? echo T_("Sorry to bother you, I have called the wrong number")?></p>
<p class='rstext'><?php echo T_("Sorry to bother you, I have called the wrong number")?></p>
<p class='rsoption'><a href="javascript:parent.location.href = 'index_interface2.php?outcome=16&endcase=endcase'"><? echo T_("End call with outcome: Business number"); ?></a></p>
<p class='rsoption'><a href="rs_intro_interface2.php"><? echo T_("Go Back"); ?></a></p>
<?
<p class='rsoption'><a href="javascript:parent.location.href = 'index_interface2.php?outcome=16&endcase=endcase'"><?php echo T_("End call with outcome: Business number"); ?></a></p>
<p class='rsoption'><a href="rs_intro_interface2.php"><?php echo T_("Go Back"); ?></a></p>
<?php
xhtml_foot();