Added the first work on the administration area.
This commit is contained in:
14
src/IDF/templates/idf/gadmin/home.html
Normal file
14
src/IDF/templates/idf/gadmin/home.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{extends "idf/gadmin/base.html"}
|
||||
{block docclass}yui-t2{/block}
|
||||
{block tabhome} class="active"{/block}
|
||||
{block subtabs}
|
||||
{trans 'Welcome'}
|
||||
{/block}
|
||||
{block body}
|
||||
<p>{blocktrans}You have here access to the administration of the forge.{/blocktrans}</p>
|
||||
{/block}
|
||||
{block context}
|
||||
|
||||
{/block}
|
||||
|
||||
{block foot}<div id="branding">Powered by <a href="http://www.indefero.net" title="InDefero, bug tracking and more">InDefero</a>,<br />a <a href="http://www.ceondo.com">Céondo Ltd</a> initiative.</div>{/block}
|
Reference in New Issue
Block a user