diff options
Diffstat (limited to 'sca-cpp/trunk/modules/edit/apps/buzzprofile')
-rw-r--r-- | sca-cpp/trunk/modules/edit/apps/buzzprofile/app.composite | 8 | ||||
-rw-r--r-- | sca-cpp/trunk/modules/edit/apps/buzzprofile/app.html | 24 |
2 files changed, 28 insertions, 4 deletions
diff --git a/sca-cpp/trunk/modules/edit/apps/buzzprofile/app.composite b/sca-cpp/trunk/modules/edit/apps/buzzprofile/app.composite index 4a3902e47e..46ada96983 100644 --- a/sca-cpp/trunk/modules/edit/apps/buzzprofile/app.composite +++ b/sca-cpp/trunk/modules/edit/apps/buzzprofile/app.composite @@ -19,13 +19,13 @@ --> <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" xmlns:t="http://tuscany.apache.org/xmlns/sca/1.1" targetNamespace="http://buzzprofile" name="buzzprofile"> <service name="example" promote="example"/> - <component t:x="107" t:y="131" name="example" t:title="http get" t:color="green1"> + <component t:x="107" t:y="131" name="example" t:title="get" t:color="green1"> <implementation.cpp path="lib/http" library="libhttpget"/> <service name="get"/> <reference target="text2" name="url"/> </component> <service name="profile" promote="profile"/> - <component t:x="106" t:y="36" name="profile" t:title="http get" t:color="green1"> + <component t:x="106" t:y="36" name="profile" t:title="get" t:color="green1"> <implementation.cpp path="lib/http" library="libhttpget"/> <service name="get"/> <reference target="format" name="url"/> @@ -41,12 +41,12 @@ <service name="path"/> <property name="path" t:visible="false"/> </component> - <component t:x="175" t:y="131" name="text2" t:title="text" t:color="orange1"> + <component t:x="175" t:y="131" name="text2" t:title=" '{propval}'" t:color="orange1"> <t:implementation.python script="nuvem/text.py"/> <service name="text"/> <property>https://buzzprofile.sca-store.com:8453/components/profile/jsdelfino</property> </component> - <component t:x="235" t:y="36" name="text" t:title="text" t:color="orange1"> + <component t:x="235" t:y="36" name="text" t:title=" '{propval}'" t:color="orange1"> <t:implementation.python script="nuvem/text.py"/> <service name="text"/> <property>https://www.googleapis.com/buzz/v1/people/{0}/@self?alt=json</property> diff --git a/sca-cpp/trunk/modules/edit/apps/buzzprofile/app.html b/sca-cpp/trunk/modules/edit/apps/buzzprofile/app.html new file mode 100644 index 0000000000..e0b04fe70a --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/buzzprofile/app.html @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. +--> +<DIV id="page"> + <SPAN id="h2" class="h2" style="position: absolute; top: 0px; left: 2px; "> + <H2>Test buzzprofile component</H2> + </SPAN> +</DIV> |