| 9 |
$output .= '<div xml:id="captions">'. "\n"; |
$output .= '<div xml:id="captions">'. "\n"; |
| 10 |
foreach ($transcriptions as $transcription) { |
foreach ($transcriptions as $transcription) { |
| 11 |
$output .= '<p begin="'. theme('transcription_seconds_to_time', $transcription['begin_timemarker']) |
$output .= '<p begin="'. theme('transcription_seconds_to_time', $transcription['begin_timemarker']) |
| 12 |
.'" end="'. theme('transcription_seconds_to_time', $transcription['end_timemarker']) .'">'. $transcription['transcription'] .'</p>'. "\n"; |
.'" end="'. theme('transcription_seconds_to_time', $transcription['end_timemarker']) .'">'. check_plain($transcription['transcription']) .'</p>'. "\n"; |
| 13 |
} |
} |
| 14 |
$output .= '</div>'. "\n"; |
$output .= '</div>'. "\n"; |
| 15 |
$output .= '</body>'. "\n"; |
$output .= '</body>'. "\n"; |