Developer Documentation Library > Interviewer - Server Admin > Customizing UNICOM Intelligence Interviewer - Server Admin > Replacing the UNICOM Intelligence logo with a customized logo
 
Replacing the UNICOM Intelligence logo with a customized logo
Every activity that runs in UNICOM Intelligence Interviewer - Server Admin has the same basic screen layout, with the UNICOM Intelligence logo in the top left-hand corner. You can replace this logo with your own logo, either for all activities or just for selected activities such as those used by interviewers or interviewing supervisors.
Before doing this, back up the C:\InetPub\wwwroot\SPSSMR\ folder.
In the rest of this topic, all pathnames are assumed to be part of C:\InetPub\wwwroot\SPSSMR\; so, for example, a reference to Shared should be read as C:\InetPub\wwwroot\SPSSMR\Shared.
Creating the logo
The logo must be 150 pixels wide by 76 pixels high.
The logo must be in PNG format.
The filename must be one of the following: logo.png, dimensionslogoblue.png, or ActivityName.png. For more information, see Logo on the activity pages.
Keep back-up copies of your logos, because you will need to reinstall them when you install a new version of UNICOM Intelligence Interviewer - Server Admin.
Logo on the UNICOM Intelligence Interviewer - Server Admin login screen
1 Remove the read-only setting on Shared\Login\Images\logo.png.
2 Copy your customized logo into this folder.
Changing the panel color
You can change the color of the top panel on the UNICOM Intelligence Interviewer - Server Admin screens so that it matches your logo's background, to create a solid band of color. To change the panel color, do this:
1 Remove the read-only setting on Shared\Login\Default.aspx.
2 Open the file, and then find this line:
<td align="left" colspan="3" class="DarkBlueBackground">
3 Replace DarkBlueBackground with the class name of the color you want to use (for example, PinkBackground).
4 Save the file, and then close it.
5 Remove the read-only setting on Shared\spssmrNet.css.
6 Open the file, and then add the definition of the color class you have just used in Default.aspx. For example:
.PinkBackground
{
  background-color: #FFC0C0;
}
7 Save the file, and then close it.
Logo on the activity pages
Each activity has its own logo file, so it is possible to change the logos for some activities and not others. The general procedure for changing activity logos is this:
1 Navigate to the ActivityName\Images folder.
2 Remove the read-only setting on the current .logo file. Filenames vary between activities and are as follows:
Filename
Activities
logo.png
Activate, BackupAndRestore,UNICOM Intelligence Interviewer - Server Admin, InterviewBuilder, ManageFiles, ReviewQuota
dimensionslogoblue.png
CatiInt, CatiReports, CatiSup, EditSampleScript, ManageEmail, UploadSample
ActivityName.png
InterviewExporter, InterviewReporter, UserAdministration, ReviewProject
Activities not mentioned in this table use the standard UNICOM Intelligence logo.
3 Copy your customized logo into the activity's Images folder and give it the appropriate name.
See also
Customizing UNICOM Intelligence Interviewer - Server Admin