<?xml version="1.0" encoding="UTF-8"?>
<root>
    <rename>
        <form action="#">
            <fieldset id="edit_document">
                <label for="name">Insert a new name:</label>
                <input type="text" class="title" id="name" name="name" value=""/><br/>
                <div id="more_property" style="display:none">
                    <label for="version">Version:</label>
                    <input type="text" class="version" id="version" name="version" value=""/><br/>
                    <label for="language">Language:</label>
                    <input type="text" class="language" id="language" name="language" value=""/><br/>
                    <label for="sort_index">Sort Index:</label>
                    <input type="text" class="sort_index" id="sort_index" name="sort_index" value=""/><br/>

                    <label for="keyword_list">Keywords:</label>
                    <textarea id="keyword_list" rows="2" cols="20" value="">
                    </textarea>
                </div>

                <p class="more_properties" id="more_properties">Edit More Properties</p>
                <p class="hide_properties" id="hide_properties" style="display:none">Hide Properties</p>
            </fieldset>
        </form>
    </rename>
    <upload>
        <form action="WebSection_uploadDocument" method="post" enctype="multipart/form-data">
            <fieldset id="file_box">

                <input id="upload-file" type="file" size="30" name="file"/>
                <select name="portal_type">
                    <option value="Web Page">Web Page</option>
                    <option value="Web Illustration">Web Illustration</option>
                    <option value="Web Table">Web Table</option>
                </select>
                <br />

                <input type="submit" id="submit_document" value="Submit"/>
                <span id="no-input-file">Please input a file</span>
            </fieldset>
        </form>
    </upload>
    <settings>
        <form id="erp5_preference">
            <fieldset class="center editable">

                <div class="field" title="The text editor used by default">
                    <label> Text Editor </label>
                    <div class="input">
                        <input type="radio" value="fck_editor" name="field_my_preferred_text_editor" checked="checked"/>
                            Xinha Editor&nbsp;&nbsp;
                        <input type="radio" value="text_area" name="field_my_preferred_text_editor"/>
                            Plain Text&nbsp;&nbsp;
                        <input type="hidden" value="" name="default_field_my_preferred_text_editor"/>
                    </div>
                </div>

                <div class="field" title="The text format used by default">
                    <label> Text Format </label>
                    <div class="input">
                        <input type="radio" value="text/html" name="field_my_preferred_text_format"/>
                            HTML&nbsp;&nbsp;
                        <input type="radio" value="text/plain" name="field_my_preferred_text_format" checked="checked"/>
                            Plain Text&nbsp;&nbsp;
                        <input type="radio" value="text/x-rst" name="field_my_preferred_text_format"/>
                            reStructuredText&nbsp;&nbsp;
                        <input type="hidden" value="" name="default_field_my_preferred_text_format"/>
                    </div>
                </div>

            </fieldset>
        </form>
    </settings>
    <line>
        <table>
            <tbody>
                <tr>
                    <td class="listbox-table-select-cell">
                        <input type="checkbox"/>
                    </td>
                    <td class="listbox-table-data-cell">
                        <a class="listbox-document-icon">
                            <img src=""/>
                        </a>
                    </td>
                    <td class='listbox-table-data-cell'>
                        <a class="listbox-document-title"></a>
                    </td>

                    <td class="listbox-table-data-cell">
                        <a class="listbox-document-state"></a>
                    </td>

                    <td class="listbox-table-data-cell">
                        <a class="listbox-document-date"></a>
                    </td>
                </tr>
            </tbody>
        </table>
    </line>
    <mail>
        <table>
            <tbody>
                <tr>
                    <td class="listbox-table-select-cell">
                        <input type="checkbox"/>
                    </td>
                    <td class="listbox-table-data-cell">
                        <a class="listbox-email-attachment">
                        </a>
                    </td>
                    <td class='listbox-table-data-cell'>
                        <a class="listbox-email-sender"></a>
                    </td>

                    <td class="listbox-table-data-cell">
                        <a class="listbox-email-object"></a>
                    </td>

                    <td class="listbox-table-data-cell">
                        <a class="listbox-email-date"></a>
                    </td>
                </tr>
            </tbody>
        </table>
    </mail>
</root>
