Wiki source code of ExtensionSupportPlanSheet
Version 1.1 by Сергей Коршунов on 2024/10/09 13:21
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{include reference="ExtensionCode.Macros"/}} | ||
| 2 | |||
| 3 | {{velocity}} | ||
| 4 | #_sheetInit('ExtensionCode.ExtensionSupportPlanClass', 'repository.supportplan') | ||
| 5 | {{html wiki="true" clean="false"}} | ||
| 6 | <div class="xform"> | ||
| 7 | <dl> | ||
| 8 | #_formProperty($object, 'name') | ||
| 9 | #_formProperty($object, 'supporter') | ||
| 10 | #_formProperty($object, 'summary') | ||
| 11 | #_formProperty($object, 'url') | ||
| 12 | #_formProperty($object, 'content') | ||
| 13 | #_formProperty($object, 'paying') | ||
| 14 | #_formProperty($object, 'active') | ||
| 15 | </dl> | ||
| 16 | </div> | ||
| 17 | {{/html}} | ||
| 18 | {{/velocity}} |