...
<element>
<dc_field>dc_source</dc_field>
<label>Storage</label>
<type>select</type>
<option-list>
<option>slide</option>
<option>CD</option>
</option-list>
<show>true</show>
</element>
Customization of the public library display name:
The public library is named "public" by default. If you want to give it an different name, use the <public_library_name> tag. For example:
<public_library_name>Chemistry Department Image Collection</public_library_name>
Customization of the help URL:
By default, thalia help goes to http://thalia.mit.edu/help. If you want user help to go to a different URL, use the <help_url>tag. For example:
<help_url>http://web.mit.edu/psb/photographs</help_url>
Customization of the upload behavior:
By default, if you start an uplod, the upload screen retains all the metadata entered by the previous upload. If you want that screen to be cleared every time, use the <clear_upload_form> tag. For example
<clear_upload_form>true</clear_upload_form>