diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-13 07:57:30 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-13 07:57:30 +0000 |
commit | d3bdc051ec4a6499c73d00e80f744aa375a01687 (patch) | |
tree | 859ef5c6e4ca93b6a72d40febe0d6dd0ace33d09 /sca-cpp/trunk/modules/edit/apps/slice/htdocs | |
parent | ba223e693c0f6e652fd70c05d83d69956262ff09 (diff) |
Minor refactoring and cleanup of edit module and its test composites. Add HTML generation and messaging components and a few more tests.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135048 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/modules/edit/apps/slice/htdocs')
-rw-r--r-- | sca-cpp/trunk/modules/edit/apps/slice/htdocs/app.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sca-cpp/trunk/modules/edit/apps/slice/htdocs/app.html b/sca-cpp/trunk/modules/edit/apps/slice/htdocs/app.html new file mode 100644 index 0000000000..5bd091cd20 --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/slice/htdocs/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="sprite" class="img" style="position: absolute; top: 0px; left: 2px; "> + <IMG src="/public/img.png"/> + </SPAN> +</DIV> |