diff options
Diffstat (limited to 'sca-cpp/trunk/modules/edit/apps/testsocial')
-rw-r--r-- | sca-cpp/trunk/modules/edit/apps/testsocial/app.composite | 36 | ||||
-rw-r--r-- | sca-cpp/trunk/modules/edit/apps/testsocial/app.html | 40 |
2 files changed, 56 insertions, 20 deletions
diff --git a/sca-cpp/trunk/modules/edit/apps/testsocial/app.composite b/sca-cpp/trunk/modules/edit/apps/testsocial/app.composite index d1121d9206..b2db2e0ee6 100644 --- a/sca-cpp/trunk/modules/edit/apps/testsocial/app.composite +++ b/sca-cpp/trunk/modules/edit/apps/testsocial/app.composite @@ -31,11 +31,6 @@ <t:binding.http uri="https://graph.facebook.com"/> </reference> </component> - <component t:x="169" t:y="17" name="name" t:title="name" t:color="orange1"> - <t:implementation.python script="nuvem/name.py"/> - <service name="name"/> - <property>facebook</property> - </component> <component t:x="66" t:y="14" name="name3" t:title="name" t:color="orange1"> <t:implementation.python script="nuvem/name.py"/> <service name="name"/> @@ -50,16 +45,9 @@ <service name="page" promote="page"/> <component t:x="0" t:y="12" name="page" t:title="when page opened" t:color="green1"> <t:implementation.python script="nuvem/page.py"/> - <service name="page" t:visible="false"> - <t:binding.http uri="index.html"/> - </service> + <service name="page" t:visible="false"/> <reference target="me360" name="content"/> </component> - <component t:x="404" t:y="162" name="name2" t:title="name" t:color="orange1"> - <t:implementation.python script="nuvem/name.py"/> - <service name="name"/> - <property>twitter</property> - </component> <component t:x="505" t:y="204" name="text3" t:title="text" t:color="orange1"> <t:implementation.python script="nuvem/text.py"/> <service name="text"/> @@ -80,16 +68,26 @@ <reference target="assoc2" name="item" t:clonable="true"/> <reference name="item" t:clonable="true"/> </component> - <component t:x="260" t:y="57" name="assoc" t:title="assoc" t:color="orange1"> - <t:implementation.python script="nuvem/assoc.py"/> - <service name="assoc"/> - <reference target="name" name="name"/> - <reference target="fbprofile" name="value"/> - </component> <component t:x="262" t:y="152" name="assoc2" t:title="assoc" t:color="orange1"> <t:implementation.python script="nuvem/assoc.py"/> <service name="assoc"/> <reference target="name2" name="name"/> <reference target="twprofile" name="value"/> </component> + <component t:x="311" t:y="148" name="name2" t:title="name" t:color="orange1"> + <t:implementation.python script="nuvem/name.py"/> + <service name="name"/> + <property>twprofile</property> + </component> + <component t:x="311" t:y="52" name="name" t:title="name" t:color="orange1"> + <t:implementation.python script="nuvem/name.py"/> + <service name="name"/> + <property>fbprofile</property> + </component> + <component t:x="256" t:y="52" name="assoc" t:title="assoc" t:color="orange1"> + <t:implementation.python script="nuvem/assoc.py"/> + <service name="assoc"/> + <reference target="name" name="name"/> + <reference target="fbprofile" name="value"/> + </component> </composite> diff --git a/sca-cpp/trunk/modules/edit/apps/testsocial/app.html b/sca-cpp/trunk/modules/edit/apps/testsocial/app.html index 5c7c7219bb..bd02e095b0 100644 --- a/sca-cpp/trunk/modules/edit/apps/testsocial/app.html +++ b/sca-cpp/trunk/modules/edit/apps/testsocial/app.html @@ -17,4 +17,42 @@ * specific language governing permissions and limitations * under the License. --> -<DIV id="page"/> +<DIV id="page"> + <SPAN id="twprofile" class="table" style="position: absolute; top: 314px; left: 3px; "> + <TABLE class="datatable"> + <TBODY> + <TR> + <TD>name</TD> + <TD>value</TD> + </TR> + <TR> + <TD>name</TD> + <TD>value</TD> + </TR> + </TBODY> + </TABLE> + </SPAN> + <SPAN id="h1" class="h1" style="position: absolute; top: 6px; left: 0px; "> + <H1>My social profiles</H1> + </SPAN> + <SPAN id="fbsection" class="section" style="position: absolute; top: 51px; left: 3px; "> + <SPAN>Facebook profile</SPAN> + </SPAN> + <SPAN id="fbprofile" class="table" style="position: absolute; top: 88px; left: 3px; "> + <TABLE class="datatable"> + <TBODY> + <TR> + <TD>name</TD> + <TD>value</TD> + </TR> + <TR> + <TD>name</TD> + <TD>value</TD> + </TR> + </TBODY> + </TABLE> + </SPAN> + <SPAN id="section" class="section" style="position: absolute; top: 281px; left: 0px; "> + <SPAN>Twitter profile</SPAN> + </SPAN> +</DIV> |