1 / 14

EMu Site Integration Outline

EMu Site Integration Outline. By Timothy Furmston IT Officer The Whitworth Art Gallery, The University of Manchester. History of the web at WAG. First gallery in UK to put collections online Modes Most recent website Merger and me!. Visual Integration. Method 1 - CSS.

merle
Télécharger la présentation

EMu Site Integration Outline

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. EMu Site Integration Outline By Timothy Furmston IT Officer The Whitworth Art Gallery, The University of Manchester

  2. History of the web at WAG • First gallery in UK to put collections online • Modes • Most recent website • Merger and me!

  3. Visual Integration Method 1 - CSS • Cascading Style Sheets (CSS) • Content Management System (CMS) Global University CSS Faculty 1 CSS Faculty 2 CSS Faculty 3 CSS Whitworth CSS Museum CSS Local Alterations CSS

  4. CSS Examples • Example 1… • body{ • font-family:Verdana, Arial, Helvetica, sans-serif; • font-size: 70%; • } • Example 2… • #globallinks{ • display:block; • text-align:right; • margin-top:8px; • margin-right:10px; • padding:0px; • }

  5. Visual Integration Method 2 - EMu page settings • http://emudev.kesoftware.com/Docs/EMuWeb/webobjectsref.htm • Formatting Examples… • $queryform->FontFace = "Verdana, Arial, Helvetica, sans-serif"; • $queryform->FontSize = "3"; • $queryform->TitleTextColor = "#00CCFF"; • $resultlist->Width = "900"; • $resultlist->BodyColor = "#00CCFF";

  6. EMu Tweaks KE Developer Support • Annual Maintenance Contracts • Up to 24x7 Support • Software Upgrades • Training

  7. EMu Tweaks Adding additional fields • To a search… • $queryform->Options = array('all' => 'SummaryData', 'title' => 'TitMainTitle|TitSeriesTitle'; • To a display page… • $display->Fields = array('SummaryData', 'TitMainTitle', 'CatCatalogueNo'); • Back-Reference ‘feature’

  8. EMu Tweaks Random, Pre-Configured and Image queries • Random… • <a href=" • <?php • require_once('../../objects/common/RandomQuery.php'); • $RandomQry = new RandomQuery; • $RandomQry->LowerIRN = 1; • $RandomQry->UpperIRN = 12000; • $RandomQry->MaxNumberToReturn = 50; • $RandomQry->PrintRef(); • ?>">Click Here</a>

  9. Narrative Page Creation KE Support Model • Limited to standard functionality Standard Functionality

  10. Narrative Page Creation PHP Record Extractor functions • Training! • Based on addition fields info • Create what? • Anything! • More tweaks

  11. To do… • New CSS’s!! • Events module - event section and event catalogue number

  12. Summary • EMu Development Support Model • Open Access • Some standard functionality • Opportunities • Individual Code and Record Extractor

  13. QUESTIONS??

  14. Add a sub title or delete this box

More Related