Hi All,

I am trying to build a gadget in google site which should display site
name,collaborators name,viewers name and created date.But i am
struggling how to fetch google site information from google sites to
GGE(Google Gadget Editor).plz tell me how to fetch the infromation
with example.plz guide me.

My ui code is as follows:
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="Site integration" width="400" height="300"
description="Site Details" author="manjula"
thumbnail="http://dailyatheistquote.com/images/thumb.jpg";
/>
<Content type="html" ><![CDATA[
<div id="map" style="width: 100%; height: 100%;">
<b>My Sites</b>
<table width="100%" border="1">
<tr>
<td bgcolor="#0080FF" border="1"><font size="2px">Category</font></td>
<td bgcolor="#0080FF" ><font size="2px">SiteName</font></td>
<td bgcolor="#0080FF" ><font size="2px">Created</font></td>
<td bgcolor="#0080FF"><font size="2px">Collaborator</font></td>
<td bgcolor="#0080FF"><font size="2px">View</font></td>
</tr>
<tr>
<td><font size="2px">Project
</font></td>
<td ><font size="2px">Group site1</font></td>
<td><font size="2px">11-aug-2010</font></td>
<td><font size="2px">john,joe</font></td>
<td><font size="2px">Mary</font></td>
</tr>
</table>
</div>
]]></Content>
</Module>

Thanks in advance,
manju

-- 
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/Google-Gadgets-API?hl=en.

Reply via email to