用户页显示的信息包括了用户帐户和提供访问权限的特征如:TopUp/Pre-Paid储值卡。这些网页形象的设计可以裁剪使它们适合现有的 internet或 intranet 站点的观感。这就给予了网页一个官方的外表确保您的用户可以查看组织里重要的系统网络部分。
PaperCut软件公司提供了一项服务,让他们的开发者将承担基于现有网址的设计工作。如果您想使用定制援助,请发电子邮件PaperCut软件的技术支持部。
组织的成员有很好的高级HTML的经验可能会选择内部的页定制。
用户页的设计是通过HTML“包括”对页眉和页脚范围文件的控制,通过CSS方式控制页。
| Filename | Description |
|---|---|
|
If this file exists, the contents of |
| If the header include file exists, the HTML in the header area of the pages is replaced with the contents of the file. |
| If the footer include file exists, the HTML in the footer area of the page is replaced with the contents of the file. |
| If this file exists, the logo on the web-based login page is replaced with the supplied image. The file should be an image of size 250px by 64px in PNG format. |
表格 15.2. 通常定制用户网页的文件
任何定制在[appdir]/server/custom/web的内容,如:额外的图表,可以通过以 /custom为开始的URL访问。例如:如果文件名称为header.jpeg 并且位于[appdir]/server/custom/web,那么它可以通过/custom/header.jpeg来访问。
Some organizations may benefit from providing further instructions to users on how to log in. For example, some organizations have other passwords used on the network and it may be appropriate to provider instructions on which password should be used.
A custom login instruction message can be configured using the following config key:
| Config name | Description |
|---|---|
display.login-instructions | Used to display login instructions on the user/password screen. |
Table 15.3. Login instruction Config key
Please see the section called “ Using the Config Editor ” to find out how to change config keys.