IBM R1 - Manuals
IBM R1 – Manual in PDF format online.
Manuals:
Manual IBM R1
Summary
Disclaimer THE INFORMATION CONTAINED IN THIS DOCUMENTATION IS PROVIDED FOR INFORMATIONAL PURPOSES ONLY. WHILE EFFORTS WERE MADE TO VERIFY THE COMPLETENESS AND ACCURACY OF THE INFORMATION CONTAINED IN THIS DOCUMENTATION, IT IS PROVIDED “AS IS” WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. IN ADDI...
Table of Contents Chapter 1 Customizing the IBM Lotus Learning Management System User interface ........................................................................................................................... 1 A disclaimer and a word about conventions .......................................
Chapter 1 Customizing the IBM Lotus Learning Management System User interface There are several ways you can tailor the IBM® Lotus® Learning Management System (LMS) interface to control the product's look and feel and the user's access to its features. Depending on the nature of the changes you want...
Static text is resourced in .properties and .txt files in the properties (and, in the case of the LMM server, templates) directories for the LMM and Delivery servers and the Offline Learning Client (under source\resources). These directories contain resource bundles for the various languages that th...
Acronyms and abbreviations Acronym or Abbreviation What it stands for CSS Cascading Style Sheet DS Delivery Server DUC Offline Learning Client (Disconnected Use Client) EAR (file) Enterprise Archive (file) JSP JavaServer Page LDAP Lightweight Directory Access Protocol LMM Learning Management Module ...
Chapter 2 Changing settings through the user interface or XML You can customize the application by changing various of the settings that are established when you first install and configure the system. There are three ways to do this: • Edit one or more of the XML files in which initial system value...
Chapter 3 Controlling access to features through permissions You can limit or expand users’ access to the application’s features and functionality by setting the permissions that define the roles that you assign to those users. These roles can either be ones that come prepackaged with the applicatio...
5. Enter the name of the new role and a description, and then click Save. This adds the role to the role list. 6. Click the name of the new role in the list. This displays the Role Details page. 7. Check the permissions you want to grant to users assigned this role in the various categories you can ...
7. Click Continue. The application displays a dialog box from which you can assign roles by clicking Assign Roles. When you click Assign Roles, the application displays a list of the roles defined in the system. Select one or more of these to assign to the selected user(s). 8. Click Save to complete...
Chapter 4 Customizing Help Every Help topic consists of four files, all of which are editable: • The file that defines the layout of the graphical bar displayed at the top of every Help window. Student and Course Administrator Help topics have slightly different headers. • The file that defines the ...
<td width="46" class="logo-textbg"><a href="#PageContent"><img src="transparent.gif" width="2" height="20" alt="skip to page content" border="0"></a><img src="transparent.gif" width="44" height...
<tr> <td><img src="transparent.gif" width="1" height="1" alt="" border="0"></td> <td><a href="http://doc.notes.net/cct/LearningSpace.nsf/LSCore?OpenForm" class="nav-text" target="_ ">Feedback on Help?...
You can ignore or remove the <META> tags at the beginning of the file. These are used in generating the Index. Otherwise, you can edit this file as you would any other standard HTML file. Editing an existing Help topic Open the _b.html, edit it, and save your work. Replacing a context-sensitiv...
Note: You can replace a Help file with one in another directory by specifying the appropriate relative path and file name. For example, you might change the helpPage parameter in preferences.jsp to <jsp:param name="helpPage" value="courseadmin/ch_mypreferences.html"/> or, assum...
Chapter 5 Customizing JavaServer Pages You can customize the Learning Management System application by customizing its JavaServer Pages. This chapter contains the following information: Overview • LMS JSP tag libraries • The Anatomy of a JSP Making global changes • Applying customization sets • Chan...
a user makes a request or performs an action, the server handles the action, and then retrieves the appropriate JSP to display the response in HTML. You can find documentation defining the JSP 1.2 specification, on which the LMS JSPs are based, at http://java.sun.com/products/jsp/. The servers in th...
Referencing the url tag in a JSP The following code is excerpted from the catalogManageCurriculumEntryManage.jsp: <script language="javascript"> function openUserSearchPopup() { var href = "<lms:url>/searchUserPopup.do?formName=<%= formName %></lms:url>"; <...
<attribute> <name>useCustomDsPath</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>useCustomLmmPath</name> <required>false</required> <rtexprvalue>true</rtexprvalue&...
current navigation mode, is equal to “studenthome.” If it is, the jsp:include tag within the logic:match tag is executed. <bean:define id="navKey" value="<%=com.lotus.elearn.navigation.NavigationUtil.getNavKey(request) %>"/> <logic:match name="navKey" value=...
<td class="formBoxBg" width="15"><lms:spacer width="15" height="1" /></td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </body> </html:html> The content of the adminContentPage.j...
specified with a value of “contentPage,” the returned value is stored in a pageContext object variable that can be referenced later in the page as a variable called “contentPage.” If no value is returned by the navigationControllerBean, the invalidForm.jsp page displays. Otherwise, the appropriate p...
Including JavaScript source code The next piece of code includes the JavaScript code from the ds>js>delivery.js file in the page so that the functions in the code can be called from the current page. <script language="JavaScript" src="js/delivery.js"></script> Popul...
Defining resizable frames The final chunk of code defines the sizes of the resizable frames on the page: <frameset onload="load()" rows="44,*" frameborder="yes" border="4" framespacing="4"> <frame name="system" src="<delivery:action>...
</frameset> </html> The body of the delivery:action tag identifies the action used to display the frame. The body maps to the action path in the Struts-config.xml file on the Delivery server. The JSP defined in the path attribute of the forward tag is the JSP to display in the frame if t...
• Images Applying customization sets When you create a customization set, you create a new branch in the application directory to house the files that contain alternative resources for the application, including graphics, style sheets, and .properties files. For details, see “Creating customization ...
adminTemplate.jsp page, which is the page that defines the format for most of the pages on the Learning Management System server. For more information on the adminTemplate.jsp, see “The Anatomy of an LMS JSP.” The file directory containing the CSS files is structured as follows: [serverName]>css&...
Adding your own CSS files You can add your own CSS files for use in the application. You can reference styles from custom files in addition to the styles included in the CSS files that come with the LMS application by default. To add a CSS file: 1. Copy your custom CSS file into the [serverName]>...
To increase the default font size, change the “font-size:” value from xx-small to small or medium. To change the font style, replace the values in the “font-family:” setting with the fonts you want the application to use. Several of the classes in the CSS specify specific font sizes and styles that ...
A number of the tags in the lms custom tag library, such as the button or img tags, contain attributes that reference .properties file entries to supply language-specific text on the page. One tag, the message tag, is specifically designed to retrieve .properties file entries. For example, the title...
To replace graphics: • Replace the existing image file in the [serverName]>images directory with the image you prefer to use. Retain the original image’s file name. Replacing the application logo The standard IBM Lotus Learning Management System logo which displays in the header of the applicatio...
<td width="93%" class="systemLogoPlacement" valign="top"> <img src="<delivery:logoURL resource="images/lmsBrandingLogo.gif"/>" alt="<delivery:message key="ds.application.title"/>" width="209" height="22">...
} To customize the Help icon to align left instead of right, either: • Replace the class attribute with static HTML to define the alignment of the text as follows: <td align=”left”> This option works for quick fixes, but requires that you edit each individual setting any time you want to updat...
Submitting a form If you remove the nav attribute and add an onClick attribute, you completely change the functionality of the button. This code, for the Login button on the loginForm JSP for the Learning Management System server, executes a JavaScript submitForm() function when the button is clicke...
If no value attribute were supplied, the hidden input tag would retrieve a value for the destination property from the form Bean. The following lms:hidden tag, which is used in the catalogCourseMasterDetail.jsp keeps a copy of the current form’s keywords in the form Bean by supplying values for the ...
</logic:notPresent> </logic:notPresent> </logic:equal> This code, which follows the check for drop-down box field, defines how to display the content of the drop-down box field, if present. Displaying the content of the drop down box requires denoting which of the available options...
Chapter 6 Customizing Search You can perform these types of searches in the user interface: • User Search The User Search page appears when you roster or manage users in the Users module, when you enroll users or change their results in the Course Management module, when you supply contact informati...
attribute HealthPlanChoice, the attribute link would look like this: <!--================================================================ User Settings ================================================================ --> <user component="com.lotus.elearn.user.UserMgrImpl" anonymousA...
Customizing Offerings Catalog searches The Learning Management System allows you to create a pool of custom fields that can be applied to course offerings to add more details. Adding custom fields to the Offerings Catalog The custom field editor appears when you click Edit at the bottom of a Course ...
Removing fields from the Search pages If you want to remove fields from the Search pages, edit the appropriate .jsp to remove the code for the text and text box that you want to remove. • Course searches: searchCourses.jsp • Location searches: searchLocation.jsp • Room searches: searchRoom.jsp • Ins...
Chapter 7 Customization sets You can create what are in effect alternative versions of the application and send specified users to one or another of these rather than to the default interface when they log in. To do this, you copy the directories containing the files you want to change (or replace) ...
2. Make whatever changes you want to the JavaServer Pages, Cascading Style Sheets, image files, properties files, and templates in the SalesCS directory hierarchy. 3. When you’ve finished, replicate your work (except for the templates folder) on the Delivery server (or servers). 4. Install your cust...
Table of sample matching strings Type Example matches User Fulano de Tal/Cambridge/IBM cn=Fulano de Tal,ou=Cambridge,o=IBM cn=Jan Doe,ou=West5,ou=Weston,o=IBM */Cambridge/IBM *,ou=Cambridge,o=IBM * A person (Fulano de Tal) at IBM in Cambridge Same as above A person (Jan Doe) at the West5 office of I...
• Use text unchecked, the customization set uses the files in the LMM properties directory; checked, the files in the customization set’s properties directory are to be used. 6. Reboot the server(s) to complete the process of defining and assigning the customization. Installing a customization set...
file, inserting the custom files in the appropriate locations, overwriting any files in the default installation that have custom counterparts. Finally, if you changed lmsBrandingAbout.gif and included it in the Zip file (and the user entered the path to the Zip file at install time), the user will ...
Chapter 8 Creating a tab You can create a custom tabbed page to display along with the standard tabbed pages ― Home, Student Catalog, Users, and so on. What you have to do to accomplish this depends on the sort of content you want the page to have. At a minimum, you need to do the following: 1. Crea...
navigationTab.users = Users users.manageUsers.task = Manage Users The navigationTab.users and users.manageUsers.task resources in turn are specified in the <label> and <title> attributes, respectively, in the definition of the Users module in ...classes/navigation.xml (which will be desc...
block. (The table’s summary attribute refers to a resourced string that text-to-speech software can read, summarizing the contents of the table.) The permissionCheck tag encapsulates Java code that looks to see if the current user has the permission (or permissions) specified in the tag’s permission...
<required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>tooltipKey</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>permissionNa...
< label >users.rosterUsers.roster</ label > < title >users.rosterUsers</ title > < permissions >Roster_Users</ permissions > < helpPage >courseadmin/ch_add_users.html</ helpPage > <!-- users.rosterUsers.search --> < trail > < name >se...
the user clicks Continue in the User search page and rostering has been successful] <trail> fail</trail> [the message box displayed when the user clicks Continue in the User search page and rostering has been unsuccessful] </trail> [group search, roster from file, auto-roster trail...
If you don’t want to display the breadcrumbs for a given JSP, you can include the <breadCrumbsInvisible> tag in the <trail>…</trail> or <step>…</step> block and set it to yes . For example, you could suppress the breadcrumbs in the roster users confirmation box shown ab...
The <title> tag: title bar text The <title> tag tag specifies the string in ApplicationResources.properties whose definition is displayed in the JSP’s title bar. The <permissions> tag: permission to display the page The <permissions> tag specifies the name of the permission (...
PERMISSION table Field Datatype Allow Nulls Values oid CHAR(20) N nnnnnnnnnnnnnn00PERM name VARCHAR(128) N X_Y perm_id INTN N n description VARCHAR(255) Y A description of what the permission allows a user to do category INTN Y -1 = checked method, 0 = Home, 1 = Student Catalog, 2 = Course Catalog, ...
Sample PERMISSION records OID 0000000000000000PERM PERM_ID 0 NAME Home_Module DESCRIPTION Permission to see Home module CATEGORY 0 STATUS A UPDATETIME OID 0000000000000100PERM PERM_ID 1 NAME Home_Weeks_Activities DESCRIPTION View this week’s activities CATEGORY 0 STATUS A UPDATETIME OID 000000000000...
CASCADED_PERMISSION table Field Datatype Allow Null Values child_oid CHAR(20) N nnnnnnnnnnnnnn00PERM parent_oid CHAR(20) N mmmmmmmmmmmmmm 00PERM As mentioned earlier, if a user has been granted the parent permission, he or she is automatically granted the child permission. For example, a user who ha...
<module> <name> users </name> <target> /userManagementInit.do </target> <content> users.jsp </content> <label> navigationTab.users </label> <title> users.manageUsers.task </title> <permissions> User_Management </permissions&g...
</lms:permissionCheck> <%-- ----------------------------------------------------------------------- END Hello ----------------------------------------------------------------------- --%> <%-- ----------------------------------------------------------------------- START Goodbye -------...
<tr> <td width="95%"><lms:spacer type="standard" /></td> <td width="1"> <div class="btnCommonPadding"> <lms:button captionKey="button.done" tooltipKey="button.done" nav="Greetings"/> </div> </t...
The second linked page (customGoodbye.jsp) looks like this: <%--------------------------------------------------------------------- customGoodbye.jsp Copyright (c) 2003, IBM Corporation. All rights reserved. Created: 05-30-02 The goodbye page for the auto greetings trail. ------------------------...
<table border="0" cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td width="95%"><span class="hdrGeneral"><lms:message key="customTab.goodbye.goodbyeMessage"/></span></td> <td ...
2. Create Help files You need to associate a Help topic with each JSP so that when the user clicks ? to display context- sensitive Help, the application will not display the Page Not Found screen. You could, of course, send the user to the index or table of contents or some other existing Help topic...
INSERT INTO PERMISSION (OID, PERM_ID, NAME, DESCRIPTION, CATEGORY, STATUS) VALUES ('000000000042100PERM', 421,'Custom_Tab', 'Access Greetings page',7, 'A'); INSERT INTO PERMISSION (OID, PERM_ID, NAME, DESCRIPTION, CATEGORY, STATUS) VALUES ('000000000042200PERM', 422,'Say_Hello', 'Display Hello mesag...
Say_Hello.name = Say Hello Say_Goodbye = Display Goodbye message Say_Goodbye.name = Say Goodbye 5. Edit navigation.xml You need to add a <module>…</module> block to navigation.xml to display the custom (Greetings) tab and the custom pages associated with it ( customTab.jsp, customHello.j...
<content>customGoodbye.jsp</content> <label>customTab.goodbye.label</label> <title>customTab.goodbye.title</title> <helpPage>courseadmin/ch_customtab.html</helpPage> </trail> </module> <!-- ===/// studenthome ///=== --> < module &g...
To create a role and assign it to users: 1. Open the Users page and click Manage Roles. 2. Click Add Role. 3. Enter the name of the new role (for example, Greetings) and a description of what users assigned that role can do. 4. Click on the name of the role when it appears in the Roles page. 5. Sele...
Index abbreviations, 2 acronyms, 2 catalog, 47 context-sensitive Help, 16 course offerings, 47 CSS files adding custom, 34 editing, 34 replacing, 34 custom fields, 47 customization sets, 49 applying, 32 creating, 49 installing on the Offline Learning Client, 54 Delivery Server activity.jsp file, 30 ...
Tag library descriptor files(TLD files), 20 text resourcing globally, 35 users, 45 XML settings files, 5 88 IBM Lotus Learning Management System Release 1 Customization Guide
IBM Manuals
-
IBM SC41-5210-04
Manual
-
IBM TM7
Manual
-
IBM 8677
Manual
-
IBM EM78P809N
Manual
-
IBM 610
Manual
-
IBM AIX 4.3
Manual
-
IBM 8128
Manual
-
IBM PANEL1173-841
Manual
-
IBM L150
Manual
-
IBM E50
Manual
-
IBM 8319
Manual
-
IBM DS3300
Manual
-
IBM 9519-AG1
Manual
-
IBM 6.00E+04
Manual
-
IBM PD78082(A)
Manual
-
IBM S544-5343-03
Manual
-
IBM PPC-1510PT
Manual
-
IBM 37L1388
Manual
-
IBM V2.3
Manual
-
IBM DS4500
Manual