uawdijnntqw1x1x1
IP : 216.73.216.219
Hostname : webm015.cluster127.gra.hosting.ovh.net
Kernel : Linux webm015.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
pteabiscqq
/
www
/
libraries
/
quix
/
app
/
elements
/
audio
/
view.php
/
/
<?php $classes = classNames( "qx-element qx-element-{$type} {$field['class']}", $visibilityClasses, [ "wow {$field['animation']}" => $field['animation'], "qx-hvr-{$field['hover_animation']}" => $field['hover_animation'] ]); // Animation delay $animation_delay = ''; if( $field['animation'] AND array_key_exists('animation_delay', $field) ){ $animation_delay = 'data-wow-delay="'. $field['animation_delay'] .'s"'; } ?> <div id="<?php echo $id; ?>" class="<?php echo $classes; ?>" <?php echo $animation_delay; ?>> <audio controls <?php echo $field['autoplay_audio'] ? 'autoplay' : ' '; ?> <?php echo $field['repeat_track'] ? 'loop' : ' '; ?>> <?php if ($field['audio_ogg_link']) : ?> <source src="<?php echo $field['audio_ogg_link']; ?>" type="audio/ogg"> <?php endif; ?> <?php if ($field['audio_mp3_link']) : ?> <source src="<?php echo $field['audio_mp3_link']; ?>" type="audio/mpeg"> <?php endif; ?> Your browser does not support the audio element. </audio> </div> <!-- qx-element-text -->
/home/pteabiscqq/www/libraries/quix/app/elements/audio/view.php