DASISH / dwan-backend

DASISH Task 5.6. Annotation framework backend
0 stars 1 forks source link

Styling for index.jsp (login, logout, error etc. pages) #21

Open ssvw opened 9 years ago

ssvw commented 9 years ago

index.jsp (possibly even loginform.jsp, logout.jsp, error.jsp, /api/authentication/login, changePermissions.html, publicAccess.html, others?) should be styled with a separate css file. We will even need to change some of the HTML markup. New styles need to work both for the client popup window view and for a browser view (possible to differentiate?). First step: static HTML files + CSS file(s). olhsha will complete the implementation for the jsp files.

Use http://dasish.eu as a role model and include the DASISH logotype (e.g. http://dasish.eu/grafik/dasish.jpg).

ssvw commented 9 years ago

One update thought: check how separate css files can be loaded from within jsp pages' HTML markup code parts.