<%inherit file="base.html" /> <%! from django.core.urlresolvers import reverse from django.utils.translation import ugettext as _ %> <%block name="title">${_("Files & Uploads")} <%block name="bodyclass">is-signedin course uploads view-uploads <%namespace name='static' file='static_content.html'/> <%block name="header_extras"> % for template_name in ["asset-library", "asset", "paging-header", "paging-footer"]: % endfor <%block name="jsextra"> <%block name="content">

${_("Content")} > ${_("Files & Uploads")}

${_("Page Actions")}

  • ${_("Upload New File")}

${_("What files are listed here?")}

${_("In addition to the files you upload on this page, any files that you add to the course appear in this list. These files include your course image, textbook chapters, and files that appear on your Course Handouts sidebar.")}

${_("File URLs")}

  • ${_("You use the Embed URL value to link to the file or image from a component, a course update, or a course handout.")}
  • ${_("You use the External URL value to reference the file or image from outside of your course. Do not use the External URL as a link value within your course.")}

${_("What can I do on this page?")}

  • ${_("You can upload new files or view, download, or delete existing files. You can lock a file so that people who are not enrolled in your course cannot access that file.")}
${_('close')}

${_("Upload New File")}

${_("Choose File")}
<%block name="view_alerts">

${_('Your file has been deleted.')}

${_('close alert')}