{% extends "notebook/worksheet_page_template.html" %} {# INPUT: - worksheet - an instance of Worksheet - worksheet_filename - a string containing a worksheet's filename - username - a string containing a username - JSMATH - a boolean stating whether to include jsMath - JSMATH_IMAGE_FONTS - a boolean stating whether to include jsMath iamage fonts - JEDITABLE_TINYMCE - a boolean stating whether to include jEditable and TinyMCE - sage_jsmath_macros - an array containing strings of Javascript of Sage macros for jsMath #} {% set title = 'Upload or Create Data File' %} {% block body_addition %}

Upload or create data file attached to the worksheet '%s'


Browse your computer to select a file to upload:


Or enter the url of a file on the web:



Or enter the name of a new file, which will be created:


What do you want to call it? (if different than the original name)



{% endblock %}