Changeset 5577


Ignore:
Timestamp:
08/20/14 11:16:43 (10 years ago)
Author:
Twan Goosen
Message:

Styling of auth state panel
Refs #594

Location:
VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/java/eu/clarin/cmdi/virtualcollectionregistry/gui/pages/AuthenticationStatePanel.html

    r5559 r5577  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    3                       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     3    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    44<html xmlns="http://www.w3.org/1999/xhtml"
    55      xmlns:wicket="http://wicket.apache.org/">
    6 <head />
    7 <body>
    8 <wicket:panel>
    9 <div wicket:id="login"></div>
    10 <wicket:fragment wicket:id="loginFragment">
    11     <a wicket:id="loginLink" id="login" class="glyphicon glyphicon-log-in" href="#">
    12         <span>LOGIN</span>
    13     </a>
    14 </wicket:fragment>
     6    <head />
     7    <body>
     8        <wicket:panel>
     9            <div wicket:id="login"></div>
     10            <wicket:fragment wicket:id="loginFragment">
     11                <li class="unauthenticated">
     12                    <a wicket:id="loginLink" id="login" class="glyphicon glyphicon-log-in" href="#">
     13                        <span>LOGIN</span>
     14                    </a>
     15                </li>
     16            </wicket:fragment>
    1517
    16 <div wicket:id="logout"></div>
    17 <wicket:fragment wicket:id="logoutFragment">
    18   <span wicket:id="username">username</span>
    19     <!--<a wicket:id="logoutLink" id="logout" class="glyphicon glyphicon-log-out" href="#"><span>LOGOUT</span></a>-->
    20 </wicket:fragment>
    21 </wicket:panel>
    22 </body>
     18            <div wicket:id="logout"></div>
     19            <wicket:fragment wicket:id="logoutFragment">
     20                <li class="authenticated">
     21                    <span wicket:id="username">username</span>
     22                    <!--<a wicket:id="logoutLink" id="logout" class="glyphicon glyphicon-log-out" href="#"><span>LOGOUT</span></a>-->
     23                </li>
     24            </wicket:fragment>
     25        </wicket:panel>
     26    </body>
    2327</html>
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/java/eu/clarin/cmdi/virtualcollectionregistry/gui/pages/BasePage.html

    r5576 r5577  
    5454                </div>
    5555                <div id="CLARIN_footer_right">
    56                     <a title="contact" class="glyphicon glyphicon-envelope" href="mailto:centre-registry@clarin.eu"><span> CONTACT</span></a>
     56                    <a title="contact" class="glyphicon glyphicon-envelope" href="vcr@clarin.eu"><span> CONTACT</span></a>
    5757                </div>
    5858            </div>
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/webapp/css/vcr.scss

    r5574 r5577  
    4141    display: none;
    4242}
     43
     44ul#CLARIN_header_right li.authenticated {
     45    text-shadow: none;
     46    padding-top: 15px;
     47    color: #000;
     48}
Note: See TracChangeset for help on using the changeset viewer.