# HG changeset patch
# User Nicolas M. Thiery <nthiery@users.sf.net>
# Date 1302209851 -7200
# Node ID 6c6b0566ac17c1df5becfbf639e7ba95660ecb85
# Parent b398772ba73b87d12f14bfbb442c2eddb440db16
#10652: Add support for uploading static html doc page as a worksheet in the notebook
diff --git a/sagenb/data/sage/html/upload.html b/sagenb/data/sage/html/upload.html
a
|
b
|
|
7 | 7 | {% block main %} |
8 | 8 | |
9 | 9 | <div> |
10 | | <h2>Upload worksheet (an sws or txt file) to the Sage Notebook</h2> |
| 10 | <h2>Upload worksheet to the Sage Notebook</h2> |
| 11 | <p>Supported file formats: sws, html, or txt, or zip archive of such.</p> |
| 12 | |
11 | 13 | <form method="POST" action="upload_worksheet" |
12 | 14 | name="upload" enctype="multipart/form-data"> |
13 | 15 | <div> |