diff options
author | Wookey <wookey@wookware.org> | 2011-07-11 02:10:22 +0100 |
---|---|---|
committer | Wookey <wookey@wookware.org> | 2011-07-11 02:10:22 +0100 |
commit | dc1327674c2676db02ccf525725019cd9115b699 (patch) | |
tree | 8b3a151a8512576ccfb6bb6578fe124c033c46c0 /templates/fileupload.html | |
parent | c8ff8e3ef60c6eba0071e20664268c790c6a6aa6 (diff) | |
download | troggle-dc1327674c2676db02ccf525725019cd9115b699.tar.gz troggle-dc1327674c2676db02ccf525725019cd9115b699.tar.bz2 troggle-dc1327674c2676db02ccf525725019cd9115b699.zip |
remove all the DOS linefeeds
Diffstat (limited to 'templates/fileupload.html')
-rw-r--r-- | templates/fileupload.html | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/templates/fileupload.html b/templates/fileupload.html index d1db6ca..f71760d 100644 --- a/templates/fileupload.html +++ b/templates/fileupload.html @@ -1,18 +1,18 @@ -<h2>Fileupload</h2>
-
-<ul>
-{% for fileuploaded in filesuploaded %}
-<li>UPLOADEDFILE: {{fileuploaded}}
-</li>
-{% endfor %}
-</ul>
-<p>MESSAGE: {{message}}
-</p>
-
-{% if not filesuploaded %}
-<form action="" method="POST">
- <p>file to upload</p>
- <p><input type="file" name="file1"/></p>
- <p><input type="submit" name="submit" value="Submit" /></p>
-</form>
-{% endif %}
+<h2>Fileupload</h2> + +<ul> +{% for fileuploaded in filesuploaded %} +<li>UPLOADEDFILE: {{fileuploaded}} +</li> +{% endfor %} +</ul> +<p>MESSAGE: {{message}} +</p> + +{% if not filesuploaded %} +<form action="" method="POST"> + <p>file to upload</p> + <p><input type="file" name="file1"/></p> + <p><input type="submit" name="submit" value="Submit" /></p> +</form> +{% endif %} |