Renamed Freemarker macro files. Implemented data input portion of main site admin page in Freemarker.
This commit is contained in:
parent
dfcbe0b485
commit
8ac8b75f5f
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||||
|
|
||||||
<#import "listMacros.ftl" as l>
|
<#import "lib-list.ftl" as l>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||||
|
|
||||||
<#import "listMacros.ftl" as l>
|
<#import "lib-list.ftl" as l>
|
||||||
|
|
||||||
<div id="identity">
|
<div id="identity">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue