Compare commits

..

No commits in common. "a46cc02930b82f9e612799b8bbcc99355db0337a" and "076e8bd2d8a71267914858648b72d9ea8568f706" have entirely different histories.

14 changed files with 21 additions and 18 deletions

View File

@ -13,7 +13,7 @@ UPLOADS=tmp/uploads/
PACKAGE=Stack-Panel PACKAGE=Stack-Panel
AUTHOR=Matthew Saunders Brown AUTHOR=Matthew Saunders Brown
LICENSE=GPL-3.0 LICENSE=GPL-3.0
LICENSEURL=https://www.gnu.org/licenses/gpl-3.0.txt LICENSESEURL=https://www.gnu.org/licenses/gpl-3.0.txt
CASELESS=FALSE CASELESS=FALSE
CACHE=TRUE CACHE=TRUE
; session lifetime in seconds ; session lifetime in seconds

View File

@ -24,7 +24,7 @@
<a href="{{@BASE}}/Logout">Logout</a> <a href="{{@BASE}}/Logout">Logout</a>
</check> </check>
<check if="isset(@NAV.subnav)"> <check if="{{ @NAV.subnav }}">
<true> <true>
<p style="padding-top: 5px"> <p style="padding-top: 5px">
>> >>
@ -50,15 +50,15 @@
</false> </false>
</check> </check>
</nav> </nav>
<check if="isset(@page_header)"> <check if="{{ @page_header }}">
<h1>{{@page_header}}</h1> <h1>{{@page_header}}</h1>
</check> </check>
</header> </header>
<main> <main>
<check if="isset(@ERROR.text)"> <check if="{{ @ERROR.text }}">
<h3>{{@ERROR.text}}</h3> <h3>{{@ERROR.text}}</h3>
</check> </check>
<check if="isset(@SESSION.messages)"> <check if="{{ @SESSION.messages }}">
<p> <p>
<section style="color:red"> <section style="color:red">
<repeat group="{{ @SESSION.messages }}" value="{{ @panel_message }}"> <repeat group="{{ @SESSION.messages }}" value="{{ @panel_message }}">

View File

@ -1,6 +1,6 @@
<include href="header.html" /> <include href="header.html" />
<check if="isset(@confirm)"> <check if="{{ @confirm }}">
<true> <true>
<form action="{{@REALM}}" method="POST"> <form action="{{@REALM}}" method="POST">
<fieldset> <fieldset>

View File

@ -1,6 +1,6 @@
<include href="header.html" /> <include href="header.html" />
<check if="isset(@aliases_array)"> <check if="{{ @aliases_array }}">
<true> <true>
<table> <table>
@ -29,7 +29,7 @@
<b>Email Account</b> is the existing email account that the alias address is delivered to.<br> <b>Email Account</b> is the existing email account that the alias address is delivered to.<br>
</p> </p>
<p> <p>
<check if="isset(@PARAMS.mbox)"> <check if="{{ @PARAMS.mbox }}">
<true> <true>
<a href="{{@REALM}}/Add">Add new email alias form</a> <a href="{{@REALM}}/Add">Add new email alias form</a>
</true> </true>

View File

@ -1,7 +1,7 @@
<include href="header.html" /> <include href="header.html" />
<check if="isset(@autoresponders_array)"> <check if="{{ @autoresponders_array }}">
<table> <table>
<!-- <tr> <!-- <tr>
<th colspan="2">Autoresponder for {{ @mbox }}@{{ @domain }} </th> <th colspan="2">Autoresponder for {{ @mbox }}@{{ @domain }} </th>

View File

@ -1,6 +1,6 @@
<include href="header.html" /> <include href="header.html" />
<check if="isset(@confirm)"> <check if="{{ @confirm }}">
<true> <true>
<form action="{{@REALM}}" method="POST"> <form action="{{@REALM}}" method="POST">
<fieldset> <fieldset>

View File

@ -1,6 +1,6 @@
<include href="header.html" /> <include href="header.html" />
<check if="isset(@autoresponders_array)"> <check if="{{ @autoresponders_array }}">
<true> <true>
<table> <table>
<tr> <tr>

View File

@ -1,6 +1,8 @@
<include href="header.html" /> <include href="header.html" />
<check if="isset(@confirm)"> <check if="{{ @confirm }}">
<form action="{{@NAV.fullpath}}" method="POST"> <form action="{{@NAV.fullpath}}" method="POST">
<fieldset> <fieldset>

View File

@ -1,6 +1,6 @@
<include href="header.html" /> <include href="header.html" />
<check if="isset(@domains_array)"> <check if="{{ @domains_array }}">
<true> <true>
<table> <table>
<tr> <tr>

View File

@ -1,6 +1,6 @@
<include href="header.html" /> <include href="header.html" />
<check if="isset(@confirm)"> <check if="{{ @confirm }}">
<true> <true>
<form action="{{@REALM}}" method="POST"> <form action="{{@REALM}}" method="POST">
<fieldset> <fieldset>

View File

@ -1,6 +1,7 @@
<include href="header.html" /> <include href="header.html" />
<check if="isset(@forward_array)">
<check if="{{ @forward_array }}">
<table> <table>
<tr> <tr>
<th>Email Account</th> <th>Email Account</th>

View File

@ -1,6 +1,6 @@
<include href="header.html" /> <include href="header.html" />
<check if="isset(@forwards_array)"> <check if="{{ @forwards_array }}">
<true> <true>
<table> <table>
<tr> <tr>

View File

@ -1,6 +1,6 @@
<include href="header.html" /> <include href="header.html" />
<check if="isset(@confirm)"> <check if="{{ @confirm }}">
<true> <true>
<form action="{{@REALM}}" method="POST"> <form action="{{@REALM}}" method="POST">
<fieldset> <fieldset>

View File

@ -1,6 +1,6 @@
<include href="header.html" /> <include href="header.html" />
<check if="isset(@mboxes_array)"> <check if="{{ @mboxes_array }}">
<true> <true>
<table> <table>
<tr> <tr>