Skip to content

Customizing other pages

Irene Vagionakis edited this page Feb 24, 2023 · 1 revision

To change the structure and layout of pages, you may need to edit different types of files:

  • xml templates: to edit the structural aspects
  • xsl stylesheets: to edit the stylistic aspects
  • css files: to edit the stylistic aspects

Some useful xml templates:

  • webapps/ROOT/assets/templates/home.xml
  • webapps/ROOT/assets/templates/base.xml
  • webapps/ROOT/assets/templates/epidoc.xml (general layout of EpiDoc files)
  • webapps/ROOT/assets/templates/tei.xml (layout of TEI files)
  • webapps/ROOT/assets/templates/index.xml (layout of indices)
  • webapps/ROOT/assets/templates/inscription-index.xml (list of EpiDoc files)
  • webapps/ROOT/assets/templates/text-index.xml (list of TEI files)
  • webapps/ROOT/assets/templates/indices-type.xml (list of indices)

Some useful xsl stylesheets:

  • webapps/ROOT/stylesheets/tei/to-html.xsl (TEI files)
  • webapps/ROOT/stylesheets/text-file-list-to-html.xsl (list of EpiDoc/TEI files)

Some usefus css files:

  • webapps/ROOT/assets/styles/base.css (general)
  • webapps/ROOT/assets/styles/epidoc/global.css (inscriptions)