Advertisement
Guest User

Script Version 2

a guest
Mar 15th, 2019
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.71 KB | None | 0 0
  1. <?php
  2.   ($this->data("direct_request_check") ?: "Not
  3.    answered");
  4. ?>
  5.   <br />
  6.  
  7. <?php
  8.   ($this->data("enquirer_first_name") ?: "Not
  9.    answered");
  10. ?>
  11.   <br />
  12.  
  13. <?php
  14.   ($this->data("enquirer_surname") ?: "Not answered");
  15. ?>
  16.   <br />
  17.  
  18. <?php
  19.   ($this->data("enquirer_email_address") ?: "Not answered");
  20. ?>
  21.   <br />
  22.  
  23. <?php
  24.   ($this->data("trainee_first_name") ?: "Not answered");
  25. ?>
  26.   <br />
  27.  
  28. <?php
  29.   ($this->data("trainee_surname") ?: "Not answered");
  30. ?>
  31.   <br />
  32.  
  33. <?php
  34.   ($this->data("trainee_email_address") ?: "Not answered");
  35. ?>
  36.   <br />
  37.  
  38. <?php
  39.   ($this->data("uk_referrer_check") ?: "Not answered");
  40. ?>
  41.   <br />
  42.  
  43. <?php
  44.   ($this->data("uk_trainee_check") ?: "Not answered");
  45. ?>
  46.   <br />
  47.  
  48. <?php
  49.   ($this->data("city_or_town") ?: "Not answered");
  50. ?>
  51.   <br />
  52.  
  53. <?php
  54.   ($this->data("training_interests[]") ?: "Not answered");
  55. ?>
  56.   <br />
  57.  
  58. <?php
  59.   ($this->data("joomla_web_design_further_req") ?: "Not answered");
  60. ?>
  61.   <br />
  62.  
  63. <?php
  64.   ($this->data("joomla_web_dev_further_req") ?: "Not answered");
  65. ?>
  66.   <br />
  67.  
  68. <?php
  69.   ($this->data("linux_general_further_req") ?: "Not answered");
  70. ?>
  71.   <br />
  72.  
  73. <?php
  74.   ($this->data("linux_general_flavour") ?: "Not answered");
  75. ?>
  76.   <br />
  77.  
  78. <?php
  79.   ($this->data("linux_networking_further_req") ?: "Not answered");
  80. ?>
  81.   <br />
  82.  
  83. <?php
  84.   ($this->data("linux_networking_flavour") ?: "Not answered");
  85. ?>
  86.   <br />
  87.  
  88. <?php
  89.   ($this->data("mac_further_req") ?: "Not answered");
  90. ?>
  91.   <br />
  92.  
  93. <?php
  94.   ($this->data("mac_version") ?: "Not answered");
  95. ?>
  96.   <br />
  97.  
  98. <?php
  99.   ($this->data("windows_general_further_req") ?: "Not answered");
  100. ?>
  101.   <br />
  102.  
  103. <?php
  104.   ($this->data("windows_general_version") ?: "Not answered");
  105. ?>
  106.   <br />
  107.  
  108. <?php
  109.   ($this->data("windows_networking_further_req") ?: "Not answered");
  110. ?>
  111.   <br />
  112.  
  113. <?php
  114.   ($this->data("windows_networking_version") ?: "Not answered");
  115. ?>
  116.   <br />
  117.  
  118. <?php
  119.   ($this->data("windows_security_further_req") ?: "Not answered");
  120. ?>
  121.   <br />
  122.  
  123. <?php
  124.   ($this->data("windows_security_version") ?: "Not answered");
  125. ?>
  126.   <br />
  127.  
  128. <?php
  129.   ($this->data("windows_software_further_req") ?: "Not answered");
  130. ?>
  131.   <br />
  132.  
  133. <?php
  134.   ($this->data("windows_software_version") ?: "Not answered");
  135. ?>
  136.   <br />
  137.  
  138. <?php
  139.   ($this->data("open_source_further_req") ?: "Not answered");
  140. ?>
  141.   <br />
  142.  
  143. <?php
  144.   ($this->data("android_further_req") ?: "Not answered");
  145. ?>
  146.   <br />
  147.  
  148. <?php
  149.   ($this->data("iphone_further_req") ?: "Not answered");
  150. ?>
  151.   <br />
  152.  
  153. <?php
  154.   ($this->data("training_not_listed") ?: "Not answered");
  155. ?>
  156.   <br />
  157.  
  158. <?php
  159.   ($this->data("gold_standard") ?: "Not answered");
  160. ?>
  161.   <br />
  162.  
  163. <?php
  164.   ($this->data("lowest_quotation") ?: "Not answered");
  165. ?>
  166.   <br />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement