- Timestamp:
- 12/05/08 00:21:04 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CommentPlugin/data/System/CommentPluginTemplate.txt
r932 r1178 20 20 Generic prompt box used by other templates 21 21 <verbatim> 22 %TMPL:DEF{promptbox}%<div class="commentPlugin commentPluginPromptBox"><table border="0" cellpadding="0" cellspacing="0"><tr valign="middle"><td><textarea %DISABLED% rows="%rows|3%" cols="%cols|70%" name="comment" class="twikiInputField" wrap="soft" onfocus="if(this.value=='%MESSAGE%')this.value=''" onblur="if(this.value=='')this.value='%MESSAGE%'">%MESSAGE%</textarea></td><td> <input %DISABLED% type="submit" value="%button|Add comment%" class=" twikiButton" /></td></tr></table></div><!--/commentPlugin-->%TMPL:END%22 %TMPL:DEF{promptbox}%<div class="commentPlugin commentPluginPromptBox"><table border="0" cellpadding="0" cellspacing="0"><tr valign="middle"><td><textarea %DISABLED% rows="%rows|3%" cols="%cols|70%" name="comment" class="twikiInputField" wrap="soft" onfocus="if(this.value=='%MESSAGE%')this.value=''" onblur="if(this.value=='')this.value='%MESSAGE%'">%MESSAGE%</textarea></td><td> <input %DISABLED% type="submit" value="%button|Add comment%" class="foswikiButton" /></td></tr></table></div><!--/commentPlugin-->%TMPL:END% 23 23 </verbatim> 24 24 Short comment, signed and dated … … 84 84 85 85 <verbatim> 86 %TMPL:DEF{PROMPT:bulletabove}%<input class="twikiInputField" name="bullet_above_item" id="bullet_above_item" type="text" size="%inputsize|40%" value="%URLPARAM{"bullet_above_item"}%" /> <input %DISABLED% type="submit" value="%button|Add item%" class=" twikiButton" />%TMPL:END%86 %TMPL:DEF{PROMPT:bulletabove}%<input class="twikiInputField" name="bullet_above_item" id="bullet_above_item" type="text" size="%inputsize|40%" value="%URLPARAM{"bullet_above_item"}%" /> <input %DISABLED% type="submit" value="%button|Add item%" class="foswikiButton" />%TMPL:END% 87 87 </verbatim> 88 88 <verbatim> … … 205 205 | <label for="action_due">Due date</label>| <input class="twikiInputField" name="action_due" id="action_due" type="text" size="30" value="%URLPARAM{"due"}%" /> | 206 206 | <label for="action_comment">Comment</label>| <textarea %DISABLED% rows="%rows|3%" cols="%cols|50%" name="action_comment" id="action_comment" class="twikiInputField" wrap="soft" onfocus="if(this.value=='%MESSAGE%')this.value=''" onblur="if(this.value=='')this.value='%MESSAGE%'">%MESSAGE%</textarea> | 207 || <input %DISABLED% type="submit" class=" twikiButton" value="Add action" /> |207 || <input %DISABLED% type="submit" class="foswikiButton" value="Add action" /> | 208 208 %TMPL:END% 209 209 </verbatim> … … 225 225 | <label for="comment_date">Date</label>| <input class="twikiInputField" %DISABLED% type="text" size="40" name="comment_date" id="comment_date" /> | 226 226 | <label for="comment_city">City</label>| <input class="twikiInputField" %DISABLED% type="text" size="40" name="comment_city" id="comment_city" value="" /> | 227 || <input %DISABLED% type="submit" class=" twikiButton" value="%button|Add entry%" /> |227 || <input %DISABLED% type="submit" class="foswikiButton" value="%button|Add entry%" /> | 228 228 %TMPL:END% 229 229 </verbatim> … … 245 245 | <label for="comment_summary">Summary</label>| <input class="twikiInputField" %DISABLED% type="text" size="40" name="comment_summary" id="comment_summary" /> | 246 246 | <label for="toctalk_comment_text">Message</label>| <textarea %DISABLED% rows="%rows|3%" cols="%cols|50%" name="toctalk_comment_text" id="toctalk_comment_text" class="twikiInputField" wrap="soft" onfocus="if(this.value=='%MESSAGE%')this.value=''" onblur="if(this.value=='')this.value='%MESSAGE%'">%MESSAGE%</textarea> | 247 || <input %DISABLED% type="submit" value="%button|Add%" class=" twikiButton" /> |247 || <input %DISABLED% type="submit" value="%button|Add%" class="foswikiButton" /> | 248 248 %TMPL:END% 249 249 </verbatim> … … 269 269 | <label for="comment_link">Link label</label>| <input class="twikiInputField" %DISABLED% type="text" size="40" name="comment_link" id="comment_link" /> | 270 270 | <label for="bookmark_comment_text">Comment</label>| <input class="twikiInputField" %DISABLED% type="text" size="40" name="bookmark_comment_text" id="bookmark_comment_text" value="%MESSAGE%" /> | 271 || <input %DISABLED% type="submit" value="%button|Add bookmark%" class=" twikiButton" /> |271 || <input %DISABLED% type="submit" value="%button|Add bookmark%" class="foswikiButton" /> | 272 272 %TMPL:END% 273 273 </verbatim>
Note: See TracChangeset
for help on using the changeset viewer.
