diff options
Diffstat (limited to 'sca-cpp/trunk/hosting/server/data/apps/testhttp/htdocs/app.html')
-rw-r--r-- | sca-cpp/trunk/hosting/server/data/apps/testhttp/htdocs/app.html | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/sca-cpp/trunk/hosting/server/data/apps/testhttp/htdocs/app.html b/sca-cpp/trunk/hosting/server/data/apps/testhttp/htdocs/app.html index b0c20ef5e6..bf306c3c37 100644 --- a/sca-cpp/trunk/hosting/server/data/apps/testhttp/htdocs/app.html +++ b/sca-cpp/trunk/hosting/server/data/apps/testhttp/htdocs/app.html @@ -17,15 +17,22 @@ * specific language governing permissions and limitations * under the License. --> -<DIV id="page"> - <SPAN id="page:h1" class="h1" style="position: absolute; top: 0px; left: 2px; "> - <H1>Test HTTP components</H1> - </SPAN> - <SPAN id="iframe" class="iframe" style="position: absolute; top: 234px; left: 11px; "> - <A href="/public/iframe.html"> - <SPAN class="fakeframe"> - <SPAN>frame ...</SPAN> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title type="text">testhttp</title> + <id>testhttp</id> + <content type="application/xml"> + <DIV id="page"> + <SPAN id="page:h1" class="h1" style="position: absolute; top: 0px; left: 2px; "> + <H1>Test HTTP components</H1> </SPAN> - </A> - </SPAN> -</DIV> + <SPAN id="iframe" class="iframe" style="position: absolute; top: 234px; left: 11px; "> + <A href="/public/iframe.html"> + <SPAN class="fakeframe"> + <SPAN>frame ...</SPAN> + </SPAN> + </A> + </SPAN> + </DIV> + </content> + <link href="testhttp"/> +</entry> |