Lelesoft login page changed

Source: Internet
Author: User

First, let's talk about two suggestions:

1. If you have a webpage design foundation, you can do it well. If you do not have one, you are advised to change the logo image. It is very easy to change the logo. Find the logo image folder (.... /portal. war/hr90prd/images), find the opse_logo.gif file, replace it. Make sure that the image size and GIF format are consistent. Then clear the Web cache and restart the web service.

2. If you are modifying the entire page, you must design the webpage, analyze the content on the PS standard login page, and then put the key parts (various scripts, image paths, login and error verification scripts and messages), and then add your own web pages and script image files. You must also clear the Web cache and restart the web service.

Next, I will explain how to completely change the PS login homepage:

1. Design a static webpage. We recommend that you put the CSS style of the webpage directly into the HTM webpage file code. Do not separate the files. If there is a JS script, we recommend that you do not split the pages, this post-processing will be more convenient. Generally, after a static webpage file is ready, there will be several files: HTML webpage files and image files.

", The address of the home page on the server is generally :~ /Pt8.51/webserv/PeopleSoft/applications/PeopleSoft/portal. War/WEB-INF/psftdocs.

Changing a static page to a PS logon homepage is a test of understanding both the PS system and the web designer skills. We recommend that you use the web design tool to open the static page and PS logon homepage file for editing at the same time, I use vs2010. Because each company has different requirements on the home page, here I mainly put forward some points of attention:

  • Change the image path and script path of the static page to the PS system image and Script directory address, for example: src = "<% = psctxpath %> <% = pshome %>/images/opse_logo.gif ".
  • Upload images and other script files required for the new page to the image directory of the PS system. The image directory is generally :~ /Pt8.51/webserv/PeopleSoft/applications/PeopleSoft/portal. War/PS
  • Copy and paste the JS script that PS logs on to the home page to the corresponding location of the new page, and then paste the ID of the webpage element in the login button, user name, and password input box of the new page, change the class and JS events to be the same as the old page, and change the CSS style ID or Class Name of the new page.
  • The style, text parameters, and JS events of the error message bar are adjusted according to the old page.
  • A large number of parameters similar to "<% = 131%>" can be seen on the webpage. This is the function of text display. Because the PS system supports multiple languages, When you select the multi-language option on the webpage, based on the selected language, the system automatically assigns text in the corresponding language to those numeric parameters. On the PS system server, files in different languages (text_zhs.properties,) are stored in the directory where the logon page is located. To change the text displayed on the page, you only need to find the file corresponding to the corresponding language, open it in notepad, find the corresponding numeric parameter, and change the text corresponding to the numeric parameter. However, the configuration file here uses unicode encoding similar to \ u4eba \ u529b \ u8d44 \ u6e90 \ u4fe1 \ u606f \ u7cfb \ u7edf, so you cannot directly identify and change it, you can use only Unicode transcoding tools for transcoding and translation. We recommend a ucicode to Chinese code Website: http://javawind.net/tools/native2ascii.jsp? Action = Transform

3. After the logon page is changed, remember to adjust the timeout page and cache the logo or text on the logon page again. You can search for the specific page in the home page Directory.

4. After uploading the updated page file and language configuration file to the specified directory on the server, remember to restart the Web service to take effect. Some people say they want to clear the Web cache, but it takes effect every time I do not clear the Web cache.

 

 

Lelesoft login page changed

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.