Styles

IMIS 15 Public view

We are currently using the iMIS 15 public website and are experiencing bad performance. Upon viewing the source it was noticed that the system calls +/- 31 stylesheets on each page.

We have updated the styles and themes as much as possible so that the site looks in line with the Clients CI but because of all these stylesheet calls the site is extremely slow and unresponsive at times.

We have done some .Net integration into the iMIS database and these pages are almost instantanious...

Another Control for consistent HTML generation

Always a stickler for UI patterns and consistency, I’ve found another pattern that seems to be repeating a lot…

An object that has a title, a description and optionally a Thumbnail Image and (optionally again) a HighRes image.

iMIS15 themes

I am trying to create my own theme for the iMIS15 public view. All I did was copy the "C:\Program Files\ASI\iMIS15\iMIS_public\App_Themes\iMIS" folder and paste it into a new folder called "C:\Program Files\ASI\iMIS15\iMIS_public\App_Themes\CEDA". This way I could modify the style sheets as required, without affecting the iMIS theme.
I then went into the IIS iMISPublic virtual directory properties and went into the ASP.NET tab and clicked on "Edit Configuration". In the General tab, I modified the PublicSiteTheme to be "CEDA". In the Application tab I modified the "Page Theme Default" to also be "CEDA".

Links

Problem Summary: Need a hyperlink
Pattern Key: LINK
Example:

Use When: The customer needs to be able to go to a different page.
Solution:
  1. Links are underlined.  Underlining is not used except for links.
    Rationale:  Customers can identify links.
  2. The name of a link is the essentially same as the title of the page it goes to.  It is acceptable if one is plural and the other singular, if there is a difference in tense, case, articles, or the like, as long as the customer perceives that he got to the right place.
    Rationale:  Customers are confident that they are being taken to the correct page; terminology is consistent.

Link Buttons