Changeset 302
- Timestamp:
- 01/09/06 21:41:43 (3 years ago)
- Files:
-
- newhackmacro/0.9/NewHack.py (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
newhackmacro/0.9/NewHack.py
r298 r302 201 201 <label for="description"><strong>Description</strong></label> 202 202 <br/> 203 <textarea id="description" name="description" cols="80" rows="8" title="Comprehensive description of your hack">%(description)s</textarea>203 <textarea class="wikitext" id="description" name="description" cols="80" rows="8" title="Comprehensive description of your hack">%(description)s</textarea> 204 204 </div> 205 205 </fieldset> … … 210 210 <label for="type" title="Type of hack"><strong>Type</strong></label> 211 211 <br/> 212 The type that best describes your macro. The title-cased version of the type will be appended to your page name.212 The type that best describes your hack. The title-cased version of the type will be appended to your page name. 213 213 <br/> 214 214 """ % { … … 257 257 <br/>One or more examples illustrating how to use your hack, if appropriate. 258 258 <br/> 259 <textarea id="example" name="example" cols="80" rows="8" title="Example of your hack in 'action'">%(example)s</textarea>259 <textarea class="wikitext" id="example" name="example" cols="80" rows="8" title="Example of your hack in 'action'">%(example)s</textarea> 260 260 </div> 261 261 </fieldset> … … 265 265 <input type="submit" name="cancel" value="Cancel" /> 266 266 </div> 267 <script type="text/javascript" src="/trac/js/wikitoolbar.js"></script> 268 <script type='text/javascript'> 269 addWikiFormattingToolbar(document.getElementById('description')); 270 addWikiFormattingToolbar(document.getElementById('example')); 271 </script> 267 <!--<script type="text/javascript" src="/trac/js/wikitoolbar.js"></script> --> 272 268 </form> 273 269 """ % {
