<%inherit file="/base/index.html" /> <%namespace file="/base/markup.html" name="markup" import="*"/> <%def name="heading()">

Settings for ${c.researcher.firstName} ${c.researcher.lastName}

This page lists the settings specific to user ${c.researcher.firstName} \ ${c.researcher.lastName}

% if ('user_username' in session and session['user_username'] == \ c.researcher.username) or ('user_role' in session and session['user_role'] \ == 'administrator'): edit % endif
Default Collection View

How the content of Collections should be displayed for ${c.researcher.firstName} ${c.researcher.lastName}

${c.researcher.collectionViewType}
Input Orthography

The orthography that ${c.researcher.firstName} \ ${c.researcher.lastName} will use to enter and search for object \ language data. Note: if unspecified, system's default input orthography \ will be used.

% if c.researcher.inputOrthography: ${app_globals.OLOrthographies[c.researcher.inputOrthography][0]} % else: unspecified (system default is ${app_globals.defaultInputOrthography[0]}) % endif
Output Orthography

The orthography that will be used to display object \ language data to ${c.researcher.firstName} ${c.researcher.lastName}. Note: \ if unspecified, the system's default output orthography will be used.

% if c.researcher.outputOrthography: ${app_globals.OLOrthographies[c.researcher.outputOrthography][0]} % else: unspecified (system default is ${app_globals.defaultOutputOrthography[0]}) % endif
% if ('user_username' in session and session['user_username'] == \ c.researcher.username) or ('user_role' in session and session['user_role'] \ == 'administrator'): edit % endif