[ Index ]
 

Code source de TinyMCE 2.1.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/examples/templates/ -> invoice.htm (source)

   1  <!-- Template contents HTML outside the DIV will not be inserted -->
   2  
   3  <div class="mceTmpl">
   4      <h1>Invoice # [invoice number] </h1>
   5      <p>
   6          [Client details]
   7      </p>
   8  
   9      <h2>Invoice Items</h2>
  10  
  11      <table class="invoice-items">
  12          <thead>
  13              <tr><th class="col1">Item</th><th class="col2">Qty</th><th class="col3">Unit Cost</th><th class="col4">Total</th></tr>
  14          </thead>
  15  
  16          <tbody>
  17              <tr><td>Item Description</td><td>1</td><td>$0.00</td><td>$0.00</td></tr>
  18              <tr><td>Item Description</td><td>1</td><td>$0.00</td><td>$0.00</td></tr>
  19              <tr><td>Item Description</td><td>1</td><td>$0.00</td><td>$0.00</td></tr>
  20          </tbody>
  21  
  22          <tfoot>
  23              <tr><td colspan="3">Invoice Total</td><td id="invoice-total"></td></tr>
  24          </tfoot>
  25      </table>
  26  </div>


Généré le : Sun Feb 25 15:23:03 2007 par Balluche grâce à PHPXref 0.7