NIHVIVO-1296 Integrate login functionality into login widget.
This commit is contained in:
parent
73b881a805
commit
2973ceebf2
14 changed files with 237 additions and 148 deletions
|
@ -0,0 +1,8 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#-- Main template for the login page -->
|
||||
|
||||
<#-- Use this container to define styles that apply to the login widget only on the dedicated login page. -->
|
||||
<section id="login-full-page">
|
||||
<@widget name="login" />
|
||||
</section>
|
|
@ -7,7 +7,7 @@
|
|||
</div>
|
||||
|
||||
<div id="adminDashboard">
|
||||
<#include "login-main.ftl">
|
||||
<#include "siteAdmin-login.ftl">
|
||||
<#include "siteAdmin-dataInput.ftl">
|
||||
<#include "siteAdmin-siteConfiguration.ftl">
|
||||
<#include "siteAdmin-ontologyEditor.ftl">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue