4 pre-defined templates are available in ISPadmin after its installation. Default template (red) and orange, blue, and green. You may switch between them as shown in Theme activation below.
Creating new theme
To create a new theme, copy an original default in /data/support/ispadmin/new/www/clientinterface/templates/ClientInterface/ and save it as e.g. theme1.
In theme1 folder, there is style.css file with description of cascade styles. You can modify it for your purposes.
Pictures are saved in images/:
background-page.png | Page background |
logo.png | Company’s logo |
Use e.g. WinSCP SW to transfer files into a respective template folder on your server.
Activating theme
If you have created your own template, change ci_skin_theme in Settings Syst.settings Client portal with your own template. You may use e.g. the aforesaid template theme1.
If you set Client portal template as default, blue, green, or orange, your template will be overwritten every time you update ISPadmin. Don’t forget to save your template under a different name than the 4 basic ones.
Redirecting from web pages to Client portal
If you are interested in having access to Client portal directly from your web, just copy the following HTML code on your web which will be used for Client portal access:
<form action="http://domain.where_is_ispadmin_client_interface/sign/?do=signInForm-submit" method="post">
<input type="edit" NAME="username" VALUE="" ><br>
<input type="password" name="password" VALUE=""><br>
<br>
<input type="submit" name="login">
Define system variable ci_forward_url_after_logout to set a web page that is displayed after client loges out.