Skip to content

Instantly share code, notes, and snippets.

@tromboneamafone
Created November 27, 2012 17:43
Show Gist options
  • Save tromboneamafone/4155802 to your computer and use it in GitHub Desktop.
Save tromboneamafone/4155802 to your computer and use it in GitHub Desktop.
case 'Ranger #11H - Osprey #22H FRAC':
$response = array(
'data' => '
<div style="font-size:7px">
<div class="title">NMT Id: </div><div id="nmtId">' . $row['nmtId'] . '</div>
<div class="title">Ambient: </div><div id="ambient">' . round($row['ambient'], 1) . 'dB</div>
<div class="title">Allowable: </div><div id="allowable">' . $allowable . '</div>
<div class="title">Location: </div><div id="nmtId">' . $row['location'] . '</div>
</div>
'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment