metamaps--metamaps/app/views/layouts/_lightboxes.html.erb

121 lines
5.2 KiB
Plaintext
Raw Normal View History

2014-02-05 05:03:44 +00:00
<%#
# @file
# The inner HTML of the account box that comes up in the bottom left
#%>
2014-10-15 03:19:58 +00:00
<div id="lightbox_overlay">
2014-02-05 05:03:44 +00:00
<div id="lightbox_main">
<a id="lightbox_close" href="#"></a>
2014-02-05 05:03:44 +00:00
<div id="lightbox_content">
2016-03-25 04:26:07 +00:00
2014-02-05 05:03:44 +00:00
<div class="lightboxContent" id="about">
<h3>About Metamaps.cc</h3>
2014-09-10 22:12:21 +00:00
<div id="aboutParms">
<div id="leftAboutParms">
<p>STATUS: </p>
<p>VERSION:</p>
<p>LAST UPDATE:</p>
2016-03-25 04:26:07 +00:00
</div>
2014-09-10 22:12:21 +00:00
<div id="rightAboutParms">
<p>PRIVATE BETA</p>
2016-04-13 02:48:34 +00:00
<p><%= METAMAPS_VERSION %></p>
<p>Mar 26, 2016</p>
2016-03-25 04:26:07 +00:00
</div>
<div class="clearfloat">
</div>
</div>
<p>Metamaps.cc is a free and open source web platform that supports real-time sense-making and distributed collaboration between individuals, communities and organizations.</p>
2014-02-10 06:29:02 +00:00
<p>Using an intuitive graph-based interface, Metamaps.cc helps map out networks of people, ideas, resources, stories, experiences, conversations and much more. The platform is evolving for a range of applications amidst a growing network of designers, developers, facilitators, practitioners, entrepreneurs, and artists.</p>
2014-02-10 06:29:02 +00:00
<p>Metamaps.cc is created and maintained by a distributed community of contributors passionate about the evolution of collaboration, alternative forms of value creation and increase of collective intelligence through the lens of the open culture and the peer-to-peer revolution.</p>
2016-03-25 04:26:07 +00:00
2014-08-27 02:51:50 +00:00
<ul class="lightbox_links">
<li>
2014-10-24 16:10:56 +00:00
<a id="lightbox_metamapps" href="https://twitter.com/metamapps" target="_blank">
2014-08-27 02:51:50 +00:00
<div class="lightboxAboutIcon"></div>
@metamapps
</a>
</li>
<li>
<a id="lightbox_community" href="https://plus.google.com/u/0/communities/115060009262157699234" target="_blank">
<div class="lightboxAboutIcon"></div>
community
</a>
</li>
<li>
<a id="lightbox_blog" href="http://blog.metamaps.cc" target="_blank">
<div class="lightboxAboutIcon"></div>
blog
</a>
</li>
<li>
2016-04-13 02:16:54 +00:00
<a id="lightbox_source" href="https://github.com/metamaps/metamaps" target="_blank">
2014-08-27 02:51:50 +00:00
<div class="lightboxAboutIcon"></div>
source code
</a>
</li>
<li>
2016-02-23 10:56:50 +00:00
<a id="lightbox_term" data-bypass="true" href="https://metamaps.cc/maps/331" target="_blank">
2014-08-27 02:51:50 +00:00
<div class="lightboxAboutIcon"></div>
terms
</a>
</li>
2014-02-05 05:03:44 +00:00
</ul>
<div class="clearfloat"></div>
</div>
2014-09-10 20:32:18 +00:00
2014-10-07 18:47:06 +00:00
<div class="lightboxContent" id="noIE">
<h3>OOPS! <br> YOUR BROWSER IS NOT SUPPORTED.</h3>
<p id="noIEsubheading">To view this experience, please upgrade to the latest one of these browsers:</p>
<a id="chromeIcon" href="https://www.google.com/chrome/browser/" target="_blank">Chrome</a>
<a id="fireFoxIcon" href="https://www.mozilla.org/en-US/firefox/new/" target="_blank">Firefox</a>
<a id="safariIcon" href="http://support.apple.com/downloads/#safari" target="_blank">Safari</a>
<p id="noIEbody">While it's downloading, explore our <a href="http://blog.metamaps.cc/">blog</a>,<br> watch the <a href="http://vimeo.com/88334167">tutorials</a>, or visit our <a href="http://metamapscc.uservoice.com/">knowledge base</a>!
2014-10-07 18:47:06 +00:00
</div>
2014-02-05 05:03:44 +00:00
<div class="lightboxContent" id="tutorial">
<h3>Tutorial</h3>
2014-03-06 16:08:45 +00:00
<iframe src="//player.vimeo.com/video/88334167?title=0&amp;byline=0&amp;portrait=0" width="510" height="319" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
2014-02-05 05:03:44 +00:00
</div>
2016-03-25 04:26:07 +00:00
2014-02-05 05:03:44 +00:00
<div class="lightboxContent" id="cheatsheet">
<%= render :partial => 'shared/cheatsheet' %>
2016-03-25 04:26:07 +00:00
</div>
<% if current_user %>
2014-02-07 17:55:11 +00:00
<div class="lightboxContent" id="invite">
2014-09-10 22:12:21 +00:00
<h3>SHARE INVITE</h3>
2016-03-25 04:26:07 +00:00
<div class="leaveSpace"></div>
<p>The Metamaps platform is currently in an invite-only beta with the express purpose of creating a high value knowledge ecosystem, a diverse community of contributors and a culture of collaboration and curiosity.</p>
<p>As a valued beta tester, you have the ability to invite your peers, colleagues and collaborators onto the platform.</p>
<p>Below is a personal invite link containing your unique access code, which can be used multiple times.</p>
2014-09-10 22:12:21 +00:00
<div id="joinCodesBox">
2016-03-25 04:26:07 +00:00
<p class="joinCodes"><%= determine_invite_link %>
2015-11-03 14:22:53 +00:00
<button class="button" onclick="Metamaps.GlobalUI.shareInvite('<%= @invite_link %>');">COPY INVITE LINK!</button>
2014-09-10 22:12:21 +00:00
</div>
2016-03-25 04:26:07 +00:00
2014-02-07 17:55:11 +00:00
</div>
2016-03-25 04:26:07 +00:00
2014-02-05 17:37:21 +00:00
<% # this is the create new map form %>
2016-03-25 04:26:07 +00:00
<div class="lightboxContent" id="newmap">
<%= render :partial => 'layouts/newmap' %>
2014-02-05 17:37:21 +00:00
</div>
2016-03-25 04:26:07 +00:00
<div class="lightboxContent" id="forkmap">
<%= render :partial => 'shared/forkmap' %>
2014-02-05 17:37:21 +00:00
</div>
<div class="lightboxContent" id="switchMetacodes">
<%= render :partial => 'shared/switchmetacodes' %>
</div>
2014-02-05 17:37:21 +00:00
<% end %>
2016-03-25 04:26:07 +00:00
2014-02-05 05:03:44 +00:00
</div>
</div>
<div id="lightbox_screen" style="height: 100%;"></div>
2014-02-05 05:03:44 +00:00
</div>