jam-cloud/web/app/views/users/_download_templates.html.erb

46 lines
2.4 KiB
Plaintext

<script type="text/template" id="client-download-blurb-contents">
<div class="downloads">
{% if(data.isCongratulations) { %}
<div class="tagline">Congratulations!</div>
<br>
<p>You have successfully registered as a JamKazam musician. To get started playing with others, use the button below to download the JamKazam application through your browser. When the download is complete, open the downloaded file, and follow the on-screen instructions to install the application on your computer.</p>
<br>
{% } else { %}
<div class="tagline">JamKazam for {{data.platformDisplay}}</div><br>
<p>Here are a few of the great things you can do with JamKazam:</p>
<ul>
<li>Play with other musicians from your homes across the Internet as if you were in the same room</li>
<li>Record performances from your online sessions and share them over Facebook, Twitter, email, and more</li>
<li>Live broadcast your sessions so that family, friends, and fans can listen from anywhere</li>
</ul>
<br>
{% } %}
<a href="{{data.uri}}" class="current-os-download" data-platform="{{data.platform}}"></a>
<div class="hidden hidden-images">
<%= image_tag("content/button_download_mac.png", :alt => "download mac", :size => "348x92", "data-purpose" => "mac") %>
<%= image_tag("content/button_download_windows.png", :alt => "download windows", :size => "348x92", "data-purpose" => "windows") %>
<%= image_tag("content/button_download_linux.png", :alt => "download linux", :size => "348x92", "data-purpose" => "linux") %>
</div>
</div>
</script>
<script type="text/template" id="client-download-select-others">
<div class="download-box">
NEED A DIFFERENT VERSION?
<br><br>
<div class="download-others">
<a href="#" data-order="1" data-platform="{{data.platform1}}"></a><br><br>
<a href="#" data-order="2" data-platform="{{data.platform2}}"></a>
</div>
<div class="hidden hidden-images">
<%= image_tag("content/button_download_other_mac.png", :alt => "show download for mac", :size => "300x79", "data-purpose" => "mac") %>
<%= image_tag("content/button_download_other_windows.png", :alt => "show download for windows", :size => "300x79", "data-purpose" => "windows") %>
<%= image_tag("content/button_download_other_linux.png", :alt => "show download for linux", :size => "300x79", "data-purpose" => "linux" ) %>
</div>
</div>
</script>