[Ils-source] r1525 - in trunk/styles/Default_Vertical/help: . images
stuart.calcote at crosswire.org
stuart.calcote at crosswire.org
Tue Feb 7 13:20:27 MST 2017
Author: stuart.calcote
Date: 2017-02-07 13:20:27 -0700 (Tue, 07 Feb 2017)
New Revision: 1525
Added:
trunk/styles/Default_Vertical/help/admin_menu.jsp
trunk/styles/Default_Vertical/help/admin_recurrent.jsp
trunk/styles/Default_Vertical/help/images/add_new_profile_btn.jpg
trunk/styles/Default_Vertical/help/images/admin_IDCheck.jpg
trunk/styles/Default_Vertical/help/images/admin_IP.jpg
trunk/styles/Default_Vertical/help/images/admin_email_5.jpg
trunk/styles/Default_Vertical/help/images/admin_email_6.jpg
trunk/styles/Default_Vertical/help/images/admin_recurrent_report.jpg
trunk/styles/Default_Vertical/help/images/awaitmgrapprvl.jpg
trunk/styles/Default_Vertical/help/images/certification.jpg
trunk/styles/Default_Vertical/help/images/continue_btn.jpg
trunk/styles/Default_Vertical/help/images/curriculum_course_listing.jpg
trunk/styles/Default_Vertical/help/images/delete_btn.jpg
trunk/styles/Default_Vertical/help/images/generate_report_btn.jpg
trunk/styles/Default_Vertical/help/images/manager_authorization.jpg
trunk/styles/Default_Vertical/help/images/my_profile.jpg
trunk/styles/Default_Vertical/help/images/my_profile_btn.jpg
trunk/styles/Default_Vertical/help/images/new_curriculum.jpg
trunk/styles/Default_Vertical/help/images/preset_delete_btn.jpg
trunk/styles/Default_Vertical/help/images/print_certficate.jpg
trunk/styles/Default_Vertical/help/images/retake_btn.jpg
trunk/styles/Default_Vertical/help/images/save_btn.jpg
trunk/styles/Default_Vertical/help/images/save_btn2.jpg
trunk/styles/Default_Vertical/help/images/saveasnew_btn.jpg
trunk/styles/Default_Vertical/help/images/search_btn.jpg
trunk/styles/Default_Vertical/help/images/summary_report.jpg
trunk/styles/Default_Vertical/help/images/utilities_coursefilemanagement.jpg
trunk/styles/Default_Vertical/help/images/workgroup_management.jpg
Log:
fixing admin_email_6.jpg for RMGI v1.81 help files & normalizing file structure
Added: trunk/styles/Default_Vertical/help/admin_menu.jsp
===================================================================
--- trunk/styles/Default_Vertical/help/admin_menu.jsp (rev 0)
+++ trunk/styles/Default_Vertical/help/admin_menu.jsp 2017-02-07 20:20:27 UTC (rev 1525)
@@ -0,0 +1,29 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <title>Untitled Document</title>
+ <link href="help_style.css" rel="stylesheet" type="text/css" />
+ </head>
+
+ <body class="MenuBg">
+ <table width="125" border="0" cellpadding="0">
+ <tr>
+ <td scope="col"><p><a href="admin_overview.jsp" target="mainFrame" class="MenuLink">Overview</a>
+ <a href="admin_logging.jsp" target="mainFrame" class="MenuLink">Logging In</a>
+ <a href="admin_home.jsp" target="mainFrame" class="MenuLink">Home Page</a>
+ <a href="admin_course.jsp" target="mainFrame" class="MenuLink">Course Management</a>
+ <a href="admin_workgroup.jsp" target="mainFrame" class="MenuLink">Workgroup Management</a>
+ <a href="admin_role.jsp" target="mainFrame" class="MenuLink">Role Management</a>
+ <a href="admin_manager.jsp" target="mainFrame" class="MenuLink">Manager Authorization</a>
+ <a href="admin_student.jsp" target="mainFrame" class="MenuLink">Student Records</a>
+ <a href="admin_summary.jsp" target="mainFrame" class="MenuLink">Summary Report</a>
+ <a href="admin_recurrent.jsp" target="mainFrame" class="MenuLink">Recurrent Training Report</a>
+ <a href="admin_userprofile.jsp" target="mainFrame" class="MenuLink">User Profile Management</a>
+ <a href="admin_system.jsp" target="mainFrame" class="MenuLink">System Management</a>
+ <a href="admin_utilities.jsp" target="mainFrame" class="MenuLink">Utilities</a>
+ </td>
+ </tr>
+ </table>
+ </body>
+</html>
\ No newline at end of file
Added: trunk/styles/Default_Vertical/help/admin_recurrent.jsp
===================================================================
--- trunk/styles/Default_Vertical/help/admin_recurrent.jsp (rev 0)
+++ trunk/styles/Default_Vertical/help/admin_recurrent.jsp 2017-02-07 20:20:27 UTC (rev 1525)
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Recurrent Training Report</title>
+ <link href="help_style.css" rel="stylesheet" type="text/css" />
+ </head>
+
+ <body>
+ <table width="600" border="0" cellpadding="0">
+ <tr>
+ <td valign="top" scope="col">
+ <h1>Recurrent Training Report</h1>
+ <p>The Recurrent Training Report displays all courses that have been reassigned for a retake and also course records that are approaching their expiration date for users in workgroups you manage.</p>
+ <p><em>Note: administrators see records for all users.</em></p>
+ <p><img src="images/admin_recurrent_report.jpg" width="600"></p>
+ <h3><em>To Change Number of Days Reported for Upcoming Training</em></h3>
+ <p>Enter the number of days desired into the field called: View Upcoming Training Within The Next __ Days, and click "Go".</p>
+ <p><em>Note: Number of days reported defaults to 30.</em></p>
+ <h3><em>To Print Recurrent Training Reports</em></h3>
+ <p>Click on <img src="images/print_but.jpg" width="23" height="23" /><strong> Print</strong> <strong>Report</strong></p>
+ <h3><em>To Download Recurrent Training Reports</em></h3>
+ <p>To download the report in .csv file that can be opened in Excel click on <img src="images/download_btn.jpg" width="23" height="23" /><strong> Download to Excel</strong></p>
+ </td>
+ </tr>
+ </table>
+ </body>
+</html>
\ No newline at end of file
Added: trunk/styles/Default_Vertical/help/images/add_new_profile_btn.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/add_new_profile_btn.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/styles/Default_Vertical/help/images/admin_IDCheck.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/admin_IDCheck.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/styles/Default_Vertical/help/images/admin_IP.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/admin_IP.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/styles/Default_Vertical/help/images/admin_email_5.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/admin_email_5.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/styles/Default_Vertical/help/images/admin_email_6.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/admin_email_6.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/styles/Default_Vertical/help/images/admin_recurrent_report.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/admin_recurrent_report.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/styles/Default_Vertical/help/images/awaitmgrapprvl.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/awaitmgrapprvl.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/styles/Default_Vertical/help/images/certification.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/certification.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/styles/Default_Vertical/help/images/continue_btn.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/continue_btn.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/styles/Default_Vertical/help/images/curriculum_course_listing.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/curriculum_course_listing.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/styles/Default_Vertical/help/images/delete_btn.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/delete_btn.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/styles/Default_Vertical/help/images/generate_report_btn.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/generate_report_btn.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/styles/Default_Vertical/help/images/manager_authorization.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/manager_authorization.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/styles/Default_Vertical/help/images/my_profile.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/my_profile.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/styles/Default_Vertical/help/images/my_profile_btn.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/my_profile_btn.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/styles/Default_Vertical/help/images/new_curriculum.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/new_curriculum.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/styles/Default_Vertical/help/images/preset_delete_btn.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/preset_delete_btn.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/styles/Default_Vertical/help/images/print_certficate.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/print_certficate.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/styles/Default_Vertical/help/images/retake_btn.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/retake_btn.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/styles/Default_Vertical/help/images/save_btn.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/save_btn.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/styles/Default_Vertical/help/images/save_btn2.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/save_btn2.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/styles/Default_Vertical/help/images/saveasnew_btn.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/saveasnew_btn.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/styles/Default_Vertical/help/images/search_btn.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/search_btn.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/styles/Default_Vertical/help/images/summary_report.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/summary_report.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/styles/Default_Vertical/help/images/utilities_coursefilemanagement.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/utilities_coursefilemanagement.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/styles/Default_Vertical/help/images/workgroup_management.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/styles/Default_Vertical/help/images/workgroup_management.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
More information about the Ils-source
mailing list