// // shame file - used for any bad-form/orphaned scss that knowingly violate edX FED architecture/standards (see - http://csswizardry.com/2013/04/shame-css/)
// ====================
// view - dashboard
body.dashboard{
// elements - authorship controls
.wrapper-authorshiprights{
.ui-toggle-control{
// needed to override general a element transition properties - need to fix.
transition-duration:0.25s;
transition-timing-function:ease-in-out;
}
.icon-remove-sign{
// needed to override general a element transition properties - need to fix.
transition-duration:0.25s;
transition-timing-function:ease-in-out;
}
}
}
// known things to do (paint the fence, sand the floor, wax on/off)
// ====================
// known things to do (paint the fence, sand the floor, wax on/off):
// * centralize and move form styling into forms.scss - cms/static/sass/views/_textbooks.scss and cms/static/sass/views/_settings.scss
// * move dialogue styles into cms/static/sass/elements/_modal.scss
// * use the @include placeholder Bourbon mixin (http://bourbon.io/docs/#placeholder) for any placeholder styling
<p>${_('Something went wrong. Check to make sure the URL you went to was correct -- e-mail programs will sometimes split it into two lines. If you still have issues, e-mail us to let us know what happened at {email}.').format(email='<ahref="mailto:bugs@mitx.mit.edu">bugs@mitx.mit.edu</a>')}</p>
<h1class="title">${_('Your account activation is invalid')}</h1>
<divclass="copy">
<p>${_("We're sorry. Something went wrong with your activation. Check to make sure the URL you went to was correct — e-mail programs will sometimes split it into two lines.")}</p>
<p>${_("If you still have issues, contact edX Support. In the meatime, you can also return to")} <ahref="/">{_('the Studio homepage.')}</a></p>
</div>
</div>
<p>${_('Or you can go back to the {link_start}home page{link_end}.').format(
<h3class="title">${_("Are you staff on an existing Studio course?")}</h3>
<divclass="copy">
<p>${_('You will need to be added to the course in Studio by the course creator. Please get in touch with the course creator or administrator for the specific course you are helping to author.')}</p>
</div>
</div>
</div>
%if course_creator_status == "granted":
<divclass="notice-item has-actions">
<divclass="msg">
<h3class="title">${_('Create Your First Course')}</h3>
<divclass="copy">
<p>${_('Your new course is just a click away!')}</p>
</div>
</div>
<ulclass="list-actions">
<liclass="action-item">
<ahref="#"class="action-primary action-create action-create-course new-course-button"><iclass="icon-plus icon-inline"></i> ${_('Create Your First Course')}</a>
</li>
</ul>
</div>
% endif
</div>
% endif
%if course_creator_status == "unrequested":
<divclass="wrapper wrapper-creationrights">
<h3class="title">
<ahref="#instruction-creationrights"class="ui-toggle-control show-creationrights"><spanclass="label">${_('Becoming a Course Creator in Studio')}</span><iclass="icon-remove-sign"></i></a>
<p>${_('edX Studio is a hosted solution for our xConsortium partners and selected guests. Courses for which you are a team member appear above for you to edit, while course creator privileges are granted by edX. Our team will evaluate your request and provide you feedback within 24 hours during the work week.')}</p>
<buttontype="submit"id="request-coursecreator-submit"name="request-coursecreator-submit"class="action-primary action-request"><iclass="icon-cog icon-inline icon-spin"></i><spanclass="label">${_('Request the Ability to Create Courses')}</span></button>
<p>${_('edX Studio is a hosted solution for our xConsortium partners and selected guests. Courses for which you are a team member appear above for you to edit, while course creator privileges are granted by edX. Our team is has completed evaluating your request.')}</p>
<p>${_('edX Studio is a hosted solution for our xConsortium partners and selected guests. Courses for which you are a team member appear above for you to edit, while course creator privileges are granted by edX. Our team is currently evaluating your request.')}</p>
<p>${_('If you are new to Studio and having trouble getting started, there are a few things that may be of help:')}</p>
<olclass="list-actions">
<liclass="action-item">
<ahref="http://files.edx.org/Getting_Started_with_Studio.pdf"title="This is a PDF Document">${_('Get started by reading Studio\'s Documentation')}</a>
</li>
<liclass="action-item">
<ahref="http://help.edge.edx.org/discussion/new"class="show-tender"title="Use our feedback tool, Tender, to request help">${_('Request help with Studio')}</a>
</li>
</ol>
</div>
% if course_creator_status=='disallowed_for_this_site' and settings.MITX_FEATURES.get('STAFF_EMAIL',''):
<divclass="bit">
<h3class="title title-3">${_('Can I create courses in Studio?')}</h3>
<p>${_('In order to create courses in Studio, you must')} <ahref="mailto:${settings.MITX_FEATURES.get('STAFF_EMAIL','')}">${_("contact edX staff to help you create a course")}</a></p>
</div>
% endif
% if course_creator_status == "unrequested":
<divclass="bit">
<h3class="title title-3">${_('Can I create courses in Studio?')}</h3>
<p>${_('In order to create courses in Studio, you must have course creator privileges to create your own course.')}</p>
</div>
% elif course_creator_status == "denied":
<divclass="bit">
<h3class="title title-3">${_('Can I create courses in Studio?')}</h3>
<p>${_('Your request to author courses in studio has been denied. Please')} <ahref="http://help.edge.edx.org/discussion/new"class="show-tender">${_('contact edX Staff with further questions')}</a></p>
</div>
% endif
</aside>
</section>
% else:
<sectionclass="content">
<articleclass="content-primary"role="main">
<divclass="introduction">
<h2class="title">${_("Thanks for signing up, %(name)s!") % dict(name= user.username)}</h2>
<h3class="title">${_('We need to verify your email address')}</h3>
<divclass="copy">
<p>${_('Almost there! In order to complete your sign up we need you to verify your email address (%(email)s). An activation message and next steps should be waiting for you there.') % dict(email=user.email)}</p>
<p>${_('Please check your Junk or Spam folders in case our email isn\'t in your INBOX. Still can\'t find the verification email? Request help via the link below.')}</p>
<olclass='list-actions'>
<liclass="action-item">
<ahref="http://help.edge.edx.org/discussion/new"class="show-tender"title="Use our feedback tool, Tender, to request help">Request help with your Studio account</a>