comparison examples/blog/src/new.html.luan @ 1707:ad5647031343

fix blog
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 04 Jul 2022 12:40:59 -0600
parents 4c2972f4d862
children
comparison
equal deleted inserted replaced
1706:93b9fd13a06c 1707:ad5647031343
27 <body> 27 <body>
28 <h1>Make New Post</h1> 28 <h1>Make New Post</h1>
29 29
30 <form method=post> 30 <form method=post>
31 <p>Subject: <input name=subject size=50 type=text></p> 31 <p>Subject: <input name=subject size=50 type=text></p>
32 <p><textarea name=content rows=20 cols=90></textarea><br>bbcode works</p> 32 <p><textarea name=content rows=20 cols=90></textarea></p>
33 <p> 33 <p>
34 <input type=submit name=save value=Submit> 34 <input type=submit name=save value=Submit>
35 </p> 35 </p>
36 </form> 36 </form>
37 37