~kosova/+junk/tuxfamily-twiki

« back to all changes in this revision

Viewing changes to foswiki/pub/System/TinyMCEPlugin/tinymce/examples/templates/editing_details.htm

  • Committer: James Michael DuPont
  • Date: 2009-07-18 19:58:49 UTC
  • Revision ID: jamesmikedupont@gmail.com-20090718195849-vgbmaht2ys791uo2
added foswiki

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- Template contents HTML outside the DIV will not be inserted -->
 
2
 
 
3
<div class="mceTmpl">
 
4
        <table>
 
5
                <thead>
 
6
                        <tr><th>Created</th><th>Modified</th><th>By</th>
 
7
                </thead>
 
8
 
 
9
                <tbody>
 
10
                        <tr><td class="cdate">Creation Date</td><td class="mdate">Last Modified</td><td class="username">UserName</td></tr>
 
11
                        <tr><td class="comment" colspan="3">Please insert editors comment here</td></tr>
 
12
                </tbody>
 
13
        </table>
 
14
</div>