aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/response_previewform.html
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod/templates/response_previewform.html')
-rw-r--r--libpathod/templates/response_previewform.html28
1 files changed, 19 insertions, 9 deletions
diff --git a/libpathod/templates/response_previewform.html b/libpathod/templates/response_previewform.html
index 51e17814..d46043f3 100644
--- a/libpathod/templates/response_previewform.html
+++ b/libpathod/templates/response_previewform.html
@@ -1,15 +1,19 @@
<form style="margin-bottom: 0" class="form-inline" method="GET" action="/response_preview">
<input style="width: 18em" id="spec" name="spec" class="input-medium" value="{{spec}}"
placeholder="code:[features]">
- <input type="submit" class="btn" value="preview"> {% if not nocraft %}
- <a href="#" id="submitspec" class="btn">go</a> {% endif %}
+ <input type="submit" class="btn" value="preview">
+ {% if not nocraft %}
+ <a href="#" id="submitspec" class="btn">go</a>
+ {% endif %}
</form>
<a class="innerlink" data-toggle="collapse" data-target="#responseexamples">examples</a>
<div id="responseexamples" class="collapse">
- <p>Check out the <a href="/docs/language">complete language docs</a>. Here are some examples
- to get you started:</p>
+ <p>
+ Check out the <a href="/docs/language">complete language docs</a>. Here are
+ some examples to get you started:
+ </p>
<table class="table table-bordered">
<tbody>
@@ -19,7 +23,9 @@
</tr>
<tr>
<td><a href="/response_preview?spec=200:r">200:r</a></td>
- <td>A basic HTTP 200 response with no Content-Length header. This will hang.</td>
+ <td>A basic HTTP 200 response with no Content-Length header. This will
+ hang.
+ </td>
</tr>
<tr>
<td><a href="/response_preview?spec=200:da">200:da</a></td>
@@ -27,8 +33,10 @@
</tr>
<tr>
<td><a href="/response_preview?spec=200:b@100">200:b@100</a></td>
- <td>100 random bytes as the body. A Content-Lenght header is added, so the
- disconnect is no longer needed.</td>
+ <td>
+ 100 random bytes as the body. A Content-Lenght header is added, so the disconnect
+ is no longer needed.
+ </td>
</tr>
<tr>
<td><a href='/response_preview?spec=200:b@100:h"Server"="&apos;;drop table servers;"'>200:b@100:h"Etag"="';drop table servers;"</a></td>
@@ -58,8 +66,10 @@
<td>
<a href="/response_preview?spec=200:b@100:h@1k,ascii_letters='foo'">200:b@100:h@1k,ascii_letters='foo'</a>
</td>
- <td>100 ASCII bytes as the body, randomly generated 100k header name, with
- the value 'foo'.</td>
+ <td>
+ 100 ASCII bytes as the body, randomly generated 100k header name, with the value
+ 'foo'.
+ </td>
</tr>
</tbody>
</table>