mirror of
https://github.com/oupala/apaxy.git
synced 2026-05-07 09:27:51 +02:00
feat: install script can set a header and a footer message
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="block">
|
||||
You can add your own HTML above or below the directory listing. Simply explore the <code>header.html</code> and <code>footer.html</code> files.
|
||||
{FOOTER-MESSAGE}
|
||||
</div><!--/.postlisting-->
|
||||
|
||||
</div><!--/.wrapper-->
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<div class="block">
|
||||
You can add your own HTML above or below the directory listing. Simply explore the <code>header.html</code> and <code>footer.html</code> files.
|
||||
{FOOTER-MESSAGE}
|
||||
</div><!--/.postlisting-->
|
||||
|
||||
</div><!--/.wrapper-->
|
||||
|
||||
@@ -7,3 +7,5 @@
|
||||
</ol>
|
||||
|
||||
<input type="search" id="filter" placeholder="filter contents" />
|
||||
|
||||
{HEADER-MESSAGE}
|
||||
|
||||
@@ -5,3 +5,5 @@
|
||||
</ol>
|
||||
|
||||
<input type="search" id="filter" placeholder="filter contents" />
|
||||
|
||||
{HEADER-MESSAGE}
|
||||
|
||||
Reference in New Issue
Block a user