<!ENTITY staff.main.ws_info.name "Name">
<!ENTITY staff.main.ws_info.register_btn.label "Register">
<!ENTITY staff.main.ws_info.register_btn.accesskey "R">
+<!ENTITY staff.cat.bib_brief.record_summary "Record Summary">
+<!ENTITY staff.cat.bib_brief.title "Title:">
+<!ENTITY staff.cat.bib_brief.view_marc "View MARC">
+<!ENTITY staff.cat.bib_brief.author "Author:">
+<!ENTITY staff.cat.bib_brief.edition "Edition:">
+<!ENTITY staff.cat.bib_brief.pub_date "Publication Date:">
+<!ENTITY staff.cat.bib_brief.title_control_number "TCN:">
+<!ENTITY staff.cat.bib_brief.created_by "Created By:">
+<!ENTITY staff.cat.bib_brief.last_edited_by "Last Edited By:">
+<!ENTITY staff.cat.bib_brief.last_edited_on "Last Edited On:">
<messagecatalog id="catStrings" src="/xul/server/locale/<!--#echo var='locale'-->/cat.properties"/>
<groupbox id="groupbox" flex="1" style="overflow: auto; min-height: 100px;">
- <caption label="Record Summary" id="caption"/>
+ <caption label="&staff.cat.bib_brief.record_summary;" id="caption"/>
<html:table width="90%">
<html:tr valign="top">
<html:td colspan="3">
- <html:span style="font-weight: bold;">Title: </html:span><html:span id="title" />
+ <html:span style="font-weight: bold;">&staff.cat.bib_brief.title; </html:span><html:span id="title" />
</html:td>
<html:td>
- (<html:a href="javascript:view_marc();" style="text-decoration: underline; color: blue;">View MARC</html:a>)
+ (<html:a href="javascript:view_marc();" style="text-decoration: underline; color: blue;">&staff.cat.bib_brief.view_marc;</html:a>)
</html:td>
</html:tr>
<html:tr valign="top">
<html:td colspan="2">
- <html:span style="font-weight: bold;">Author: </html:span><html:span id="author" />
+ <html:span style="font-weight: bold;">&staff.cat.bib_brief.author; </html:span><html:span id="author" />
</html:td>
<html:td>
- <html:span style="font-weight: bold;">Edition: </html:span><html:span id="edition" />
+ <html:span style="font-weight: bold;">&staff.cat.bib_brief.edition; </html:span><html:span id="edition" />
</html:td>
<html:td>
- <html:span style="font-weight: bold;">Pub Date: </html:span><html:span id="pubdate" />
+ <html:span style="font-weight: bold;">&staff.cat.bib_brief.pub_date; </html:span><html:span id="pubdate" />
</html:td>
</html:tr>
<html:tr valign="top">
<html:td>
- <html:span style="font-weight: bold;">TCN: (</html:span><html:span id="tcn_source"/><html:span style="font-weight: bold;">) </html:span><html:span id="tcn" style="text-decoration: underline; color: blue;" onclick="copy_to_clipboard(event)"/>
+ <html:span style="font-weight: bold;">&staff.cat.bib_brief.title_control_number; (</html:span><html:span id="tcn_source"/><html:span style="font-weight: bold;">) </html:span><html:span id="tcn" style="text-decoration: underline; color: blue;" onclick="copy_to_clipboard(event)"/>
</html:td>
<html:td>
- <html:span style="font-weight: bold;">Created By: </html:span><html:span id="creator" />
+ <html:span style="font-weight: bold;">&staff.cat.bib_brief.created_by; </html:span><html:span id="creator" />
<html:span id="creator_bc" style="text-decoration: underline; color: blue;" onclick="try{spawn_patron(this);}catch(E){alert(E);}"/>
</html:td>
<html:td>
- <html:span style="font-weight: bold;">Last Edited By: </html:span><html:span id="editor" />
+ <html:span style="font-weight: bold;">&staff.cat.bib_brief.last_edited_by; </html:span><html:span id="editor" />
<html:span id="editor_bc" style="text-decoration: underline; color: blue;" onclick="try{spawn_patron(this);}catch(E){alert(E);}"/>
</html:td>
<html:td>
- <html:span style="font-weight: bold;">Last Edited On: </html:span><html:span id="edit_date" />
+ <html:span style="font-weight: bold;">&staff.cat.bib_brief.last_edited_on; </html:span><html:span id="edit_date" />
</html:td>
</html:tr>
</html:table>