Bug 5047

Summary: Remove alternate stylesheets from the HTML5 client
Product: ThinLinc Reporter: Karl Mikaelsson <derfian>
Component: Web AccessAssignee: Samuel Mannehed <samuel>
Status: CLOSED FIXED    
Severity: Normal CC: samuel
Priority: P2 Keywords: ossman_tester, prosaic
Version: trunk   
Target Milestone: 4.4.0   
Hardware: PC   
OS: Unknown   
Acceptance Criteria:

Description Karl Mikaelsson cendio 2014-03-27 13:52:49 CET
We're currently offering the user the choice between three styles for the noVNC client: basic, blue and black, by setting two alternate stylesheets. It's up to the browser how to present this choice to the user.

> <!-- Stylesheets -->
> <link rel="stylesheet" href="include/base.css" />
> <link rel="alternate stylesheet" href="include/black.css" TITLE="Black" />
> <link rel="alternate stylesheet" href="include/blue.css" TITLE="Blue" />

Since most people won't use this feature, it just becomes two additional files to get from the server. Since the Solaris server is so slow this just adds to the pain.
Comment 1 Samuel Mannehed cendio 2014-11-13 17:46:52 CET
Fixed in r29599.
Comment 2 Pierre Ossman cendio 2015-04-15 11:15:06 CEST
They are indeed gone from our templates.