File: editing_details.htm

package info (click to toggle)
tinymce2 2.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 3,192 kB
  • ctags: 1,107
  • sloc: makefile: 59; sh: 7
file content (14 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- Template contents HTML outside the DIV will not be inserted -->

<div class="mceTmpl">
	<table>
		<thead>
			<tr><th>Created</th><th>Modified</th><th>By</th>
		</thead>

		<tbody>
			<tr><td class="cdate">Creation Date</td><td class="mdate">Last Modified</td><td class="username">UserName</td></tr>
			<tr><td class="comment" colspan="3">Please insert editors comment here</td></tr>
		</tbody>
	</table>
</div>