Datei: plugins/templates/acpsample.page1.tpl

Quellcode
Darstellung:
  1. <fieldset>
  2.    <legend>Sample page 1</legend>
  3.  
  4.    <table width="100%">
  5.       <tr>
  6.          <td class="td1" width="200">Text field:</td>
  7.          <td class="td2"><input type="text" name="test" value="Hello World!" size="32" style="width:95%;" /></td>
  8.       </tr>
  9.    </table>
  10. </fieldset>
  11.  
  12. <p>
  13.    <div style="float:right">
  14.       <input class="button" type="button" value=" Button " />
  15.    </div>
  16. </p>