{*
/*************************************************
LeafRSS- the Learning Filtered RSS Aggregator
Author: Grant Electronics <hide@address.com>
Copyright (c): 2008 Grant Electronics, all rights reserved
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
You may contact the author of LeafRSS by e-mail at:
hide@address.com
Or, write to:
Robert Wilson
P.O. Box 590
Seward, AK 99664
The latest version of LeafRSS can be obtained from:
http://leafrss.sourceforge.com
*************************************************/
subBlack template - made to look like subBlack for phpBB
admin.tpl
Administrative Menu template
*}
{include file="header.tpl"}
{if $msg}
<H3 ALIGN=CENTER>{$msg}</H3>
{/if}
<P> </P>
<TABLE cellpadding="2" cellspacing="1" border="0" class="forumline" ALIGN=CENTER WIDTH=85%>
<TR>
<TH COLSPAN=2>Article Administration</TH>
</TR>
<TR>
<TD CLASS="row1"><SPAN CLASS="gen">Settings Editor</SPAN></TD>
<TD CLASS="row1" WIDTH=150>{inputButton name="Edit Settings" action="settings"}</TD>
</TR>
<TR>
<TD CLASS="row2"><SPAN CLASS="gen">Last update was on {$lastUpdate}</SPAN></TD>
<TD CLASS="row2">{inputButton name="Force Update" action="forceupdate"}</TD>
</TR>
<TR>
<TD CLASS="row3"><SPAN CLASS="gen">You are currently pulling articles from {$feedCount} feeds.</SPAN></TD>
<TD CLASS="row3">{inputButton name="List Feeds" action="feedlist"}</TD>
</TR>
<TR>
<TD CLASS="row1"><SPAN CLASS="gen">There are {$listThres} articles that cannot automatically be determined.</SPAN></TD>
<TD CLASS="row1">{inputButton name="List These Articles" action="admlistthres"}</TD>
</TR>
<TR>
<TD CLASS="row2"><SPAN CLASS="gen">There are {$listAcc} articles that are to be shown but not on the whitelist.</SPAN></TD>
<TD CLASS="row2">{inputButton name="List These Articles" action="admlistacc"}</TD>
</TR>
<TR>
<TD CLASS="row3"><SPAN CLASS="gen">There are {$listDen} articles that are not to be shown but not on the blacklist.</SPAN></TD>
<TD CLASS="row3">{inputButton name="List These Articles" action="admlistden"}</TD>
</TR>
<TR>
<TD CLASS="row1"><SPAN CLASS="gen">There are {$listWhite} articles that are whitelisted.</SPAN></TD>
<TD CLASS="row1">{inputButton name="List These Articles" action="admlistwhite"}</TD>
<TR>
<TD CLASS="row2"><SPAN CLASS="gen">There are {$listBlack} articles that are blacklisted.</SPAN></TD>
<TD CLASS="row2">{inputButton name="List These Articles" action="admlistblack"}</TD>
</TR>
<TR>
<TD CLASS="row3"><SPAN CLASS="gen">There are {$listIgnore} articles that are ignored.</SPAN></TD>
<TD CLASS="row3">{inputButton name="List These Articles" action="admlistign"}</TD>
</TR>
<TR>
<TD CLASS="row1"><SPAN CLASS="gen">There are {$listExp} expired articles in the database.</SPAN></TD>
<TD CLASS="row1">{inputButton name="Purge Expired Articles" action="admpurgeexp" confirm="Are you sure you want to do this? This action cannot be undone!"}</TD>
</TR>
<TR>
<TD CLASS="row2"><SPAN CLASS="gen">There are {$listDis} articles from disabled feeds in the database.</SPAN></TD>
<TD CLASS="row2"> </TD>
</TR>
<TR>
<TD CLASS="row3"><SPAN CLASS="gen">There are {$listAuto} articles from automatically whitelisted feeds in the database.</SPAN></TD>
<TD CLASS="row3"> </TD>
</TR>
<TR>
<TD CLASS="row1"><SPAN CLASS="gen">There are {$listTotal} articles in the database.</SPAN></TD>
<TD CLASS="row1"> </TD>
</TR>
<TR>
<TD COLSPAN=2><SPAN CLASS="gen">There are {$listKeys} keywords in the database.</SPAN></TD>
</TR>
</TABLE>
{include file="footer.tpl"}