home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / Communiquer / V4S / V4Sfr.exe / V4S.dll / 1036 / HTML / 170 < prev    next >
Text File  |  2006-02-03  |  867b  |  12 lines

  1. <root xmlns:orb="www.orb.com">
  2. <tmpl_if error><tmpl_var error/><tmpl_else/>
  3. <div id="contactList" style="height:400; width:200; overflow : auto;"><table cellpadding="2" cellspacing="0" border="0" style=" height: 85%; width:200">
  4.     <tmpl_loop contacts>
  5.         <tr id="contactTr<tmpl_var i/>" onSelectStart="return false;" onclick="toggleContact(<tmpl_var i/>, this);" ondblclick="addContact(<tmpl_var i/>);" <tmpl_if __ODD__>class="odd"<tmpl_else/>class="even"</tmpl_if>>
  6.             <td style="padding-right:10;"><img src="orb://image?orbName=<tmpl_if isSkype>icon_skype.gif<tmpl_else/>icon_mail.gif</tmpl_if>" width="16" height="16" border="0"/></td>
  7.             <td><span id="contactInfo<tmpl_var i/>" contact="<tmpl_var contactLink escape=html/>" style="overflow: visible;"><tmpl_var contactName escape=html/></span></td>
  8.         </tr>
  9.     </tmpl_loop>
  10. </table></div>
  11. </tmpl_if>
  12. </root>