source: Dev/trunk/client/qed/widgets/templates/ObjectBox.html @ 433

Last change on this file since 433 was 417, checked in by hendrikvanantwerpen, 12 years ago

Put all model dependent code in one place. More separation of general and domain code.

File size: 236 bytes
Line 
1<div class="${baseClass}">
2    <div data-dojo-attach-point="iconNode"></div>
3    <div data-dojo-attach-point="line1Node"></div>
4    <div data-dojo-attach-point="line2Node"></div>
5    <div data-dojo-attach-point="line3Node"></div>
6</div>
Note: See TracBrowser for help on using the repository browser.