Is anyone with the same problem?

Find below a piece of my code:

<os:PeopleRequest key="friends" userId="@owner" groupId="@friends"
filterBy="hasApp" />
<script type="text/os-template">
            <div repeat="${friends}" class="user user_${Context.Index}">
                <div class="user_pic">
                    <a onclick="selectFriend(${Context.Index})"
href="javascript:void(0)" title="${Cur.name.givenName}
${Cur.name.familyName}"><img src="${Cur.thumbnailUrl}"/></a>
                </div>
                <p class="user_name">
                    <a onclick="selectFriend(${Context.Index})"
href="javascript:void(0)">${Cur.name.givenName}</a>
                </p>
            </div>
        </script>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to