---
title: "Project template – Dialog (obsolete)"
source: https://dev.pageseeder.com/reference/version_5/files/template_dialog.html
last_updated: 2026-08-07T17:09:54+10:00
tokens: ~174
---

# Dialog template folder

`/WEB-INF/config/template/[project]/layout/Dialog`

Contains all templates to generate the dialogs specific to a project in PageSeeder.

> **Note:** The folder name is capitalized and case-sensitive!

Each dialog template should be named after the dialog ID:

```text

/WEB-INF/config/template/[project]/layout/Dialog/[dialog-id].xsl
```

The corresponding dialog-specific style (CSS) and behavior (JavaScript) should be placed in the corresponding `style` folders:

- Scripts go to the [Dialog script folder](../../../../_local/archive/2022/07/script/dialog.md).
- Styles go to the [Dialog style folder](../../../../_local/archive/2022/07/style/layout/css/dialog.md).

