Skip to content
Snippets Groups Projects
site-admin-elements.yaml 57.43 KiB

tabGroups:
#    dashboard: Dashboard
    xnatSetup: XNAT Setup
    manageAccess: Manage Access
    manageData: Manage Data
    processing: Processing
    projectCustomization: Project Customization
    advanced: Advanced XNAT Settings
    other: Other


siteId:
    kind: panel.input.text
    id: siteId
    name: siteId
    label: Site ID
    validation: required id onblur
    description: >
        The id used to refer to this site (also used to generate database ids).
        The Site ID must start with a letter and contain only letters, numbers
        and underscores. It should be a short, one-word name or acronym which
        describes your site. No spaces or non-alphanumeric characters.

siteDescriptionPage:
    tag: input
    element:
        type: text
        id: siteDescriptionPage
        name: siteDescriptionPage
        size: 30
    after: "<p class='description'>Specify a velocity template file to display on the login page</p>"

siteDescriptionText:
    tag: textarea
    element:
        id: siteDescriptionText
        name: siteDescriptionText
        rows: 8
    after: "<p class='description'>Specify a simple text description of this site.</p>"

passwordExpirationInterval:
    tag: input
    before:
        label:
            tag: br
    element:
        type: text
        id: passwordExpirationInterval
        name: passwordExpirationInterval
        label: Password Expiration (Interval)
    after: >
      <p class='description'>Interval of time after which unchanged passwords expire and users have to change them. Uses <a target="_blank" href="http://www.postgresql.org/docs/9.0/static/functions-datetime.html">PostgreSQL interval notation</a></p>

passwordExpirationDate:
    tag: input
    before:
        label:
            tag: br
    element:
        type: text
        id: passwordExpirationDate
        name: passwordExpirationDate
        label: Password Expiration (Date)

siteDescriptionType:
    kind: panel.element
    #id: siteDescriptionType
    #name: siteDescriptionType
    label: Site Description