~openerp-brazil-team/openobject-doc/i18n-br

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
{% extends "!layout.html" %}

{#
   Jinja2-based Template, see doc at: http://jinja.pocoo.org
   For specific Sphinx templating, see also: http://sphinx.pocoo.org/templating.html
 #}

{% set languages = [
    ['/v6.1/', 'English'],
    ['/v6.1/uk/', 'English (U.K.)'],
    ['/v6.1/es/', 'Español'],
    ['/v6.1/fr/', 'Français'],
    ['/v6.1/it/', 'Italiano'],
    ['/v6.1/ro/', 'Română'],
    ['/v6.1/ru/', 'Русский'],
    ['/v6.1/vi/', 'Tiếng Việt'],
] %}
{% set versions = [
    ['/v5.0/', '5.0'],
    ['/v6.0/', '6.0'],
    ['/v6.1/', '6.1'],
] %}

{% block extrahead %}
    <script src="{{ pathto('_static/tiny_js_kit_comment_control.js', 1) }}" type="text/javascript"></script>
    <link rel="stylesheet" href="{{ pathto('_static/openerp.css', 1) }}" type="text/css" />
    <script src="{{ pathto('_static/tiny_language.js', 1) }}" type="text/javascript"></script>
{% endblock %}

{%- block content %}
<div id="top">
    <div class="topwrapit">
        <h1 id="logo"><a title="" href="http://www.openerp.com/"><img alt="" src="{{ pathto('_static/logo.png', 1) }}" border="0"></a></h1>
        <div id="nav">
            <ul id="superfish-1" class="sf-menu sf-navbar sf-style-default">
                <!--<li class="tta_999999999" id="menu-329-1"><a class="active" title="" href="http://www.openerp.com/products" style="background-position: 4px 4px; color: rgb(238, 238, 238); padding: 0.4em 0em;"><span style="background-position: 100% 0pt; padding-top: 5px;">Products</span></a></li>-->
                <li><a href="http://www.openerp.com/products"><span>Products</span></a></li>
                <li><a href="http://www.openerp.com/catalog"><span>Buy</span></a></li>
                <li><a href="http://www.openerp.com/partners"><span>Partners</span></a></li>
                <li><a href="http://www.openerp.com/community"><span>Community</span></a></li>
                <li><a href="http://www.openerp.com/about-us"><span>About Us</span></a></li>
            </ul>
        </div>
        <span id="call"><a href="http://www.openerp.com/contact">Contact Us</a><strong>&nbsp;+32 81813700</strong></span>
    </div>
</div>

<div class="related-tiny">
    <div class="topwrapit">
    <ul>
        {%- block rootrellink_new %}
        <li class="docnav"><a href="{{ pathto(master_doc) }}">{{ shorttitle|e }}</a>{{ reldelim1 }}</li>
        {%- endblock %}
        {%- for parent in parents %}
          <li class="docnav"><a href="{{ parent.link|e }}" accesskey="U">{{ parent.title }}</a>{{ reldelim1 }}</li>
        {%- endfor %}
        {%- block relbaritems %} {% endblock %}
    </ul>
    </div>
</div>
<div class="related-tiny">
    <div class="topwrapit">
    <ul>
        <li class="right openerp_website" style="display: none">
            <a id="change_language" href="#">Change language</a>
            <div id="language_links" style="position: absolute">
                {%- for lg in languages %}
                    <a href="{{ lg[0] + pagename + ".html" }}">{{ lg[1] }}</a>
                {%- endfor %}
            </div>
        </li>
        <li class="right openerp_website" style="display:none">
            <a id="change_version" href="#">Change version</a>
            <div id="version_links" style="position: absolute">
                {%- for version in versions %}
                    <a href="{{ version[0] + pagename + ".html" }}">{{ version[1] }}</a>
                {%- endfor %}
            </div>
           |
        </li>
        <li class="right openerp_website" style="display: none">
            {{ reldelim2 }}&nbsp;
            <select id="comments_control">
                <option value="">comments control</option>
                <option value="HIDE">hide comments</option>
                <option value="SHOW">show comments</option>
            </select>
            {{ reldelim2 }}&nbsp;
        </li>
        {%- for rellink in rellinks %}
        <li class="right" {% if loop.first %}style="margin-right: 10px"{% endif %}>
            <a href="{{ pathto(rellink[0]) }}" title="{{ rellink[1]|striptags }}"
            accesskey="{{ rellink[2] }}">{{ rellink[3] }}</a>
        {%- if not loop.first %}{{ reldelim2 }}{% endif %}</li>
        {%- endfor %}
        </ul>
    </div>
</div>

<div id="content">
    <div class="wrapit">
        <div id="doc_content">
            <!-- #Content -->
            {{ super() }}
        </div>
    </div>
</div>
{% endblock %}

{%- block document %}
    <div class="document">
      <div class="documentwrapper">
      {%- if builder != 'htmlhelp' %}
        <div class="bodywrapper">
      {%- endif %}
          <div class="body">
            {% block body %} {% endblock %}
            <br />
            <div class="js-kit-comments" permalink=""></div>
            <script type="text/javascript">
                //must be called before js-kit-comments is loaded
                setPermaLinks();
            </script>
            <script src="http://cdn.js-kit.com/scripts/comments.js"></script>
          </div>
          The documentation is editable by everyone on
          <a href="http://code.launchpad.net/~openerp-community/openobject-doc/">
          Launchpad</a>.
      {%- if builder != 'htmlhelp' %}
        </div>
      {%- endif %}
      </div>

{%- endblock %}

{% block sidebarsearch %}
    {{ super() }}
<div>
  <a href="http://www.openerp.com/online" class="button-a"><span>Use Online</span></a>
</div>
<div>
  <a class="button-a" href="http://www.openerp.com/download/ebook/"><span style="position: relative; top: 12px;">Download ebook</span></a>
</div>
{% endblock %}

{%- block footer %}
    <div id="footer">
        <div class="wrapit">
            <ul class="first">
                <li><strong style="color: rgb(204, 204, 204);">Use Online</strong> <a href="http://www.openerp.com/online">Subscribe</a></li>
                <li><strong style="color: rgb(204, 204, 204);">Use On-Site</strong> <a href="http://www.openerp.com/services/subscribe-onsite">Subscribe</a></li>
                <li><strong style="color: rgb(204, 204, 204);">Learn</strong> <a href="http://www.openerp.com/services/trainings">Training</a></li>
                <li><strong style="color: rgb(204, 204, 204);">Read</strong> <a target="_blank" href="http://doc.openerp.com/">Documentation</a></li>
            </ul>
            <ul>
                <li><strong style="color: rgb(204, 204, 204);">Contribute</strong> <a target="_blank" href="http://www.launchpad.net/openobject">Launchpad</a></li>
                <li><strong style="color: rgb(204, 204, 204);">Discuss</strong> <a href="http://www.openerp.com/forum">Forum</a></li>
                <li><strong style="color: rgb(204, 204, 204);">Meet</strong> <a href="http://www.openerp.com/events">Events</a></li>
                <li><strong style="color: rgb(204, 204, 204);">Talk</strong> <a target="_blank" href="http://www.twitter.com/openerp">Twitter</a><strong style="color: rgb(204, 204, 204);"><br /></strong></li>
            </ul>
            <ul>
                <li><strong style="color: rgb(204, 204, 204);">Company</strong> <a href="http://www.openerp.com/about-us">About Us<br /></a></li>
                <li><strong style="color: rgb(204, 204, 204);">Philosophy</strong> <a href="http://www.openerp.com/products/vision">Vision</a></li>
                <li><strong style="color: rgb(204, 204, 204);">More </strong><a href="http://www.openerp.com/contact">Contact Us</a></li>
            </ul>
            <p>&copy; 2005-Today. All rights reserved.<br/>OpenERP is a trademark of OpenERP s.a. The software is released under AGPL.</p>
        </div>
    </div>
    {#{super()}#}
    <script type="text/javascript">

      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-7333765-1']);
      _gaq.push(['_setDomainName', '.openerp.com']);
      _gaq.push(['_trackPageview']);

      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      })();

    </script>
{% endblock %}

{#
  vi: ft=htmljinja fileencoding=utf-8
#}