Presentation is loading. Please wait.

Presentation is loading. Please wait.

CONTENTdm Customization 101 Glee Willis Digital Projects Librarian University of Nevada, Reno.

Similar presentations


Presentation on theme: "CONTENTdm Customization 101 Glee Willis Digital Projects Librarian University of Nevada, Reno."— Presentation transcript:

1 CONTENTdm Customization 101 Glee Willis Digital Projects Librarian University of Nevada, Reno

2 CONTENTdm Customization 101 By way of intro, our collections “start” page at UNR is at http://contentdm.library.unr.eduhttp://contentdm.library.unr.edu and looks like this: We’ll focus on our Images Of Lake Tahoe Collection right now:

3 CONTENTdm Customization 101 A typical collection “portal” at UNR looks like this:

4 CONTENTdm Customization 101  Customizing Display Views  Editing Web Template Files  Creating Custom Queries and Results Basic topics to be covered:

5 Grid view Thumbnail view Note: Two other views: “bibliographic view” and “hierarchichal view” but they aren’t used very often. Customizing Display Views

6 Caveat!!  IMPORTANT: Customizing the display view does NOT guarantee that this view is what the end user sees because s/he has control over the display view via the “preferences” user controls  ALSO: The default display view can be overwritten by a predefined query created using the “Custom Queries and Results” (CQR) tool …  AND: The end user’s “view” preferences even overwrite the view that is configured in a predefined query! Preferences screen “View” option Customizing Display Views

7 Overview  Default display view is “grid”  You have control over the fields displayed in “grid”, but out-of-the box, they are: Thumbnail, Title, Subject, and Description  The variable in CONTENTdm’s PHP code for customizing the display view is called CISOMODE and it occurs in both the browse.php and results.php files Customizing Display Views

8 Editing Web Template Files Default header Header examples from our collections

9 Editing Web Template Files Frequently customized web template files: Global style file (STY_global_style.php)  to change background color  caption font type and color  layout of the collection pages Note: If a collection has been customized by the creation of its own “style” file, CONTENTdm will invoke it. For example: STY_nevagpub_style.php Header file  to make changes in the header on all or specific web template pages Footer file  to make changes in the footer on all or specific web template pages Localization files  to change navigational, button, and message text

10 Editing Web Template Files Anatomy of a CONTENTdm header display – pt.1 nevagpub_menu.php nevagpub_header.php Each link in the [collection-name]_menu.php file is configurable. Examples: the code for the home link (above) is: the code for the browse link (above) is:

11 Editing Web Template Files Anatomy of a CONTENTdm header display – pt.2 nevagpub_menu.php nevagpub_header.php images/logo64.gif" width="64" height="64" alt=" " TITLE=" " /> images/spacer.gif" width="5" height="1" border="0" alt="" /> Default (out-of-the-box) code in [collection-name]_header.php: Customized replacement code with local “header” graphic file:

12 Editing Web Template Files My handy-dandy web template customization diagram: Variables in the “style” file control the look of the web templates.

13 Editing Web Template Files Examples of commonly customized variables in the “style” file: define("S_COPYRIGHT_COLOR", "#0f0600"); // #99a99a: copyright font color define("S_GENMENU_BG", "#0F0600"); // #99a99a: top menu background color define("S_GENMENU_COLOR", "#F7EBD1"); // #404040: top menu font color define("S_HEADER_BG", "#EFDAAF"); // #3e647e: header background color define("S_HEADER_COLOR", "#cdd3cd"); // #cdd3cd: header text color define("S_LINK_COLOR", "#990000"); // #448ccb: link color define("S_LINK_HOVER_COLOR", "#977834"); // #990000: link hover color

14 Editing Web Template Files The Localization files contain variables that control the text that appears on buttons, forms, and pages throughout the web templates. Navigational and function wording: LOC_document.php within the compound object viewer LOC_favorites.php within My Favorites, Slideshow, and Compare views LOC_global.php for terms uses in all pages (ex: email address + company name) LOC_preferences.php within My Preferences LOC_results.php within Browse and Results pages LOC_search.php within Search pages LOC_viewer.php within the Item viewer Example from LOC_global.php file: Variable name = L_MY_FAVORITES Default text = “my favorites” UNR’s text = “my saved items”

