<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html SYSTEM "http://corp.tekora.com/dtd/tekora-suite-xml-api-0.1.dtd">
<html>
    <head>
        <title>Page title</title>
        <link rel="stylesheet" href="global.css" />
    </head>
    <body design="true" class="main">
        <p align="left" indent="1" bgcolor="#c0c0c0">
            Voici un texte, juste un texte
        </p>
        <p class="para">
            <font color="#ff0000" size="2" bold="true" italic="true" underline="true">Decorated text</font>
        </p>
        <p>
            <a href="/link.html?a=1&amp;b=2">Link</a>
        </p>
        <p>
            <blink>Blinked text</blink>
        </p>
        <p>
            <marquee direction="right" behavior="slide" loop="3">Marquee</marquee>
        </p>
        <p>
            <icon emoji="59114" openwave="nine" alt="9"/>
            <icon type="back"/>
        </p>
        <p>
            aaa<img src="/images/1.gif" alt="aa" class="image"/>bbb
        </p>
        <navlink href="/" accesskey="2" emoji="59110" openwave="nine" alt="9">Navtext</navlink>
        <navlink href="/" icontype="up">Navtext</navlink>
        <hr/>
        <box> this is a text in the box</box>
        <softbox> this is a text in the soft box</softbox>
        <list>
            <row>Text in a row</row>
            <row>Another Text in a row</row>
        </list>
        <list thumbnails="true">
            <row thumbnail="/images/1.gif" alt="1">Text in a row</row>
            <row thumbnail="/images/2.gif" alt="2">Another text in a row</row>
        </list>
        <form action="/cgi-bin/action.cgi">
            Bla bla text<br/>
            <input type="hidden" name="hidden" value="bbb"/><br/>
            <input type="text" name="text" value="This is a text"/><br/>
            <input type="checkbox" name="cb" checked="checked"/>Check Box<br/>
            <input type="radio" name="radio" checked="checked"/>Radio<br/>
            <select name="select">
                <option value="1" selected="selected">One</option>
                <option value="2">Two</option>
                <option value="3">Three</option>
            </select><br/>
            <textarea name="textarea" rows="3">bla bla text</textarea><br/>
            <input type="submit" name="submit" value="Submit"/>
            <input type="reset" name="reset" value="Reset"/>
        </form>
        <back/>
    </body>
</html>
