<%namespace file="/base/helper.html" name="helper" \ import="OLOrthographySpecifyingHelp, MLOrthographySpecifyingHelp, ISO_639Help, objectLanguageNameHelp, storageOrthographyHelp, defaultInputOrthographyHelp, defaultOutputOrthographyHelp, orthographyNameHelp, OLOrthographyHelp, metaLanguageNameHelp, headerImageHelp, orthographiesHelp, storageOrthographyHelp, defaultInputOrthographyHelp, defaultOutputOrthographyHelp, orthographyLowerCaseGraphsHelp, wordInitialGlottalStopsHelp, morphemeBreakIsOrthographicHelp, unrestrictedUsersHelp, CSSColorsHelp, orthographicValidationHelp, narrPhonInventoryHelp, narrPhonValidationHelp, broadPhonInventoryHelp, broadPhonValidationHelp, morphPhonInventoryHelp, morphDelimitersHelp, morphPhonValidationHelp, grammaticalitiesHelp, punctuationHelp" /> <%namespace file="/base/javascriptDefs.html" name="javascriptDefs" \ import="getMatchingLanguagesScript, getToggleDivByTextInputScripts"/> <%inherit file="/base/index.html" /> <% sUrl = url(controller='settings', action='getmatchinglanguages') %> <%def name="writeJavascriptToHead()"> ${getMatchingLanguagesScript()} ${getToggleDivByTextInputScripts()} <%def name="heading()">

Editing Application Settings

This page permits editing of system-wide application settings. \ Only administrators should alter these settings.

Object Language

Name ${objectLanguageNameHelp()}
ISO 639-3 Code ${ISO_639Help()}

Orthographies ${orthographiesHelp()}

<% OLOOptions = ['Orthography %s' % str(i) for i in \ range(1,6)] %>
Storage Orthography ${storageOrthographyHelp()} ${h.select(name='storageOrthography', selected_values='',\ options=OLOOptions, tabindex=4)}
Input Orthography (default) ${defaultInputOrthographyHelp()} ${h.select(name='defaultInputOrthography', selected_values='',\ options=OLOOptions , tabindex=4)}
Output Orthography (default) ${defaultOutputOrthographyHelp()} ${h.select(name='defaultOutputOrthography', selected_values='',\ options=OLOOptions , tabindex=4)}
Morpheme Break is Orthographic ${morphemeBreakIsOrthographicHelp()} ${h.select(name='morphemeBreakIsObjectLanguageString', selected_values='', \ options=[u'no', u'yes'], tabindex=4)}
Validation ${orthographicValidationHelp()} ${h.select(name='orthographicValidation', selected_values='', \ options=[u'None', u'Warning', u'Error'], tabindex=4)}
Orthography 1 Name ${orthographyNameHelp()}
Orthography 1 Graphemes ${OLOrthographyHelp()}
Orthography 1 -- Only Lowercase ${orthographyLowerCaseGraphsHelp()}
Orthography 1 -- Word-initial Glottal Stops ${wordInitialGlottalStopsHelp()}
Toggle Additional Orthographic Fields
Orthography 2 Name ${orthographyNameHelp()}
Orthography 2 Graphemes ${OLOrthographyHelp()}
Orthography 2 -- Only Lowercase ${orthographyLowerCaseGraphsHelp()}
Orthography 2 -- Word-initial Glottal Stops ${wordInitialGlottalStopsHelp()}
Orthography 3 Name ${orthographyNameHelp()}
Orthography 3 Graphemes ${OLOrthographyHelp()}
Orthography 3 -- Only Lowercase ${orthographyLowerCaseGraphsHelp()}
Orthography 3 -- Word-initial Glottal Stops ${wordInitialGlottalStopsHelp()}
Orthography 4 Name ${orthographyNameHelp()}
Orthography 4 Graphemes ${OLOrthographyHelp()}
Orthography 4 -- Only Lowercase ${orthographyLowerCaseGraphsHelp()}
Orthography 4 -- Word-initial Glottal Stops ${wordInitialGlottalStopsHelp()}
Orthography 5 Name ${orthographyNameHelp()}
Orthography 5 Graphemes ${OLOrthographyHelp()}
Orthography 5 -- Only Lowercase ${orthographyLowerCaseGraphsHelp()}
Orthography 5 -- Word-initial Glottal Stops ${wordInitialGlottalStopsHelp()}

Narrow Phonetic Transcription

Inventory ${narrPhonInventoryHelp()}
Validation ${narrPhonValidationHelp()} ${h.select(name='narrPhonValidation', selected_values='', \ options=[u'None', u'Warning', u'Error'], tabindex=6)}

Broad Phonetic Transcription

Inventory ${broadPhonInventoryHelp()}
Validation ${broadPhonValidationHelp()} ${h.select(name='broadPhonValidation', selected_values='', \ options=[u'None', u'Warning', u'Error'], tabindex=6)}

Morphophonemic Segmentation

Inventory ${morphPhonInventoryHelp()}
Morpheme Delimiters ${morphDelimitersHelp()}
Validation ${morphPhonValidationHelp()} ${h.select(name='morphPhonValidation', selected_values='', \ options=[u'None', u'Warning', u'Error'], tabindex=6)}

Punctuation

Characters ${punctuationHelp()}

Grammaticality

Values ${grammaticalitiesHelp()}

Metalanguage

Name ${metaLanguageNameHelp()}
ISO 639-3 Code ${ISO_639Help()}
Orthography ${MLOrthographySpecifyingHelp()}

Restricted Access

Unrestricted Users ${unrestrictedUsersHelp()}
    % for i in range(len(app_globals.nonAdministrators)):
  • <% ID = "unrestrictedUsers-%s.unrestrictedUser" % app_globals.nonAdministrators[i].id %>
  • % endfor

Appearance

Header Image ${headerImageHelp()}
CSS Colors ${CSSColorsHelp()} ${h.select(name='colorsCSS', selected_values='',\ options=c.colorsCSSOptions, tabindex=16)}
${h.submit(value="Save Changes", name='submit', tabindex=30)}