Fossil SCM
minor cosmetic cleanups.
Commit
2dac80dd9f86b95a2dca6091f55c09c143201d8c
Parent
4b70853483fbecd…
1 file changed
+8
-6
+8
-6
| --- ajax/index.html | ||
| +++ ajax/index.html | ||
| @@ -203,12 +203,16 @@ | ||
| 203 | 203 | |
| 204 | 204 | If you're actually using this page, then you know what you're doing and don't |
| 205 | 205 | need help text, hoverhelp, and a snazzy interface. |
| 206 | 206 | |
| 207 | 207 | <br><br> |
| 208 | -See also: <a href='wiki-editor.html'>prototype wiki editor</a>. | |
| 208 | + | |
| 209 | + | |
| 210 | +JSON API docs: <a href='https://docs.google.com/document/d/1fXViveNhDbiXgCuE7QDXQOKeFzf2qNUkBEgiUvoqFN4/edit'>https://docs.google.com/document/d/1fXViveNhDbiXgCuE7QDXQOKeFzf2qNUkBEgiUvoqFN4/edit</a> | |
| 211 | + | |
| 209 | 212 | </div><!-- #headerArea --> |
| 213 | +See also: <a href='wiki-editor.html'>prototype wiki editor</a>. | |
| 210 | 214 | |
| 211 | 215 | <h2>Request...</h2> |
| 212 | 216 | |
| 213 | 217 | Path: <input type='text' size='40' id='textPath' value='/json/HAI'/> |
| 214 | 218 | <input type='button' value='Send...' id='btnSend' onclick='TheApp.sendRequest()' /><br/> |
| @@ -261,28 +265,26 @@ | ||
| 261 | 265 | <tr> |
| 262 | 266 | <th>POST data</th> |
| 263 | 267 | <th>Request AJAJ options</th> |
| 264 | 268 | </tr> |
| 265 | 269 | <tr> |
| 266 | - <td width='50%'> | |
| 267 | - | |
| 270 | + <td width='50%' valign='top'> | |
| 268 | 271 | <textarea id='taRequest' rows='10' cols='50'></textarea> |
| 269 | 272 | </td> |
| 270 | - <td width='50%'> | |
| 273 | + <td width='50%' valign='top'> | |
| 271 | 274 | <textarea id='taRequestOpt' rows='10' cols='40' readonly></textarea> |
| 272 | - | |
| 273 | 275 | </td> |
| 274 | 276 | </tr> |
| 275 | 277 | <tr> |
| 276 | 278 | <th colspan='2'>Response <span id='timer'></span></th> |
| 277 | 279 | </tr> |
| 278 | 280 | <tr> |
| 279 | - <td colspan='2' id='responseContainer'> | |
| 281 | + <td colspan='2' id='responseContainer' valign='top'> | |
| 280 | 282 | <textarea id='taResponse' rows='20' cols='80' readonly></textarea> |
| 281 | 283 | </td> |
| 282 | 284 | </tr> |
| 283 | 285 | </table> |
| 284 | 286 | <div></div> |
| 285 | 287 | <div></div> |
| 286 | 288 | <div></div> |
| 287 | 289 | |
| 288 | 290 | </body></html> |
| 289 | 291 |
| --- ajax/index.html | |
| +++ ajax/index.html | |
| @@ -203,12 +203,16 @@ | |
| 203 | |
| 204 | If you're actually using this page, then you know what you're doing and don't |
| 205 | need help text, hoverhelp, and a snazzy interface. |
| 206 | |
| 207 | <br><br> |
| 208 | See also: <a href='wiki-editor.html'>prototype wiki editor</a>. |
| 209 | </div><!-- #headerArea --> |
| 210 | |
| 211 | <h2>Request...</h2> |
| 212 | |
| 213 | Path: <input type='text' size='40' id='textPath' value='/json/HAI'/> |
| 214 | <input type='button' value='Send...' id='btnSend' onclick='TheApp.sendRequest()' /><br/> |
| @@ -261,28 +265,26 @@ | |
| 261 | <tr> |
| 262 | <th>POST data</th> |
| 263 | <th>Request AJAJ options</th> |
| 264 | </tr> |
| 265 | <tr> |
| 266 | <td width='50%'> |
| 267 | |
| 268 | <textarea id='taRequest' rows='10' cols='50'></textarea> |
| 269 | </td> |
| 270 | <td width='50%'> |
| 271 | <textarea id='taRequestOpt' rows='10' cols='40' readonly></textarea> |
| 272 | |
| 273 | </td> |
| 274 | </tr> |
| 275 | <tr> |
| 276 | <th colspan='2'>Response <span id='timer'></span></th> |
| 277 | </tr> |
| 278 | <tr> |
| 279 | <td colspan='2' id='responseContainer'> |
| 280 | <textarea id='taResponse' rows='20' cols='80' readonly></textarea> |
| 281 | </td> |
| 282 | </tr> |
| 283 | </table> |
| 284 | <div></div> |
| 285 | <div></div> |
| 286 | <div></div> |
| 287 | |
| 288 | </body></html> |
| 289 |
| --- ajax/index.html | |
| +++ ajax/index.html | |
| @@ -203,12 +203,16 @@ | |
| 203 | |
| 204 | If you're actually using this page, then you know what you're doing and don't |
| 205 | need help text, hoverhelp, and a snazzy interface. |
| 206 | |
| 207 | <br><br> |
| 208 | |
| 209 | |
| 210 | JSON API docs: <a href='https://docs.google.com/document/d/1fXViveNhDbiXgCuE7QDXQOKeFzf2qNUkBEgiUvoqFN4/edit'>https://docs.google.com/document/d/1fXViveNhDbiXgCuE7QDXQOKeFzf2qNUkBEgiUvoqFN4/edit</a> |
| 211 | |
| 212 | </div><!-- #headerArea --> |
| 213 | See also: <a href='wiki-editor.html'>prototype wiki editor</a>. |
| 214 | |
| 215 | <h2>Request...</h2> |
| 216 | |
| 217 | Path: <input type='text' size='40' id='textPath' value='/json/HAI'/> |
| 218 | <input type='button' value='Send...' id='btnSend' onclick='TheApp.sendRequest()' /><br/> |
| @@ -261,28 +265,26 @@ | |
| 265 | <tr> |
| 266 | <th>POST data</th> |
| 267 | <th>Request AJAJ options</th> |
| 268 | </tr> |
| 269 | <tr> |
| 270 | <td width='50%' valign='top'> |
| 271 | <textarea id='taRequest' rows='10' cols='50'></textarea> |
| 272 | </td> |
| 273 | <td width='50%' valign='top'> |
| 274 | <textarea id='taRequestOpt' rows='10' cols='40' readonly></textarea> |
| 275 | </td> |
| 276 | </tr> |
| 277 | <tr> |
| 278 | <th colspan='2'>Response <span id='timer'></span></th> |
| 279 | </tr> |
| 280 | <tr> |
| 281 | <td colspan='2' id='responseContainer' valign='top'> |
| 282 | <textarea id='taResponse' rows='20' cols='80' readonly></textarea> |
| 283 | </td> |
| 284 | </tr> |
| 285 | </table> |
| 286 | <div></div> |
| 287 | <div></div> |
| 288 | <div></div> |
| 289 | |
| 290 | </body></html> |
| 291 |