15 Creating Custom Queries and Results Example of a drop-down list created via the CQR wizard The custom queries and results (CQR) wizard is used to generate HTML code that can be pasted into web pages that include suggested searches of your collections

16 Creating Custom Queries and Results Anyone can use the CQR wizard to generating HTML code for pre-defined queries against anyone’s CONTENTdm collections. You just need to know the name of the CONTENTdm server. Our CQR wizard is at: http://contentdm.library.unr.edu/cdm4/cqr/cqr1.php The CQR wizard looks like this:

17 Creating Custom Queries and Results Types of query elements:  simple hyperlink – creates a hyperlink to specify a single query (NOTE: not to be confused with a reference URL, which is the unique identifier for a CONTENTdm record)  drop-down list – defines a drop-down list to specify multiple options from which the user can select a query  index box – specifies a field from which to generate a non-dynamicly-generated list of search terms  (custom) browse – define a browse page of records in a non-default order, such as chronological order  default parameters for a browse or results display

18 Creating Custom Queries and Results  Pre-defined queries can be created for searches of a single collection or across multiple or all collections  Let’s walk through using the CQR wizard to create a predefined query across all of our collections Select the “search across all collections” option

19 Creating Custom Queries and Results  For this predefined query, we want to create a phrase search across all fields for “virginia street”  And we click on preview to make sure the results match our expectations

20 Creating Custom Queries and Results  Checking the preview screen:  Then close the preview window, and click on the next button at the bottom of the CQR wizard window

21 Creating Custom Queries and Results  Now, you need to configure a few more things before your HTML code is ready to be embedded in a web page  Insert your server name before the first forward slash in the first box (so, in my case, I’d type in: http://contentdm.library.unr.edu )

22 Creating Custom Queries and Results  We almost always select thumbnails for our results display  Again, click on the next button at the bottom of the CQR wizard window

23 Creating Custom Queries and Results  Now copy the HTML code that the CQR wizard has created on your behalf onto the target web page for predefined queries <a href="http://contentdm.library.unr.edu/cdm4/results.php? CISORESTMP=results.php&CISOVIEWTMP=item_viewer.php &CISOMODE=thumb&CISOGRID= thumbnail,A,1;title,A,1;subjec,A,0;descri,200,0;none,A,0;20; relevancy,none,none,none,none&CISOBIB=title,A,1,N;subjec,A,0,N; descri,200,0,N;none,A,0,N;none,A,0,N;20;relevancy,none,none,none,none &CISOTHUMB=20%20(4x5);relevancy,none,none,none,none &CISOTITLE=20;title,none,none,none,none&CISOHIERA=20; subjec,title,none,none,none&CISOSUPPRESS=0&CISOTYPE=link &CISOOP1=exact&CISOFIELD1=title&CISOBOX1=virginia+street &CISOOP2=exact&CISOFIELD2=subjec&CISOBOX2=&CISOOP3=exact &CISOFIELD3=descri&CISOBOX3=&CISOOP4=exact &CISOFIELD4=CISOSEARCHALL&CISOBOX4= &c=exact&CISOROOT=all">query name It’s definitely NOT the prettiest code in the world !

24 Creating Custom Queries and Results  The dropdown code that includes our “picnics” search looks like this: Select a Topic: Aerial views Beaches Boats and steamers Casinos Fishing Golf Picnics Postcards Summer diary Washoe Indians Water level surveys Waterfalls

25 Creating Custom Queries and Results  Note: We use “plain English” for the names of the topics Aerial views Beaches Boats and steamers Casinos Fishing Golf Picnics Postcards Summer diary Washoe Indians Water level surveys Waterfalls

26 CONTENTdm Customization 101 Glee Willis Digital Projects Librarian University of Nevada, Reno 775-682-5641willis@unr.edu Contact information:


Download ppt "CONTENTdm Customization 101 Glee Willis Digital Projects Librarian University of Nevada, Reno."

Similar presentations


Ads by Google