********************* Content: Login Banner ********************* **Login Banner** is displayed as a header. - It warns if there is no network reachable, - It offers to log in (will prompte the SSO), - When logged in, the name and the avatar of the user are displayed, Customization ============= When logged in, you can be called back if the user clicks on the banner .. code:: csharp public event Action LoginBannerDidSelectAccount; The banner can auto-collapse when the user is logged in. .. code:: csharp public bool AllowAutoCollapse; Skin ==== ====================================== ====================================== ====================================== **Not logged in** **Authenticated (Expanded)** **Authenticated (Collapsed)** ====================================== ====================================== ====================================== **Default Asmodee.net skin** .. image:: ../Images/loginbanner_1.jpg .. image:: ../Images/loginbanner_2.jpg .. image:: ../Images/loginbanner_3.jpg **Custom version** .. image:: ../Images/loginbanner_4.jpg .. image:: ../Images/loginbanner_5.jpg .. image:: ../Images/loginbanner_6.jpg ====================================== ====================================== ======================================