NIHVIVO-1296 Integrate login functionality into login widget.

This commit is contained in:
rjy7 2010-11-15 22:17:20 +00:00
parent 73b881a805
commit 2973ceebf2
14 changed files with 237 additions and 148 deletions

View file

@ -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>

View file

@ -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">