comparison themes/blog.steve.org.uk/comment-form.inc @ 156:8b0c547cd015

Updated to show / hide progress as appropriate
author Steve Kemp <steve@steve.org.uk>
date Thu, 03 Jan 2008 22:13:57 +0000
parents 4d2f0d6866e5
children
comparison
equal deleted inserted replaced
155:4d2f0d6866e5 156:8b0c547cd015
11 <tr><td>Your Email</td> 11 <tr><td>Your Email</td>
12 <td><input type="text" size="55" name="mail"></td></tr> 12 <td><input type="text" size="55" name="mail"></td></tr>
13 <tr><td colspan="2">Your Comment<br /> 13 <tr><td colspan="2">Your Comment<br />
14 <textarea name="body" rows="10" cols="60"> 14 <textarea name="body" rows="10" cols="60">
15 </textarea></td></tr> 15 </textarea></td></tr>
16 <tr><td></td><td align="right"><input type="submit" name="submit" value="Post Comment" onClick="submitAjax(); return false;"></td></tr> 16 <tr><td></td><td align="right"><div id="progress" style="display:none;"><img src="progress.gif" alt="" width="36" height="36"></div><input type="submit" name="submit" value="Post Comment" onClick="submitComment(); return false;"></td></tr>
17 </table> 17 </table>
18 </form> 18 </form>
19 <p>Your submission will be ignored if any field is left blank. But your email address will not be displayed.</p> 19 <p>Your submission will be ignored if any field is left blank. But your email address will not be displayed.</p>
20 </blockquote> 20 </blockquote>
21 </div> 21 </div>