Add Modello web sample applications; version up
[profile/ivi/sdk/web-sample-build.git] / samples / web / Sample / Tizen / Web App / Modello_AMBSimulator / project / templates / propertiesListDelegate.html
1 <div class="contactElement boxShadow4 borderColorTheme" data-index="{{:#index}}">
2         <!--  onClick="PropertiesController.openPropertyDetail('{{:#index}}', this);"> -->
3         <div class="propertyText fontSizeLarge fontWeightBold fontColorNormal textBgColorNormalTransparent">
4         {{if visibleName}}
5                 {{:visibleName}}
6         {{else}}
7                 {{:name}}
8         {{/if}}
9         </div>
10 </div>