Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions web/documentserver-example/csharp-mvc/Views/Home/Editor.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
-->
<link rel="icon" href="<%= "content/images/" + Model.DocumentType + ".ico" %>" type="image/x-icon" />
<title><%= Model.FileName + " - ONLYOFFICE" %></title>
<title><%= Model.FileName + " - Euro-Office" %></title>

<%: Styles.Render("~/Content/editor") %>

Expand Down Expand Up @@ -118,7 +118,7 @@
// the meta information of the document is changed via the meta command
var onMetaChange = function (event) {
if (event.data.title !== undefined) {
document.title = event.data.title + " - ONLYOFFICE";
document.title = event.data.title + " - Euro-Office";
}

if (event.data.favorite !== undefined) {
Expand Down
4 changes: 2 additions & 2 deletions web/documentserver-example/csharp-mvc/Views/Home/Index.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@
</menu>
<% var storedFiles = DocManagerHelper.GetStoredFiles(); %>
<div id="portal-info" style="display: <%= storedFiles.Any() ? "none" : "table-cell" %>">
<span class="portal-name">Welcome to ONLYOFFICE Docs!</span>
<span class="portal-descr">Get started with a live demo of ONLYOFFICE Docs, a powerful open-source office suite for your browser.</span>
<span class="portal-name">Welcome to Euro-Office Docs!</span>
<span class="portal-descr">Get started with a live demo of Euro-Office Docs, a powerful open-source office suite for your browser.</span>
<span class="portal-descr">
You can test editing features in real-time and explore multi-user collaboration:
<ul>
Expand Down
4 changes: 2 additions & 2 deletions web/documentserver-example/csharp/Default.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@
<% } %>
</menu>
<div id="portal-info" style="display: <%= storedFiles.Any() ? "none" : "table-cell" %>">
<span class="portal-name">Welcome to ONLYOFFICE Docs!</span>
<span class="portal-descr">Get started with a live demo of ONLYOFFICE Docs, a powerful open-source office suite for your browser.</span>
<span class="portal-name">Welcome to Euro-Office Docs!</span>
<span class="portal-descr">Get started with a live demo of Euro-Office Docs, a powerful open-source office suite for your browser.</span>
<span class="portal-descr">
You can test editing features in real-time and explore multi-user collaboration:
<ul>
Expand Down
4 changes: 2 additions & 2 deletions web/documentserver-example/csharp/DocEditor.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<link rel="icon" href="<%= "app_themes/images/" + DocumentType + ".ico" %>" type="image/x-icon" />
<title><%= FileName + " - ONLYOFFICE" %></title>
<title><%= FileName + " - Euro-Office" %></title>
<!--
*
* (c) Copyright Ascensio System SIA 2026
Expand Down Expand Up @@ -136,7 +136,7 @@
// the meta information of the document is changed via the meta command
var onMetaChange = function (event) {
if (event.data.title !== undefined) {
document.title = event.data.title + " - ONLYOFFICE";
document.title = event.data.title + " - Euro-Office";
}

if (event.data.favorite !== undefined) {
Expand Down
1 change: 1 addition & 0 deletions web/documentserver-example/go/static/images/favicon_eo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions web/documentserver-example/go/templates/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<title>{{ .config.Document.Title }} - ONLYOFFICE</title>
<title>{{ .config.Document.Title }} - Euro-Office</title>
<link
rel="icon"
href="static/images/{{.docType}}.ico"
Expand Down Expand Up @@ -84,7 +84,7 @@

var onMetaChange = function (event) { // the meta information of the document is changed via the meta command
if (event.data.title !== undefined) {
document.title = event.data.title + " - ONLYOFFICE";
document.title = event.data.title + " - Euro-Office";
}

if (event.data.favorite) {
Expand Down
4 changes: 2 additions & 2 deletions web/documentserver-example/go/templates/forgotten.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width" />
<meta name="server-version" content="{{ .ServerVersion }}">
<title>ONLYOFFICE Document Editors</title>
<link href="static/images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<title>Euro-Office Document editors</title>
<link href="static/images/favicon_eo.svg" rel="shortcut icon" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:900,800,700,600,500,400,300&subset=latin,cyrillic-ext,cyrillic,latin-ext" />
<link rel="stylesheet" type="text/css" href="static/stylesheets/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="static/stylesheets/jquery-ui.css" />
Expand Down
8 changes: 4 additions & 4 deletions web/documentserver-example/go/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width" />
<meta name="server-version" content="{{ .ServerVersion }}">
<title>ONLYOFFICE Document Editors</title>
<link href="static/images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<title>Euro-Office Document editors</title>
<link href="static/images/favicon_eo.svg" rel="shortcut icon" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:900,800,700,600,500,400,300&subset=latin,cyrillic-ext,cyrillic,latin-ext" />
<link rel="stylesheet" type="text/css" href="static/stylesheets/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="static/stylesheets/jquery-ui.css" />
Expand Down Expand Up @@ -146,8 +146,8 @@
{{ else }}
<div id="portal-info" style="display: table-cell">
{{ end }}
<span class="portal-name">Welcome to ONLYOFFICE Docs!</span>
<span class="portal-descr">Get started with a live demo of ONLYOFFICE Docs, a powerful open-source office suite for your browser.</span>
<span class="portal-name">Welcome to Euro-Office Docs!</span>
<span class="portal-descr">Get started with a live demo of Euro-Office Docs, a powerful open-source office suite for your browser.</span>
<span class="portal-descr">
You can test editing features in real-time and explore multi-user collaboration:
<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* limitations under the License.
*
-->
<title>[[${model.getDocument().getTitle()}]] - ONLYOFFICE</title>
<title>[[${model.getDocument().getTitle()}]] - Euro-Office</title>
<link rel="icon" th:href="@{/css/img/{icon}.ico(icon=${model.getDocumentType().toString().toLowerCase()})}" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="css/editor.css" />

Expand Down Expand Up @@ -101,7 +101,7 @@
// the meta information of the document is changed via the meta command
var onMetaChange = function (event) {
if (event.data.title !== undefined) {
document.title = event.data.title + " - ONLYOFFICE";
document.title = event.data.title + " - Euro-Office";
}

if (event.data.favorite !== undefined) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@
</li>
</menu>
<div id="portal-info" th:attr="tooltip=${tooltip}" th:style="${not #lists.isEmpty(files)} ? 'display: none' : 'display: table-cell' ">
<span class="portal-name">Welcome to ONLYOFFICE Docs!</span>
<span class="portal-descr">Get started with a live demo of ONLYOFFICE Docs, a powerful open-source office suite for your browser.</span>
<span class="portal-name">Welcome to Euro-Office Docs!</span>
<span class="portal-descr">Get started with a live demo of Euro-Office Docs, a powerful open-source office suite for your browser.</span>
<span class="portal-descr">
You can test editing features in real-time and explore multi-user collaboration:
<ul>
Expand Down
4 changes: 2 additions & 2 deletions web/documentserver-example/java/src/main/webapp/editor.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* limitations under the License.
*
-->
<title><%= Model.getDocument().getTitle() %> - ONLYOFFICE</title>
<title><%= Model.getDocument().getTitle() %> - Euro-Office</title>
<link rel="icon" href="css/img/<%= Model.getDocumentType() %>.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="css/editor.css" />

Expand Down Expand Up @@ -108,7 +108,7 @@
// the meta information of the document is changed via the meta command
var onMetaChange = function (event) {
if (event.data.title !== undefined) {
document.title = event.data.title + " - ONLYOFFICE";
document.title = event.data.title + " - Euro-Office";
}

if (event.data.favorite !== undefined) {
Expand Down
4 changes: 2 additions & 2 deletions web/documentserver-example/java/src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@
<% } %>
</menu>
<div id="portal-info" style="display: <%= files.length > 0 ? "none" : "table-cell" %>">
<span class="portal-name">Welcome to ONLYOFFICE Docs!</span>
<span class="portal-descr">Get started with a live demo of ONLYOFFICE Docs, a powerful open-source office suite for your browser.</span>
<span class="portal-name">Welcome to Euro-Office Docs!</span>
<span class="portal-descr">Get started with a live demo of Euro-Office Docs, a powerful open-source office suite for your browser.</span>
<span class="portal-descr">
You can test editing features in real-time and explore multi-user collaboration:
<ul>
Expand Down
6 changes: 3 additions & 3 deletions web/documentserver-example/js/OnlineEditorsExampleJS.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<link href="stylesheet.css" type="text/css" rel="stylesheet">

<!--Change the address on installed ONLYOFFICE Document Editors-->
<!--Change the address on installed Euro-Office Document editors-->
<script id="scriptApi" type="text/javascript" src="http://documentserver/web-apps/apps/api/documents/api.js"></script>


Expand All @@ -37,10 +37,10 @@
</a>
</div>
<div id="mainPanel" class="main-panel">
<span class="portal-name">ONLYOFFICE Document Editors</span>
<span class="portal-name">Euro-Office Document editors</span>
<br />
<br />
<span class="portal-descr">Get started with a demo-sample of ONLYOFFICE Document Editors, the first html5-based editors. You may enter url your own document for testing.</span>
<span class="portal-descr">Get started with a demo-sample of Euro-Office Document editors, the first html5-based editors. You may enter url your own document for testing.</span>
<textarea id="documentUrl" class="document-url">http://onlyo.co/1x5REbq?demo.docx</textarea>
<br />
<br />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"server": {
"siteUrl": "/",
"maxFileSize": 104857600,
"storageFolder": "/var/lib/onlyoffice/documentserver-example/files",
"storageFolder": "/var/lib/euro-office/documentserver-example/files",
"enableForgotten": false
}
}
1 change: 1 addition & 0 deletions web/documentserver-example/nodejs/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -e
export NODE_CONFIG='{
"server": {
"siteUrl": "'${DS_URL:-"/"}'",
"exampleUrl": "'${EXAMPLE_URL:-http://localhost/example/}'",
"token": {
"enable": '${JWT_ENABLED:-false}',
"secret": "'${JWT_SECRET:-secret}'",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions web/documentserver-example/nodejs/views/editor.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* limitations under the License.
*
-->
<title><%- file.name %> - ONLYOFFICE</title>
<title><%- file.name %> - Euro-Office</title>
<link rel="icon"
href="images/<%- editor.documentType %>.ico"
type="image/x-icon" />
Expand Down Expand Up @@ -95,7 +95,7 @@

var onMetaChange = function (event) { // the meta information of the document is changed via the meta command
if (event.data.title !== undefined) {
document.title = event.data.title + " - ONLYOFFICE";
document.title = event.data.title + " - Euro-Office";
}

if (event.data.favorite !== undefined) {
Expand Down
4 changes: 2 additions & 2 deletions web/documentserver-example/nodejs/views/forgotten.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
* limitations under the License.
*
-->
<title>ONLYOFFICE Document Editors</title>
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<title>Euro-Office Document editors</title>
<link href="images/favicon_eo.svg" rel="shortcut icon" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:900,800,700,600,500,400,300&subset=latin,cyrillic-ext,cyrillic,latin-ext" />
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="stylesheets/jquery-ui.css" />
Expand Down
8 changes: 4 additions & 4 deletions web/documentserver-example/nodejs/views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
* limitations under the License.
*
-->
<title>ONLYOFFICE Document Editors</title>
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<title>Euro-Office Document editors</title>
<link href="images/favicon_eo.svg" rel="shortcut icon" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:900,800,700,600,500,400,300&subset=latin,cyrillic-ext,cyrillic,latin-ext" />
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="stylesheets/jquery-ui.css" />
Expand Down Expand Up @@ -142,8 +142,8 @@
<% } %>
</menu>
<div id="portal-info" style="display: <%= storedFiles.length > 0 ? "none" : "table-cell" %>">
<span class="portal-name">Welcome to ONLYOFFICE Docs!</span>
<span class="portal-descr">Get started with a live demo of ONLYOFFICE Docs, a powerful open-source office suite for your browser.</span>
<span class="portal-name">Welcome to Euro-Office Docs!</span>
<span class="portal-descr">Get started with a live demo of Euro-Office Docs, a powerful open-source office suite for your browser.</span>
<span class="portal-descr">
You can test editing features in real-time and explore multi-user collaboration:
<ul>
Expand Down
2 changes: 1 addition & 1 deletion web/documentserver-example/nodejs/views/wopiAction.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* limitations under the License.
*
-->
<title>ONLYOFFICE Document Editors</title>
<title>Euro-Office Document editors</title>
<link href="<%= favIconUrl %>" rel="shortcut icon" type="image/x-icon" />

<style type="text/css">
Expand Down
14 changes: 7 additions & 7 deletions web/documentserver-example/nodejs/views/wopiIndex.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
* limitations under the License.
*
-->
<title>ONLYOFFICE Document Editors</title>
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<title>Euro-Office Document editors</title>
<link href="images/favicon_eo.svg" rel="shortcut icon" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:900,800,700,600,500,400,300&subset=latin,cyrillic-ext,cyrillic,latin-ext" />
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="stylesheets/jquery-ui.css" />
Expand Down Expand Up @@ -128,16 +128,16 @@
<div id="portal-info" style="display: <%= storedFiles.length > 0 ? "none" : "table-cell" %>">
<% if (!wopiEnable)
{ %>
<span class="portal-name">Welcome to ONLYOFFICE Docs!</span>
<span class="portal-name">Welcome to Euro-Office Docs!</span>
<span class="portal-descr"></span>
<span class="portal-descr">Before launching the demo, make sure the WOPI protocol is enabled.</span>
<span class="portal-descr">To do this, set the <code>wopi.enable</code> parameter to <code>true</code> in the ONLYOFFICE Docs configuration file and restart the Document Server.</span>
<span class="portal-descr">⚠️ The WOPI protocol is required for communication between ONLYOFFICE Docs and third-party platforms that support WOPI.</span>
<span class="portal-descr">To do this, set the <code>wopi.enable</code> parameter to <code>true</code> in the Euro-Office Docs configuration file and restart the Document Server.</span>
<span class="portal-descr">⚠️ The WOPI protocol is required for communication between Euro-Office Docs and third-party platforms that support WOPI.</span>
<% }
else
{ %>
<span class="portal-name">Welcome to ONLYOFFICE Docs!</span>
<span class="portal-descr">Get started with a live demo of ONLYOFFICE Docs, a powerful open-source office suite for your browser.</span>
<span class="portal-name">Welcome to Euro-Office Docs!</span>
<span class="portal-descr">Get started with a live demo of Euro-Office Docs, a powerful open-source office suite for your browser.</span>
<span class="portal-descr">
You can test editing features in real-time and explore multi-user collaboration:
<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<link rel="icon" href="/images/favicon.ico" type="image/x-icon" />
<title>{!! $fileName !!} - ONLYOFFICE</title>
<title>{!! $fileName !!} - Euro-Office</title>

<style>
html {
Expand Down Expand Up @@ -237,7 +237,7 @@
// the meta information of the document is changed via the meta command
var onMetaChange = function(event) {
if (event.data.title !== undefined) {
document.title = event.data.title + " - ONLYOFFICE";
document.title = event.data.title + " - Euro-Office";
}

if (event.data.favorite !== undefined) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<meta name="viewport" content="width=device-width" />
<meta name="csrf-token" content="{{ csrf_token() }}">
<meta name="server-version" content="{{ env('DOCUMENT_SERVER_VERSION') }}">
<title>ONLYOFFICE Document Editors</title>
<title>Euro-Office Document editors</title>

<link rel="icon" href="/images/favicon.ico" type="image/x-icon" />

Expand Down
Loading
Loading