diff --git a/web/templates/config_revisions.html b/web/templates/config_revisions.html index 3a659a8..4d58a86 100644 --- a/web/templates/config_revisions.html +++ b/web/templates/config_revisions.html @@ -1,4 +1,4 @@ -{{define "title"}}Ревизии - QuoteForge{{end}} +{{define "title"}}Ревизии - OFS{{end}} {{define "content"}}
diff --git a/web/templates/configs.html b/web/templates/configs.html index 10b91f0..dc497fc 100644 --- a/web/templates/configs.html +++ b/web/templates/configs.html @@ -1,4 +1,4 @@ -{{define "title"}}Мои конфигурации - QuoteForge{{end}} +{{define "title"}}Мои конфигурации - OFS{{end}} {{define "content"}}
diff --git a/web/templates/index.html b/web/templates/index.html index 0434dc6..b044bc6 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -1,4 +1,4 @@ -{{define "title"}}QuoteForge - Конфигуратор{{end}} +{{define "title"}}OFS - Конфигуратор{{end}} {{define "content"}}
@@ -477,7 +477,7 @@ function updateConfigBreadcrumbs() { configEl.textContent = truncateBreadcrumbSpecName(fullConfigName); configEl.title = fullConfigName; versionEl.textContent = 'main'; - document.title = code + ' / ' + variant + ' / ' + fullConfigName + ' — QuoteForge'; + document.title = code + ' / ' + variant + ' / ' + fullConfigName + ' — OFS'; const configNameLinkEl = document.getElementById('breadcrumb-config-name-link'); if (configNameLinkEl && configUUID) { configNameLinkEl.href = '/configs/' + configUUID + '/revisions'; diff --git a/web/templates/partnumber_books.html b/web/templates/partnumber_books.html index e0134fd..463884f 100644 --- a/web/templates/partnumber_books.html +++ b/web/templates/partnumber_books.html @@ -1,4 +1,4 @@ -{{define "title"}}QuoteForge - Партномера{{end}} +{{define "title"}}OFS - Партномера{{end}} {{define "content"}}
diff --git a/web/templates/pricelist_detail.html b/web/templates/pricelist_detail.html index f225eaf..44b5427 100644 --- a/web/templates/pricelist_detail.html +++ b/web/templates/pricelist_detail.html @@ -1,4 +1,4 @@ -{{define "title"}}Прайслист - QuoteForge{{end}} +{{define "title"}}Прайслист - OFS{{end}} {{define "content"}}
diff --git a/web/templates/pricelists.html b/web/templates/pricelists.html index 62fdd3d..3b98e09 100644 --- a/web/templates/pricelists.html +++ b/web/templates/pricelists.html @@ -1,4 +1,4 @@ -{{define "title"}}Прайслисты - QuoteForge{{end}} +{{define "title"}}Прайслисты - OFS{{end}} {{define "content"}}
diff --git a/web/templates/project_detail.html b/web/templates/project_detail.html index b060214..f296608 100644 --- a/web/templates/project_detail.html +++ b/web/templates/project_detail.html @@ -1,4 +1,4 @@ -{{define "title"}}Проект - QuoteForge{{end}} +{{define "title"}}Проект - OFS{{end}} {{define "content"}}
@@ -363,7 +363,7 @@ function renderVariantSelect() { if (item.uuid === projectUUID) { option.className += ' font-semibold text-gray-900'; label.textContent = variantLabel; - document.title = (project && project.code ? project.code : '—') + ' / ' + variantLabel + ' — QuoteForge'; + document.title = (project && project.code ? project.code : '—') + ' / ' + variantLabel + ' — OFS'; } option.textContent = variantLabel; option.onclick = function() { diff --git a/web/templates/projects.html b/web/templates/projects.html index b347c2a..6c1f30d 100644 --- a/web/templates/projects.html +++ b/web/templates/projects.html @@ -1,4 +1,4 @@ -{{define "title"}}Мои проекты - QuoteForge{{end}} +{{define "title"}}Мои проекты - OFS{{end}} {{define "content"}}
diff --git a/web/templates/setup.html b/web/templates/setup.html index fffa9ef..06dab43 100644 --- a/web/templates/setup.html +++ b/web/templates/setup.html @@ -4,7 +4,7 @@ - QuoteForge - Настройка подключения + OFS - Настройка подключения