| [ Index ] |
|
Code source de Kupu-1.3.5 |
1 <kupu:feature 2 name="toolboxes" 3 implementation="cnf" 4 xmlns="http://www.w3.org/1999/xhtml" 5 xmlns:kupu="http://kupu.oscom.org/namespaces/dist" 6 xmlns:i18n="http://xml.zope.org/namespaces/i18n" 7 xmlns:tal="http://xml.zope.org/namespaces/tal" 8 > 9 10 <kupu:part name="tables"> 11 12 <div class="kupu-toolbox" id="genericelements-toolbox"> 13 <h1>Additional elements</h1> 14 15 <select id="genericelements-elid"> 16 </select> 17 18 <div id="genericelements-form"> </div> 19 20 <br /> 21 <input type="button" id="genericelements-addbutton" value="Add" /> 22 <input type="button" id="genericelements-cancelbutton" value="Cancel" /> 23 <input type="button" id="genericelements-copybutton" value="Copy" /> 24 <input type="button" id="genericelements-pastebutton" value="Paste" /> 25 <input type="button" id="genericelements-delbutton" value="Delete" /> 26 </div> 27 28 <div class="kupu-toolbox" id="kupu-toolbox-tables"> 29 <h1 i18n:translate="table-inspector">Tables</h1> 30 31 <div class="kupu-toolbox-label">Table Class 32 <select id="kupu-table-classchooser"> </select> 33 </div> 34 35 <div id="kupu-toolbox-addtable" class="kupu-toolbox-addtable"> 36 <div class="kupu-toolbox-label">Rows</div> 37 <input type="text" id="kupu-table-newrows" style="width: 98%" /> 38 39 <div class="kupu-toolbox-label">Columns</div> 40 <input type="text" id="kupu-table-newcols" style="width: 98%" /> 41 42 <div class="kupu-toolbox-label"> 43 Headings 44 <input name="kupu-table-makeheader" 45 id="kupu-table-makeheader" 46 type="checkbox" 47 /> 48 <label for="kupu-table-makeheader">Create</label> 49 </div> 50 51 <div style="text-align: center"> 52 <button type="button" id="kupu-table-fixall-button">Fix Table</button> 53 <button type="button" id="kupu-table-addtable-button">Add Table</button> 54 </div> 55 56 </div> 57 58 <div id="kupu-toolbox-edittable" class="kupu-toolbox-edittable"> 59 60 <div class="kupu-toolbox-label">Col Align 61 <select id="kupu-table-alignchooser"> 62 <option value="left">Left</option> 63 <option value="center">Center</option> 64 <option value="right">Right</option> 65 </select> 66 </div> 67 68 <br /> 69 <button type="button" id="kupu-table-addcolumn-button">Add Column</button> 70 <button type="button" id="kupu-table-delcolumn-button">Remove Column</button> 71 72 <br /> 73 <button type="button" id="kupu-table-addrow-button">Add Row</button> 74 <button type="button" id="kupu-table-delrow-button">Remove Row</button> 75 76 <br /> 77 <button type="button" id="kupu-table-setrowrepeat-button">Make Row Repeat</button> 78 <button type="button" id="kupu-table-delrowrepeat-button">Remove Row Repeat</button> 79 80 <div style="text-align: center"> 81 <button type="button" id="kupu-table-fix-button">Fix</button> 82 </div> 83 84 </div> 85 86 </div> 87 88 </kupu:part> 89 90 </kupu:feature>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
| Généré le : Sun Feb 25 15:30:41 2007 | par Balluche grâce à PHPXref 0.7 |