mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
132 lines
8.2 KiB
PHP
Executable File
132 lines
8.2 KiB
PHP
Executable File
<div id="contact" class="modal">
|
|
<div class="modal-header-fixed">
|
|
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat">Close</a>
|
|
</div>
|
|
<div class="modal-content">
|
|
<h4>Want to contact us?</h4>
|
|
<div id="contact-container">
|
|
<form id="contact-form" method="post" onsubmit="return false;">
|
|
<input id="contact-form-from" name="from" type="email" placeholder="your@mail.com" autocomplete="off" class="validate">
|
|
<input id="contact-form-message" name="message" type="text" placeholder="Your message to us..." autocomplete="off">
|
|
<button class="contact-button-submit" action="submit" id="submit-contact-form">Send</button>
|
|
<div class="valign hide" id="send-loader">
|
|
<div class="preloader-wrapper small active">
|
|
<div class="spinner-layer spinner-blue">
|
|
<div class="circle-clipper left">
|
|
<div class="circle"></div>
|
|
</div><div class="gap-patch">
|
|
<div class="circle"></div>
|
|
</div><div class="circle-clipper right">
|
|
<div class="circle"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="spinner-layer spinner-red">
|
|
<div class="circle-clipper left">
|
|
<div class="circle"></div>
|
|
</div><div class="gap-patch">
|
|
<div class="circle"></div>
|
|
</div><div class="circle-clipper right">
|
|
<div class="circle"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="spinner-layer spinner-yellow">
|
|
<div class="circle-clipper left">
|
|
<div class="circle"></div>
|
|
</div><div class="gap-patch">
|
|
<div class="circle"></div>
|
|
</div><div class="circle-clipper right">
|
|
<div class="circle"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="spinner-layer spinner-green">
|
|
<div class="circle-clipper left">
|
|
<div class="circle"></div>
|
|
</div><div class="gap-patch">
|
|
<div class="circle"></div>
|
|
</div><div class="circle-clipper right">
|
|
<div class="circle"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<footer class="page-footer cursor-default">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col l6 s12">
|
|
<h5 class="white-text">Zöff</h5>
|
|
<p class="grey-text text-lighten-4">The shared YouTube radio</p>
|
|
<p class="grey-text text-lighten-4">
|
|
Being built around the YouTube search and video API
|
|
it enables the creation of collaborative and shared live playlists,
|
|
with billions of videos and songs to choose from, all for free and without registration.
|
|
<br />
|
|
Enjoy!
|
|
</p>
|
|
<ul id="footer-buttons">
|
|
<li>
|
|
<a class="modal-trigger waves-effect help-button-footer" title="Need help with the site?" onclick="$('#help').openModal()">Help, how does this work?!</a>
|
|
</li>
|
|
<li>
|
|
<a class="modal-trigger waves-effect green help-button-footer" id="embed-button" title="Want to embed this channel?" onclick="$('#embed').openModal()">Embed this channel</a>
|
|
</li>
|
|
<li>
|
|
<a class="modal-trigger waves-effect red help-button-footer" id="contact-button" title="Contact us" onclick="$('#contact').openModal()">Contact us</a>
|
|
</li>
|
|
</ul>
|
|
<p id="latest-commit" class="grey-text text-lighten-4 truncate"></p>
|
|
</div>
|
|
<div class="col l4 offset-l2 s12 valign-wrapper">
|
|
<ul>
|
|
<li>
|
|
<a href="https://github.com/zoff-music/">
|
|
<img title="Contribute on GitHub" src="/static/images/GitHub_Logo.png" alt="GitHub" />
|
|
</a>
|
|
<p>
|
|
<a class="waves-effect waves-light btn light-blue share shareface" href="https://www.facebook.com/sharer/sharer.php?u=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>" target="popup" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>','Share Playlist','width=600,height=300')">
|
|
<img class="left" src="/static/images/facebook.png" alt="Share on Facebook" />Share on Facebook
|
|
</a>
|
|
</p>
|
|
<p>
|
|
<a class="waves-effect waves-light btn light-blue share" href="http://twitter.com/intent/tweet?url=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>&text=Check%20out%20this%20playlist%20<?php echo ucfirst($list); ?>%20on%20Zöff!&via=zoffmusic" target="popup" onclick="window.open('http://twitter.com/intent/tweet?url=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>&text=Check%20out%20this%20playlist%20<?php echo ucfirst($list); ?>%20on%20Zöff!&via=zoffmusic','Share Playlist','width=600,height=300')">
|
|
<img class="left" src="/static/images/twitter.png" alt="Share on Twitter" />Share on Twitter
|
|
</a>
|
|
</p>
|
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" id="donate_form">
|
|
<input type="hidden" name="cmd" value="_s-xclick">
|
|
<input type="hidden" name="hosted_button_id" value="JEXDYP59N5VWE">
|
|
<a title="Like what we made? Help us by donating (a) beer!" class="waves-effect waves-light btn orange light-blue share" onclick="document.getElementById('donate_form').submit();">Donate
|
|
</a>
|
|
</form>
|
|
<p>
|
|
<a href="//chart.googleapis.com/chart?chs=500x500&cht=qr&chl=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>&choe=UTF-8&chld=L%7C1" >
|
|
<img class="card rounded" src="//chart.googleapis.com/chart?chs=150x150&cht=qr&chl=http://<?php echo $_SERVER['HTTP_HOST'].'/'.$list; ?>&choe=UTF-8&chld=L%7C1" alt="QRCode for link" title="QR code for this page, for easy sharing!" />
|
|
</a>
|
|
</p>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="footer-copyright">
|
|
<div class="container">
|
|
© <?php echo date("Y"); ?>
|
|
<a href="http://nixo.no">Nixo</a> &
|
|
<a href="http://kasperrt.no">KasperRT</a>
|
|
All Rights Reserved.
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
|
|
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
|
|
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
|
|
<script type="text/javascript" src="/static/dist/lib/materialize.min.js"></script>
|
|
<script type="text/javascript" src="//cdn.socket.io/socket.io-1.4.5.js"></script>
|