57 lines
2.4 KiB
HTML
57 lines
2.4 KiB
HTML
<%! from django.utils.translation import ugettext as _ %>
|
|
<%! from django.core.urlresolvers import reverse %>
|
|
<%page args="online_help_token"/>
|
|
<div class="wrapper-sock wrapper">
|
|
<ul class="list-actions list-cta">
|
|
<li class="action-item">
|
|
<a href="#sock" class="cta cta-show-sock"><i class="icon-question-sign"></i> <span class="copy">${_("Looking for help with Studio?")}</span></a>
|
|
</li>
|
|
</ul>
|
|
|
|
<div class="wrapper-inner wrapper">
|
|
<section class="sock" id="sock">
|
|
<header>
|
|
<h2 class="title sr">${_("edX Studio Documentation")}</h2>
|
|
</header>
|
|
|
|
<div class="support">
|
|
<h3 class="title">${_("edX Studio Documentation")}</h3>
|
|
|
|
<div class="copy">
|
|
<p>${_("You can click Help in the upper right corner of any page to get more information about the page you're on. You can also use the links below to download the Building and Running an edX Course PDF file, to go to the edX Author Support site, or to enroll in edX101.")}</p>
|
|
</div>
|
|
|
|
<ul class="list-actions">
|
|
<li class="action-item js-help-pdf">
|
|
<a href="${get_online_help_info(online_help_token)['pdf_url']}" target="_blank" rel="external" class="action action-primary">${_("Building and Running an edX Course PDF")}</a>
|
|
</li>
|
|
|
|
<li class="action-item">
|
|
<a href="http://help.edge.edx.org/" rel="external" class="action action-primary">${_("edX Studio Author Support")}</a>
|
|
<span class="tip">${_("edX Studio Author Support")}</span>
|
|
</li>
|
|
<li class="action-item">
|
|
<a href="https://edge.edx.org/courses/edX/edX101/How_to_Create_an_edX_Course/about" rel="external" class="action action-primary">${_("Enroll in edX101")}</a>
|
|
<span class="tip">${_("How to use edX Studio to build your course")}</span>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="feedback">
|
|
<h3 class="title">${_("Request help with edX Studio")}</h3>
|
|
|
|
<div class="copy">
|
|
<p>${_("Have problems, questions, or suggestions about edX Studio?")}</p>
|
|
</div>
|
|
|
|
<ul class="list-actions">
|
|
<li class="action-item">
|
|
|
|
<a href="http://help.edge.edx.org/discussion/new" class="action action-primary show-tender" title="${_("Use our feedback tool, Tender, to share your feedback")}"><i class="icon-comments"></i>${_("Contact Us")}</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</div>
|