Example Code of a View Web Template

The following is code is from an example view web template:

<!-- Template Start: CCViewBasic -->
<!------------ Page Title ------------->
<title>
<div od-property="Title"/>
</title>
<!----------- Salutation applet and Search Applet, table 3.1 ------>
<table border="0" cellspacing="0" cellpadding="1" width="100%">
   <tr>
     <td width="66%"><div od-type="applet" id="101"/>&nbsp;</td>
     <td width="33%"><div od-type="applet" id="201"/>&nbsp;</td>
</tr>
</table>
<!-------- End Salutation applet and Search Applet, table 3.1 ------>
<!------------ Regular Applet(s) ---->
<div od-prefix od-id=[1:5] od-iterator="currentId">
   <div od-type="applet" id="od-type:currentId"/>
<!--od section iterator close-->
</div>
<!------------ Special Applet(s) ---->
<div od-prefix od-id=[11:3] od-iterator="currentId">
   <div od-type="applet" od-id="od-attr-currentId"/>
<!==od section iterator close-->
</div>
<!-- Template End: CCViewBasic -->