diff options
Diffstat (limited to 'sca-cpp/trunk/hosting/server/data/apps/testanimation/htdocs/app.html')
-rw-r--r-- | sca-cpp/trunk/hosting/server/data/apps/testanimation/htdocs/app.html | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/sca-cpp/trunk/hosting/server/data/apps/testanimation/htdocs/app.html b/sca-cpp/trunk/hosting/server/data/apps/testanimation/htdocs/app.html index c9f9420eb0..02094d84c7 100644 --- a/sca-cpp/trunk/hosting/server/data/apps/testanimation/htdocs/app.html +++ b/sca-cpp/trunk/hosting/server/data/apps/testanimation/htdocs/app.html @@ -17,11 +17,18 @@ * specific language governing permissions and limitations * under the License. --> -<DIV id="page"> - <SPAN id="page:h2" class="h2" style="position: absolute; top: 0px; left: 2px; "> - <H2>Test animation component</H2> - </SPAN> - <SPAN id="testdynimg" class="img" style="position: absolute; top: 36px; left: 11px; "> - <IMG src="/public/img.png"/> - </SPAN> -</DIV> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title type="text">testanimation</title> + <id>testanimation</id> + <content type="application/xml"> + <DIV id="page"> + <SPAN id="page:h2" class="h2" style="position: absolute; top: 0px; left: 2px; "> + <H2>Test animation component</H2> + </SPAN> + <SPAN id="testdynimg" class="img" style="position: absolute; top: 36px; left: 11px; "> + <IMG src="/public/img.png"/> + </SPAN> + </DIV> + </content> + <link href="testanimation"/> +</entry> |