helpcenter/Web/Controls/Help/VariousControls/TranslatorAttention/TranslatorAttention.ascx

21 lines
1.4 KiB
Plaintext

<%@ Control Language="C#" %>
<div class="bringattention translator" id="translatorAttention_block"><span class="close_cross">&times;</span><strong>Attention to the translators!</strong> New translation units are available at ONLYOFFICE Translation System since <span id="newstrDate"></span>. The total number of the new units is <span id="moduleTotalCount"></span>. Please visit <a target="_blank" href="http://translate.onlyoffice.com/">http://translate.onlyoffice.com/</a> to participate.
<div class="block-editor">
<span class="toggler showcont">View the changes</span>
<span class="toggler hidecont" style="display:none">Hide the changes</span>
<div class="contents" style="display: none">
<table class="table_versionlist talk_pages languages_list_table newstr_list_table" id="newstrList">
<thead>
<tr>
<th><span>Module</span></th>
<th><span>Number of translation units</span></th>
<th><span>Latest change date</span></th>
</tr>
</thead>
<tbody></tbody>
</table>
<p>Hover the cursor over the module line to see the changed sections and the number of units to be translated in each section.</p>
</div>
</div>
<div class="input_never_show"><input type="checkbox" id="neverShowTranslators" /> Never show this message again</div>
</div>