upgrade to tinymce 2.1.1.1

This commit is contained in:
JT Smith 2007-07-07 21:26:06 +00:00
parent f36ba1b268
commit e75b689857
847 changed files with 34500 additions and 7692 deletions

View file

@ -0,0 +1,5 @@
<!-- Template contents HTML outside the DIV will not be inserted -->
<div class="mceTmpl">
<p><em>Word Count: <span class="word-count">0</span>, Character count: <span class="char-count">0</span></em></p>
</div>

View file

@ -0,0 +1,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>

View file

@ -0,0 +1,9 @@
<!-- Template contents HTML outside the DIV will not be inserted -->
<div class="mceTmpl">
<p class="selcontent" style="background-color: yellow">Selected Content</p>
<p style="padding: 3px;color:#666;border:1px solid #CCC;">
<strong>Editors Comment</strong> (<span class="cdate"></span>)<br />
[Insert your comment here]
</p>
</div>

View file

@ -0,0 +1,26 @@
<!-- Template contents HTML outside the DIV will not be inserted -->
<div class="mceTmpl">
<h1>Invoice # [invoice number] </h1>
<p>
[Client details]
</p>
<h2>Invoice Items</h2>
<table class="invoice-items">
<thead>
<tr><th class="col1">Item</th><th class="col2">Qty</th><th class="col3">Unit Cost</th><th class="col4">Total</th></tr>
</thead>
<tbody>
<tr><td>Item Description</td><td>1</td><td>$0.00</td><td>$0.00</td></tr>
<tr><td>Item Description</td><td>1</td><td>$0.00</td><td>$0.00</td></tr>
<tr><td>Item Description</td><td>1</td><td>$0.00</td><td>$0.00</td></tr>
</tbody>
<tfoot>
<tr><td colspan="3">Invoice Total</td><td id="invoice-total"></td></tr>
</tfoot>
</table>
</div>

View file

@ -0,0 +1,15 @@
<table border="1">
<thead>
<tr>
<td>Column 1</td>
<td>Column 2</td>
</tr>
</thead>
<tbody>
<tr>
<td>Username: {$username}</td>
<td>Staffid: {$staffid}</td>
</tr>
</tbody>
</table>

View file

@ -0,0 +1 @@
This is just some <strong>code</strong>.