Changeset 2393 for branches/release-38/default_templates/comments.mtml
- Timestamp:
- 05/19/08 19:10:48 (19 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-38/default_templates/comments.mtml
r2376 r2393 61 61 <input type="hidden" name="armor" value="1" /> 62 62 <input type="hidden" name="preview" value="" /> 63 <input type="hidden" name="sid" value="" /> 63 64 <div id="comments-open-data"> 64 65 <div id="comment-form-name"> 65 66 <label for="comment-author"><__trans phrase="Name"></label> 66 <input id="comment-author" name="author" size="30" value="" onfocus="mt ShowCaptcha()" />67 <input id="comment-author" name="author" size="30" value="" onfocus="mtCommentFormOnFocus()" /> 67 68 </div> 68 69 <div id="comment-form-email"> 69 70 <label for="comment-email"><__trans phrase="Email Address"></label> 70 <input id="comment-email" name="email" size="30" value="" onfocus="mt ShowCaptcha()" />71 <input id="comment-email" name="email" size="30" value="" onfocus="mtCommentFormOnFocus()" /> 71 72 </div> 72 73 <div id="comment-form-url"> 73 74 <label for="comment-url"><__trans phrase="URL"></label> 74 <input id="comment-url" name="url" size="30" value="" onfocus="mt ShowCaptcha()" />75 <input id="comment-url" name="url" size="30" value="" onfocus="mtCommentFormOnFocus()" /> 75 76 </div> 76 77 <div id="comment-form-remember-me"> … … 86 87 <label for="comment-text"><__trans phrase="Comments"> 87 88 <MTIfAllowCommentHTML><__trans phrase="(You may use HTML tags for style)"></MTIfAllowCommentHTML></label> 88 <textarea id="comment-text" name="text" rows="15" cols="50" onfocus="mt ShowCaptcha()"></textarea>89 <textarea id="comment-text" name="text" rows="15" cols="50" onfocus="mtCommentFormOnFocus()"></textarea> 89 90 </div> 90 91 <div id="comments-open-captcha"></div>
