Andover Pull List PULL LIST PROCEDURE Log on to Evergreen Open “Pull List for Hold Requests” Click the “Fetch more holds” button however many times it.

Slides:



Advertisements
Similar presentations
Lesson 3, Activity 13 Review Microsoft Office 2003.
Advertisements

CSS Layout Crash Course An Advance CSS Tutorial. Inline vs. Block Many HTML elements have a default display setting of Block. Block elements take up the.
Slide 1 CMPS 211 Internet Programming Spring 2008 Dynamic Effects with Styles Chapter 12 2/6/08.
Very quick intro HTML and CSS. Sample html A Web Title.
Advance CSS (Menu and Layout) Miftahul Huda. CSS Navigation MENU It's truly remarkable what can be achieved through CSS, especially with navigation menus.
Managing Text Flow Lesson 7. Skills Matrix SKILL #MATRIX SKILL 1.1.6Insert blank pages or cover pages 1.2.3Create and format columns.
Session Objectives Setting the font family Setting the font size Working with Web fonts Setting font faces and sizes Setting font and text appearances.
9-May-15 More CSS. 2 A different emphasis CSS is the same for XML as it is for HTML and XHTML, but-- XML contains no display information If you want your.
Cascading Style Sheets (Formatting. Slide 2 Lecture Overview At this point, you have learned how and where to create styles You have not learned much.
Introduction Headers & Footers. You will learn how to: Create, Format, Edit and Delete Create Different Header/Footer in a Document Create a First Page.
文字 CSS 樣式. 文字的屬性 text-decoration none | underline | overline | line-through | blink text-transform none | capitalize | uppercase | lowercase line-height.
Text Properties, Line Box, CSS. Text Properties Properties related to the display of text. Text-align : left, right, center I like FSU!
14-Jul-15 CSS Applications to XML. 2 A different emphasis CSS is the same for XML as it is for HTML, but-- HTML already does a pretty good job of layout.
MS-Excel XP Lesson 3. Print Preview 1.File menu, Print preview menu item 2.Print preview window, close button 3.Pages are outlined by borders on worksheet.
CSS Евгения Ковачева. BODY { PADDING-RIGHT: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-LEFT: 0px; SCROLLBAR-FACE-COLOR: #ffffff; SCROLLBAR-FACE-COLOR:
Selectors thru Borders. CSS – Cascading Style Sheets – is a way to style HTML HTML is the content base of a web page CSS provides the presentation qualities.
CSS1-1 Cascading Style Sheets (CSS) Xingquan (Hill) Zhu
Cascading Style Sheets – Block Level. Block Level Style So far we have done text-level CSS With block level CSS, we used a generic container tag Similarly.
Slide 1 of 83 Table Borders To specify table borders in CSS, use the border property. The example below specifies a black border for table, th, and td.
Create Professional-looking Content Easy to Use Interface Share Documents.
Cascading Style Sheets CS3505. What are CSS? Method for adding style attributes consistently to HML tags Cascading because styles are applied in order.
Cascading Style Sheets Billy Toy Cascading Style Sheets Syntax review How to Implement style sheets Background properties Text properties.
LING 408/508: Programming for Linguists
Cascading Style Sheets, pt 2 ECA 225 Applied Online Programming.
Cascading Style Sheets CSS. CSS - Structure Declaration block Property: identifies what to change Value: how to change it Selector – example h1{ font-size:
WORKING WITH CASCADING
New Perspectives on XML, 2nd Edition Tutorial 5 1 TUTORIAL 5 WORKING WITH CASCADING STYLE SHEETS.
1 To Create an Internal Style Sheet 1. At the top of your HTML document, between the and tags type. 2. Type the name of the tag whose properties you wish.
XP New Perspectives on XML Tutorial 5 1 TUTORIAL 5 CSS Tutorial – Carey ISBN
Web Development & Design Foundations with XHTML
INTRODUCTION TO HTML5 Styling Text. Change the Font Size  You can use the font-size property to change the font size for a document’s text.  Instead.
CSS Best Practices By Peter Funk 1. Web development since 1996 Senior Front-end web developer at Ancestry.com Proficient at CSS, HTML, and native JavaScript.
CHAPTER 3 CSS & CSS3 อ. ยืนยง กันทะเนตร คณะเทคโนโลยีสารสนเทศและการสื่อสาร มหาวิทยาลัยพะเยา 1.
Chapter One An Introduction to Visual Basic 2010 Programming with Microsoft Visual Basic th Edition.
Ch 10 HTML and CSS Web Standards Solutions A Web Standardistas’ Approach.
Basics of Web Design Chapter 6 More CSS Basics Key Concepts.
Movable Type 3.2 Structure Main Index Template In the following sheets you will find: The div-structure of the Main Index Template The default HTML code.
Floating Elements CS The CSS float property (reference) 2 img.headericon { float: right; width: 130px; } CSS  removed from normal document flow;
Copyright 2007, Paradigm Publishing Inc. EXCEL 2007 Chapter 3 BACKNEXTEND 3-1 LINKS TO OBJECTIVES Change Column Widths & Row Heights Change Column Widths.
CSS WORKSHOP Design Principles for Web Standards.
Cascading Style Sheets Eugenia Fernandez IUPUI. CSS Purpose CSS allow you to specify the style in which your XML elements are displayed. CSS were originally.
1 CS428 Web Engineering Lecture 08 Border, Margin, Padding … (CSS - III)
LING 408/508: Programming for Linguists Lecture 10 September 30 th.
CSS Layout Cascading Style Sheets. Lesson Overview  In this lesson, you will learn:  float & clear  display & visibility.
CIS234A Lecture 5 Instructor Greg D’Andrea. Font Styles Review Font-Family: generic family, font family Font-Size: em, pt, px, %, mm, cm, in Font-Style:
3.2 Cascading Style Sheets. 2 Positioning Elements Normally, elements are laid out on the page in the order that they are defined in the XHTML document.
Copyright © Osmosys O S M O S Y SO S M O S Y S D e p l o y i n g E x p e r i e n c e & E x p e r t i s e™ CSS Training.
©SoftMoore ConsultingSlide 1 Introduction to HTML: Cascading Style Sheets.
Cascading Style Sheets Web Design Fairport High School.
CSS properties Basharat Mahmood, Department of Computer Science, CIIT, Islamabad, Pakistan 1.
Web Development & Design Foundations with XHTML Chapter 6 Key Concepts.
5 th ed: Chapter 4 4 th ed: Chapter 5 SY306 Web and Databases for Cyber Operations SlideSet #5: Advanced CSS.
CIS—100 Chapter 8—Tracking Changes 1. Turning on Track Changes On the Review tab, in the Tracking group, click Track Changes. The background of the Track.
JavaScript and CSS
CSS Text Text properties allow you to control the appearance of text. It is possible to change the color of a text, increase or decrease the space between.
CSS: Cascading Style Sheets Part II. Style Syntax.
Cs332a_chapt04.ppt CS332A Advanced HTML Programming Text Controls Kerning (Code 4.1, Figure 4.1, Page 78) The amount of space between letters in a word.
HTML and Dreamweaver November 11th. Agenda Box Model Displaying and positioning elements – Padding – Margin – Float – Display – Position HTML Demo.
Review First – on your own... Go to Day 5 Grab the contents of position review file Place in DW Add styles to recreate – get something close to
Cascading Style Sheet (CSS) SAMPLE IT133 Pengembangan Web.
Week 5.  Normal document flow  Affecting document flow with float and position properties using CSS  Using these properties to create layouts.
03 CSS (Cascading StyleSheet) Р.Жавхлан МОНГОЛ УЛСЫН ИХ СУРГУУЛЬ Мэдээллийн технологийн сургууль Интернэт технологийн үндэс 2015 Намар.
1 Copyright © 2013 Lee, Kim & Park, Life & Power Press 1 를 이용한 레이아웃.
Chapter 7.  Change body and link styles  Create a drop-down menu  Change color and font styles in the menu  Create a pop-up effect using CSS  Utilize.
CS 120: Introduction to Web Programming Lecture 10: Extra Features and Website Design Part 1 Tarik Booker CS 120 California State University, Los Angeles.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 3 Introducing Cascading Style Sheets.
1 CS428 Web Engineering Lecture 07 Font, Text & Background (CSS - II)
Unit 3 - Review. Topics 1. Tag, Attribute, Value 2. CSS Rule Syntax + link 3. Categories of Selectors 4. Inline vs Block Tags 5. CSS Layout 6. CSS Box.
VISIO Getting Started Libby Baker - MS Office Limited Flow Chart Diagram.
Presentation transcript:

Andover Pull List PULL LIST PROCEDURE Log on to Evergreen Open “Pull List for Hold Requests” Click the “Fetch more holds” button however many times it takes until the button turns grey Click the Print button……after a few seconds a print dialog box will appear Click OK

Andover Pull List

Pull List Printer Template

Receipt Template Editor Holds_Pull_List

Pull List Results

Non-fiction Display Units

Hold Slip Template Header *********** header ************* #slip { font-size: 15pt; margin-top: 4.5em; width: 100%; clear: both; border-bottom: Ipx solid #000; padding-bottom: 4.5in; } #notifications { font-size: 15pt; margin-top: 4.5em; width: 100%; clear: both; margin-bottom:.5in; }.hide { display:none; } div.alias:not(:empty) { line-height: lem; font-size: 2.5em; text-decoration: underline; } /* something like this could denote aliases div.alias:not(:empty):before { font-size: smaller; content: "*"; } */ div.alias:not(:empty)+div, div.rotate-alias:not(:empty)+div, div.hold-for-name:not{:empty)+div { display: none; }.hold-for { margin-top: lem; }.hold-for div { display: inline; }

Header - Continued.rotate { position: absolute; display: block; -moz-transform: rotate(90deg); -moz-transform-origin: bottom left; top: -l.Oem; left: 64mm; width:.75em; font-size: 6em; height: lem; line-height: lem; /* affects distance between letters */ word-wrap: break-word; letter-spacing: 800px; /* needs large value to prevent two letters appearing side-by-side */ text-transform: uppercase; }.rotate div { border: Ipx solid #000; } span.expiry-date { display: block; text-align: center; margin-top: lOpx; font-size:.3em; line-height: l.Oem; letter-spacing: normal; } %SUBSTR(3, -100)%PATRON_ALIAS%SUBSTR_END% %SUBSTR(3, - 100)%PATRON_LASTNAME%SUBSTR_END% %DATE_FORMAT(%shelf_expire_time%,%m/%d)%

Header - Continued %PATRON_ALIAS% %PATRON_LASTNAME% %PATRON_FIRSTNAME% Hold Slip Andover %TODAY_D% %TODAY_I% : %TODAY_iyi% Hold For: %PATRON_ALIAS% %PATRON_LASTNA]yiE%, %PATRON_FIRSTNA]yiE% ITEM: %item_barcode% %item_title%

Footer ************ FOOTER ***************** Patron Notifications: %notify_by_j)hone_msg% * %notify_by_ _msg% % no t i f y_by_t ext_msg % *

Receipt Template Editor Holds_For_Patron

Hold Slips When Patron Chooses NO Notification

Hold Slip When Patron Chooses Phone Notification

Hold Slip When Patron Choose Notification

Hold Slip When Patron Choose Text Message Notification

Patron Hold shelves

Close-up of Patron Hold Shelf