|
From: <luc...@us...> - 2013-06-03 19:23:45
|
Revision: 11619
http://sourceforge.net/p/xoops/svn/11619
Author: luciorota
Date: 2013-06-03 19:23:41 +0000 (Mon, 03 Jun 2013)
Log Message:
-----------
moved admin templates
need to reinstall and flush cache to go on
Modified Paths:
--------------
XoopsModules/wfdownloads/trunk/wfdownloads/xoops_version.php
Added Paths:
-----------
XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/
XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_categorylist.html
XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_downloadlist.html
XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_menu.html
XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_mimetypelist.html
XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_mirrorlist.html
XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_permissions.html
XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_reviewlist.html
XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_votedatalist.html
Removed Paths:
-------------
XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_admin_categorylist.html
XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_admin_downloadlist.html
XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_admin_menu.html
XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_admin_mimetypelist.html
XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_admin_mirrorlist.html
XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_admin_reviewlist.html
XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_admin_votedatalist.html
Added: XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_categorylist.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_categorylist.html (rev 0)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_categorylist.html 2013-06-03 19:23:41 UTC (rev 11619)
@@ -0,0 +1,38 @@
+<form action="category.php" method="post" id="categoriesform">
+<fieldset>
+ <legend style='font-weight: bold; color: #900;'><{$smarty.const._AM_WFD_FCATEGORY_CATEGORIES_LIST}></legend>
+ <table class="outer">
+ <tr>
+ <th><{$smarty.const._AM_WFD_FCATEGORY_TITLE}></th>
+ <th><{$smarty.const._AM_WFD_FCATEGORY_WEIGHT}></th>
+ <th><{$smarty.const._AM_WFD_FCATEGORY_DESCRIPTION}></th>
+ <th><{$smarty.const._AM_WFD_ACTION}></th>
+ </tr>
+ <{foreach item=sorted_category from=$sorted_categories}>
+ <tr class="<{cycle values='even, odd'}>">
+ <td>
+ <{section name=indent loop=$sorted_category.level-1 step=1}}>-<{/section}><{$sorted_category.category.title}>
+ </td>
+ <td>
+ <input type="text" name="new_weights[<{$sorted_category.category.cid}>]" size="5" maxlength="5" value="<{$sorted_category.category.weight}>" />
+ </td>
+ <td><{$sorted_category.category.description}></td>
+ <td>
+ <a href="?op=category.edit&cid=<{$sorted_category.category.cid}>" title="<{$smarty.const._EDIT}>"><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._EDIT}>" alt="<{$smarty.const._EDIT}>" /></a>
+ <a href="?op=category.delete&cid=<{$sorted_category.category.cid}>" title="<{$smarty.const._DELETE}>"><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._DELETE}>" alt="<{$smarty.const._DELETE}>" /></a>
+ <a href="?op=category.move&cid=<{$sorted_category.category.cid}>" title="<{$smarty.const._AM_WFD_BMOVE}>"><img src="<{xoModuleIcons16 forward.png}>" title="<{$smarty.const._AM_WFD_BMOVE}>" alt="<{$smarty.const._AM_WFD_BMOVE}>" /></a>
+ </td>
+ </tr>
+ <{/foreach}>
+ <tr>
+ <td colspan="1"> </td>
+ <td>
+ <{$token}>
+ <input type="hidden" name="op" value="categories.reorder" />
+ <input type="submit" name="submit" value="<{$smarty.const._AM_WFD_BUTTON_CATEGORIES_REORDER}>" />
+ </td>
+ <td colspan="2"> </td>
+ </tr>
+ </table>
+</fieldset>
+</form>
\ No newline at end of file
Added: XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_downloadlist.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_downloadlist.html (rev 0)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_downloadlist.html 2013-06-03 19:23:41 UTC (rev 11619)
@@ -0,0 +1,213 @@
+<form action="download.php" method="post" id="downloadsform">
+<fieldset>
+ <legend style='font-weight: bold; color: #900;'><{$smarty.const._AM_WFD_MINDEX_PUBLISHEDDOWN}></legend>
+<{if ($published_downloads_count == 0)}>
+ <{$smarty.const._AM_WFD_MINDEX_NODOWNLOADSFOUND}>
+<{else}>
+ <table class="outer">
+ <tr>
+ <th><{$smarty.const._AM_WFD_MINDEX_ID}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_TITLE}></th>
+ <th><{$smarty.const._AM_WFD_FCATEGORY_TITLE}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_POSTER}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_SUBMITTED}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_ONLINESTATUS}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_PUBLISHED}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_ACTION}></th>
+ </tr>
+ <{foreach item=download from=$published_downloads}>
+ <tr class="<{cycle values='even, odd'}>">
+ <td><{$download.lid}></td>
+ <td><a href='../singlefile.php?cid=<{$download.cid}>&lid=<{$download.lid}>'><{$download.title}></a></td>
+ <td><{$download.category_title}></td>
+ <td><{$download.submitter_uname}></td>
+ <td><{$download.published_timestamp}></td>
+ <td>
+ <{if $download.offline}>
+ <img src="<{xoModuleIcons16 off.png}>" />
+ <{else}>
+ <img src="<{xoModuleIcons16 on.png}>" />
+ <{/if}>
+ </td>
+ <td>
+ <{if $download.published}>
+ <img src="<{xoModuleIcons16 on.png}>" />
+ <{else}>
+ <img src="<{xoModuleIcons16 off.png}>" />
+ <{/if}>
+ </td>
+ <td>
+ <a href='download.php?op=download.add&lid=<{$download.lid}>' title="<{$smarty.const._EDIT}>"><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._EDIT}>" alt="<{$smarty.const._EDIT}>" /></a>
+ <a href='download.php?op=download.delete&lid=<{$download.lid}>' title="<{$smarty.const._DELETE}>"><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._DELETE}>" alt="<{$smarty.const._DELETE}>" /></a>
+ <a href='ip_log.php?lid=<{$download.lid}>' title="<{$smarty.const._AM_WFD_IP_LOGS}>"><{$smarty.const._AM_WFD_IP_LOGS}></a>
+ </td>
+ </tr>
+ <{/foreach}>
+ </table>
+ <{$published_downloads_pagenav}>
+<{/if}>
+</fieldset>
+
+<br />
+
+<fieldset>
+ <legend style='font-weight: bold; color: #900;'><{$smarty.const._AM_WFD_MINDEX_AUTOPUBLISHEDDOWN}></legend>
+ <br />
+<{if ($auto_published_downloads_count == 0)}>
+ <{$smarty.const._AM_WFD_MINDEX_NODOWNLOADSFOUND}>
+<{else}>
+ <table class="outer">
+ <tr>
+ <th><{$smarty.const._AM_WFD_MINDEX_ID}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_TITLE}></th>
+ <th><{$smarty.const._AM_WFD_FCATEGORY_TITLE}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_POSTER}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_SUBMITTED}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_ONLINESTATUS}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_PUBLISHED}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_LOG}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_ACTION}></th>
+ </tr>
+ <{foreach item=download from=$auto_published_downloads}>
+ <tr class="<{cycle values='even, odd'}>">
+ <td><{$download.lid}></td>
+ <td><a href='../singlefile.php?cid=<{$download.cid}>&lid=<{$download.lid}>'><{$download.title}></a></td>
+ <td><{$download.category_title}></td>
+ <td><{$download.submitter_uname}></td>
+ <td><{$download.published_timestamp}></td>
+ <td>
+ <{if $download.offline}>
+ <img src="<{xoModuleIcons16 off.png}>" />
+ <{else}>
+ <img src="<{xoModuleIcons16 on.png}>" />
+ <{/if}>
+ </td>
+ <td>
+ <{if $download.published}>
+ <img src="<{xoModuleIcons16 on.png}>" />
+ <{else}>
+ <img src="<{xoModuleIcons16 off.png}>" />
+ <{/if}>
+ </td>
+ <td><a href='ip_log.php?lid=<{$download.lid}>'><{$smarty.const._AM_WFD_IP_LOGS}></a></td>
+ <td>
+ <a href='download.php?op=download.add&lid=<{$download.lid}>' title="<{$smarty.const._EDIT}>"><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._EDIT}>" alt="<{$smarty.const._EDIT}>" /></a>
+ <a href='download.php?op=download.delete&lid=<{$download.lid}>' title="<{$smarty.const._DELETE}>"><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._DELETE}>" alt="<{$smarty.const._DELETE}>" /></a>
+ </td>
+ </tr>
+ <{/foreach}>
+ </table>
+ <{$auto_published_downloads_pagenav}>
+<{/if}>
+</fieldset>
+
+<br />
+
+<fieldset>
+ <legend style='font-weight: bold; color: #900;'><{$smarty.const._AM_WFD_MINDEX_EXPIREDDOWN}></legend>
+ <br />
+<{if ($expired_downloads_count == 0)}>
+ <{$smarty.const._AM_WFD_MINDEX_NODOWNLOADSFOUND}>
+<{else}>
+ <table class="outer">
+ <tr>
+ <th><{$smarty.const._AM_WFD_MINDEX_ID}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_TITLE}></th>
+ <th><{$smarty.const._AM_WFD_FCATEGORY_TITLE}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_POSTER}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_SUBMITTED}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_ONLINESTATUS}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_PUBLISHED}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_LOG}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_ACTION}></th>
+ </tr>
+ <{foreach item=download from=$expired_downloads}>
+ <tr class="<{cycle values='even, odd'}>">
+ <td><{$download.lid}></td>
+ <td><a href='../singlefile.php?cid=<{$download.cid}>&lid=<{$download.lid}>'><{$download.title}></a></td>
+ <td><{$download.category_title}></td>
+ <td><{$download.submitter_uname}></td>
+ <td><{$download.published_timestamp}></td>
+ <td>
+ <{if $download.offline}>
+ <img src="<{xoModuleIcons16 off.png}>" />
+ <{else}>
+ <img src="<{xoModuleIcons16 on.png}>" />
+ <{/if}>
+ </td>
+ <td>
+ <{if $download.published}>
+ <img src="<{xoModuleIcons16 on.png}>" />
+ <{else}>
+ <img src="<{xoModuleIcons16 off.png}>" />
+ <{/if}>
+ </td>
+ <td><a href='ip_log.php?lid=<{$download.lid}>'><{$smarty.const._AM_WFD_IP_LOGS}></a></td>
+ <td>
+ <a href='download.php?op=download.add&lid=<{$download.lid}>' title="<{$smarty.const._EDIT}>"><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._EDIT}>" alt="<{$smarty.const._EDIT}>" /></a>
+ <a href='download.php?op=download.delete&lid=<{$download.lid}>' title="<{$smarty.const._DELETE}>"><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._DELETE}>" alt="<{$smarty.const._DELETE}>" /></a>
+ </td>
+ </tr>
+ <{/foreach}>
+ </table>
+ <{$expired_downloads_pagenav}>
+<{/if}>
+</fieldset>
+
+<br />
+
+<fieldset>
+ <legend style='font-weight: bold; color: #900;'><{$smarty.const._AM_WFD_MINDEX_OFFLINEDOWN}></legend>
+ <br />
+<{if ($offline_downloads_count == 0)}>
+ <{$smarty.const._AM_WFD_MINDEX_NODOWNLOADSFOUND}>
+<{else}>
+ <table class="outer">
+ <tr>
+ <th><{$smarty.const._AM_WFD_MINDEX_ID}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_TITLE}></th>
+ <th><{$smarty.const._AM_WFD_FCATEGORY_TITLE}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_POSTER}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_SUBMITTED}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_ONLINESTATUS}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_PUBLISHED}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_LOG}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_ACTION}></th>
+ </tr>
+ <{foreach item=download from=$offline_downloads}>
+ <tr class="<{cycle values='even, odd'}>">
+ <td><{$download.lid}></td>
+ <td><a href='../singlefile.php?cid=<{$download.cid}>&lid=<{$download.lid}>'><{$download.title}></a></td>
+ <td><{$download.category_title}></td>
+ <td><{$download.submitter_uname}></td>
+ <td><{$download.published_timestamp}></td>
+ <td>
+ <{if $download.offline}>
+ <img src="<{xoModuleIcons16 off.png}>" />
+ <{else}>
+ <img src="<{xoModuleIcons16 on.png}>" />
+ <{/if}>
+ </td>
+ <td>
+ <{if $download.published}>
+ <img src="<{xoModuleIcons16 on.png}>" />
+ <{else}>
+ <img src="<{xoModuleIcons16 off.png}>" />
+ <{/if}>
+ </td>
+ <td><a href='ip_log.php?lid=<{$download.lid}>'><{$smarty.const._AM_WFD_IP_LOGS}></a></td>
+ <td>
+ <a href='download.php?op=download.add&lid=<{$download.lid}>' title="<{$smarty.const._EDIT}>"><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._EDIT}>" alt="<{$smarty.const._EDIT}>" /></a>
+ <a href='download.php?op=download.delete&lid=<{$download.lid}>' title="<{$smarty.const._DELETE}>"><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._DELETE}>" alt="<{$smarty.const._DELETE}>" /></a>
+ </td>
+ </tr>
+ <{/foreach}>
+ </table>
+ <{$offline_downloads_pagenav}>
+<{/if}>
+</fieldset>
+
+
+
+
+</form>
\ No newline at end of file
Added: XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_menu.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_menu.html (rev 0)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_menu.html 2013-06-03 19:23:41 UTC (rev 11619)
@@ -0,0 +1,48 @@
+<style type='text/css'>
+ #buttontop { float:left; width:100%; background: #e7e7e7; font-size:93%; line-height:normal; border-top: 1px solid black; border-left: 1px solid black; border-right: 1px solid black; margin: 0; }
+ #buttonbar { float:left; width:100%; background: #e7e7e7 url('../images/bg.gif') repeat-x left bottom; font-size:93%; line-height:normal; border-left: 1px solid black; border-right: 1px solid black; margin-bottom: 12px; }
+ #buttonbar ul { margin:0; margin-top: 15px; padding:10px 10px 0; list-style:none; }
+ #buttonbar li { display:inline; margin:0; padding:0; }
+ #buttonbar a { float:left; background:url('../images/left_both.gif') no-repeat left top; margin:0; padding:0 0 0 9px; border-bottom:1px solid #000; text-decoration:none; }
+ #buttonbar a span { float:left; display:block; background:url('../images/right_both.gif') no-repeat right top; padding:5px 15px 4px 6px; font-weight:bold; color:#765; }
+ /* Commented Backslash Hack hides rule from IE5-Mac \*/
+ #buttonbar a span {float:none;}
+ /* End IE5-Mac hack */
+ #buttonbar a:hover span { color:#333; }
+ #buttonbar #current a { background-position:0 -150px; border-width:0; }
+ #buttonbar #current a span { background-position:100% -150px; padding-bottom:5px; color:#333; }
+ #buttonbar a:hover { background-position:0% -150px; }
+ #buttonbar a:hover span { background-position:100% -150px; }
+</style>
+
+<div id="buttontop">
+ <table style="width: 100%; padding: 0;" cellspacing="0">
+ <tr>
+ <td style="font-size: 10px; text-align: left; color: #2F5376; padding: 0 6px; line-height: 18px;">
+ <{foreach from=$headermenu key=itemnum item=menuitem}>
+ <a class="nobutton" href="<{$menuitem.link}>"><{$menuitem.title}></a>
+ <{if ($itemnum + 1) <> $headermenucount}>
+ |
+ <{/if}>
+ <{/foreach}>
+ </td>
+ <td style="font-size: 10px; text-align: right; color: #2F5376; padding: 0 6px; line-height: 18px;">
+ <{$breadcrumb}>
+ </td>
+ </tr>
+ </table>
+</div>
+<div id="buttonbar">
+ <ul>
+<{foreach from=$adminmenu key=itemnum item=menuitem}>
+ <{if $itemnum==$current}>
+ <li id="current">
+ <{else}>
+ <li>
+ <{/if}>
+ <a href="../<{$menuitem.link}>"><span><{$menuitem.title}></span></a>
+ </li>
+<{/foreach}>
+ </ul>
+</div>
+<div> </div>
Added: XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_mimetypelist.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_mimetypelist.html (rev 0)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_mimetypelist.html 2013-06-03 19:23:41 UTC (rev 11619)
@@ -0,0 +1,91 @@
+<fieldset>
+ <legend style='font-weight: bold; color: #900;'><{$smarty.const._AM_WFD_MIME_ADMINF}></legend>
+ <{$smarty.const._AM_WFD_MIME_ADMINFINFO}>
+ <br />
+<{if ($allowAdminMimetypes|count)}>
+<{foreach item=allowAdminMimetype from=$allowAdminMimetypes}>
+ <{$allowAdminMimetype}> |
+<{/foreach}>
+<{else}>
+ <{$smarty.const._AM_WFD_MIME_NOMIMEINFO}>
+<{/if}>
+</fieldset>
+
+<br />
+
+<fieldset>
+ <legend style='font-weight: bold; color: #900;'><{$smarty.const._AM_WFD_MIME_USERF}></legend>
+ <{$smarty.const._AM_WFD_MIME_USERFINFO}>
+ <br />
+<{if ($allowUserMimetypes|count)}>
+<{foreach item=allowUserMimetype from=$allowUserMimetypes}>
+ <{$allowUserMimetype}> |
+<{/foreach}>
+<{else}>
+ <{$smarty.const._AM_WFD_MIME_NOMIMEINFO}>
+<{/if}>
+</fieldset>
+
+<br />
+
+<fieldset>
+ <legend style='font-weight: bold; color: #900;'><{$smarty.const._AM_WFD_MIME_MIMETYPES_LIST}></legend>
+<{if ($mimetypes_count == 0)}>
+ <{$smarty.const._AM_WFD_MIME_NOMIMETYPES}>
+<{else}>
+ <table class='outer'>
+ <tr>
+ <th><{$smarty.const._AM_WFD_MIME_ID}></th>
+ <th><{$smarty.const._AM_WFD_MIME_NAME}></th>
+ <th><{$smarty.const._AM_WFD_MIME_EXT}></th>
+ <th><{$smarty.const._AM_WFD_MIME_ADMIN}></th>
+ <th><{$smarty.const._AM_WFD_MIME_USER}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_ACTION}></th>
+ </tr>
+ <{foreach item=mimetype from=$mimetypes}>
+ <tr class="<{cycle values='even, odd'}>">
+ <td class='head'><{$mimetype.mime_id}></td>
+ <td class='even'><{$mimetype.mime_name}></td>
+ <td class='even'>.<{$mimetype.mime_ext}></td>
+ <td class='even'>
+ <a href='?op=mimetype.update&admin=1&mime_id=<{$mimetype.mime_id}>&start=<{$start}>'>
+ <{if ($mimetype.mime_admin == 1)}>
+ <img src="<{xoModuleIcons16 on.png}>" />
+ <{else}>
+ <img src="<{xoModuleIcons16 off.png}>" />
+ <{/if}>
+ </a>
+ </td>
+ <td class='even'>
+ <a href='?op=mimetype.update&user=1&mime_id=<{$mimetype.mime_id}>&start=<{$start}>'>
+ <{if ($mimetype.mime_user == 1)}>
+ <img src="<{xoModuleIcons16 on.png}>" />
+ <{else}>
+ <img src="<{xoModuleIcons16 off.png}>" />
+ <{/if}>
+ </a>
+ </td>
+ <td class='even'>
+ <a href='?op=mimetype.edit&mime_id=<{$mimetype.mime_id}>'><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._EDIT}>" alt="<{$smarty.const._EDIT}>" /></a>
+ <a href='?op=mimetype.delete&mime_id=<{$mimetype.mime_id}>'><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._DELETE}>" alt="<{$smarty.const._DELETE}>" /></a>
+ </td>
+ </tr>
+ <{/foreach}>
+ <tr>
+ <td> </td>
+ <td> </td>
+ <td> </td>
+ <td>
+ <a href='?op=mimetypes.update&admin=1&type_all=1'><img src="<{xoModuleIcons16 on.png}>" /></a>
+ <a href='?op=mimetypes.update&admin=1&type_all=0'><img src="<{xoModuleIcons16 off.png}>" /></a>
+ </td>
+ <td>
+ <a href='?op=mimetypes.update&user=1&type_all=1'><img src="<{xoModuleIcons16 on.png}>" /></a>
+ <a href='?op=mimetypes.update&user=1&type_all=0'><img src="<{xoModuleIcons16 off.png}>" /></a>
+ </td>
+ <td> </td>
+ </tr>
+ </table>
+ <{$mimetypes_pagenav}>
+<{/if}>
+</fieldset>
Added: XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_mirrorlist.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_mirrorlist.html (rev 0)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_mirrorlist.html 2013-06-03 19:23:41 UTC (rev 11619)
@@ -0,0 +1,83 @@
+<fieldset>
+ <legend style='font-weight: bold;'><{$smarty.const._AM_WFD_AMIRRORS_INFO}></legend>
+ <p>
+ <{$smarty.const._AM_WFD_AMIRRORS_WAITING}>: <{$mirrors_waiting_count}>
+ <br />
+ <{$smarty.const._AM_WFD_MIRROR_MIRROR_TOTAL}>: <{$mirrors_published_count}>
+ <br />
+ <img src="<{xoModuleIcons16 on.png}>" title="<{$smarty.const._AM_WFD_AMIRRORS_APPROVE}>" alt="<{$smarty.const._AM_WFD_AMIRRORS_APPROVE}>" /> <{$smarty.const._AM_WFD_AMIRRORS_APPROVE}>
+ <br />
+ <img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._AM_WFD_AMIRRORS_EDIT}>" alt="<{$smarty.const._AM_WFD_AMIRRORS_EDIT}>" /> <{$smarty.const._AM_WFD_AMIRRORS_EDIT}>
+ <br />
+ <img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._AM_WFD_AMIRRORS_DELETE}>" alt="<{$smarty.const._AM_WFD_AMIRRORS_DELETE}>" /> <{$smarty.const._AM_WFD_AMIRRORS_DELETE}>
+ </p>
+</fieldset>
+
+<br />
+
+<fieldset>
+ <legend style='font-weight: bold; color: #900;'><{$smarty.const._AM_WFD_MIRROR_MIRROR_WAITING}></legend>
+<{if ($mirrors_waiting_count == 0)}>
+ <{$smarty.const._AM_WFD_MIRROR_NOWAITINGMIRRORS}>
+<{else}>
+ <table class='outer'>
+ <tr>
+ <th><{$smarty.const._AM_WFD_MIRROR_ID}></th>
+ <th><{$smarty.const._AM_WFD_MIRROR_TITLE}></th>
+ <th><{$smarty.const._AM_WFD_MIRROR_POSTER}></th>
+ <th><{$smarty.const._AM_WFD_MIRROR_SUBMITDATE}></th>
+ <th><{$smarty.const._AM_WFD_REV_ACTION}></th>
+ </tr>
+ <{foreach item=mirror_waiting from=$mirrors_waiting}>
+ <tr class="<{cycle values='even, odd'}>">
+ <td class='head'><{$mirror_waiting.mirror_id}></td>
+ <td class='even'>
+ <a href='download.php?op=download.edit&lid=<{$mirror_waiting.lid}>'><{$mirror_waiting.download_title}></a>
+ </td>
+ <td class='even'><{$mirror_waiting.submitter_uname}></td>
+ <td class='even'><{$mirror_waiting.formatted_date}></td>
+ <td class='even'>
+ <a href='?op=mirror.approve&mirror_id=<{$mirror_waiting.mirror_id}>'><img src="<{xoModuleIcons16 on.png}>" title="<{$smarty.const._AM_WFD_AMIRRORS_APPROVE}>" alt="<{$smarty.const._AM_WFD_AMIRRORS_APPROVE}>" /></a>
+ <a href='?op=mirror.edit&mirror_id=<{$mirror_waiting.mirror_id}>'><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._AM_WFD_AMIRRORS_EDIT}>" alt="<{$smarty.const._AM_WFD_AMIRRORS_EDIT}>" /></a>
+ <a href='?op=mirror.delete&mirror_id=<{$mirror_waiting.mirror_id}>'><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._AM_WFD_AMIRRORS_DELETE}>" alt="<{$smarty.const._AM_WFD_AMIRRORS_DELETE}>" /></a>
+ </td>
+ </tr>
+ <{/foreach}>
+ </table>
+ <{$mirrors_waiting_pagenav}>
+<{/if}>
+</fieldset>
+
+<br />
+
+<fieldset>
+ <legend style='font-weight: bold; color: #900;'><{$smarty.const._AM_WFD_MIRROR_MIRROR_PUBLISHED}></legend>
+<{if ($mirrors_published_count == 0)}>
+ <{$smarty.const._AM_WFD_MIRROR_NOPUBLISHEDMIRRORS}>
+<{else}>
+ <table class='outer'>
+ <tr>
+ <th><{$smarty.const._AM_WFD_MIRROR_ID}></th>
+ <th><{$smarty.const._AM_WFD_MIRROR_TITLE}></th>
+ <th><{$smarty.const._AM_WFD_MIRROR_POSTER}></th>
+ <th><{$smarty.const._AM_WFD_MIRROR_SUBMITDATE}></th>
+ <th><{$smarty.const._AM_WFD_REV_ACTION}></th>
+ </tr>
+ <{foreach item=mirror_published from=$mirrors_published}>
+ <tr class="<{cycle values='even, odd'}>">
+ <td class='head'><{$mirror_published.mirror_id}></td>
+ <td class='even'>
+ <a href='download.php?op=download.edit&lid=<{$mirror_published.lid}>'><{$mirror_published.download_title}></a>
+ </td>
+ <td class='even'><{$mirror_published.submitter_uname}></td>
+ <td class='even'><{$mirror_published.formatted_date}></td>
+ <td class='even'>
+ <a href='?op=mirror.edit&mirror_id=<{$mirror_published.mirror_id}>'><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._AM_WFD_AMIRRORS_EDIT}>" alt="<{$smarty.const._AM_WFD_AMIRRORS_EDIT}>" /></a>
+ <a href='?op=mirror.delete&mirror_id=<{$mirror_published.mirror_id}>'><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._AM_WFD_AMIRRORS_DELETE}>" alt="<{$smarty.const._AM_WFD_AMIRRORS_DELETE}>" /></a>
+ </td>
+ </tr>
+ <{/foreach}>
+ </table>
+ <{$mirrors_published_pagenav}>
+<{/if}>
+</fieldset>
Added: XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_permissions.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_permissions.html (rev 0)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_permissions.html 2013-06-03 19:23:41 UTC (rev 11619)
@@ -0,0 +1,12 @@
+<fieldset>
+ <legend style='font-weight: bold;'><{$smarty.const._AM_WFD_PERM_NOTE}></legend>
+ <{$smarty.const._AM_WFD_PERM_PERMSNOTE}>
+</fieldset>
+
+<br />
+
+<fieldset>
+ <legend style='font-weight: bold; color: #900;'><{$smarty.const._AM_WFD_PERM_CPERMISSIONS}></legend>
+ <{$down_cat_form}>
+ <{$up_cat_form}>
+</fieldset>
Added: XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_reviewlist.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_reviewlist.html (rev 0)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_reviewlist.html 2013-06-03 19:23:41 UTC (rev 11619)
@@ -0,0 +1,91 @@
+<fieldset>
+ <legend style='font-weight: bold;'><{$smarty.const._AM_WFD_AREVIEWS_INFO}></legend>
+ <p>
+ <{$smarty.const._AM_WFD_AREVIEWS_WAITING}>: <{$reviews_waiting_count}>
+ <br />
+ <{$smarty.const._AM_WFD_REV_REVIEW_TOTAL}>: <{$reviews_published_count}>
+ <br />
+ <img src="<{xoModuleIcons16 on.png}>" title="<{$smarty.const._AM_WFD_AREVIEWS_APPROVE}>" alt="<{$smarty.const._AM_WFD_AREVIEWS_APPROVE}>" /> <{$smarty.const._AM_WFD_AREVIEWS_APPROVE}>
+ <br />
+ <img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._AM_WFD_AREVIEWS_EDIT}>" alt="<{$smarty.const._AM_WFD_AREVIEWS_EDIT}>" /> <{$smarty.const._AM_WFD_AREVIEWS_EDIT}>
+ <br />
+ <img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._AM_WFD_AREVIEWS_DELETE}>" alt="<{$smarty.const._AM_WFD_AREVIEWS_DELETE}>" /> <{$smarty.const._AM_WFD_AREVIEWS_DELETE}>
+ </p>
+</fieldset>
+
+<br />
+
+<fieldset>
+ <legend style='font-weight: bold; color: #900;'><{$smarty.const._AM_WFD_REV_REVIEW_WAITING}></legend>
+<{if ($reviews_waiting_count == 0)}>
+ <{$smarty.const._AM_WFD_REV_NOWAITINGREVIEWS}>
+<{else}>
+ <table class='outer'>
+ <tr>
+ <th><{$smarty.const._AM_WFD_REV_ID}></th>
+ <th><{$smarty.const._AM_WFD_REV_TITLE}></th>
+ <th><{$smarty.const._AM_WFD_REV_REVIEWTITLE}></th>
+ <th><{$smarty.const._AM_WFD_REV_POSTER}></th>
+ <th><{$smarty.const._AM_WFD_REV_SUBMITDATE}></th>
+ <th><{$smarty.const._AM_WFD_REV_ACTION}></th>
+ </tr>
+ <{foreach item=review_waiting from=$reviews_waiting}>
+ <tr class="<{cycle values='even, odd'}>">
+ <td class='head'><{$review_waiting.review_id}></td>
+ <td class='even'>
+ <a href='download.php?op=download.edit&lid=<{$review_waiting.lid}>'><{$review_waiting.download_title}></a>
+ </td>
+ <td class='even'>
+ <a href='?op=review.edit&review_id=<{$review_waiting.review_id}>'><{$review_waiting.title}></a>
+ </td>
+ <td class='even'><{$review_waiting.submitter_uname}></td>
+ <td class='even'><{$review_waiting.formatted_date}></td>
+ <td class='even'>
+ <a href='?op=review.approve&review_id=<{$review_waiting.review_id}>'><img src="<{xoModuleIcons16 on.png}>" title="<{$smarty.const._AM_WFD_AREVIEWS_APPROVE}>" alt="<{$smarty.const._AM_WFD_AREVIEWS_APPROVE}>" /></a>
+ <a href='?op=review.edit&review_id=<{$review_waiting.review_id}>'><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._AM_WFD_AREVIEWS_EDIT}>" alt="<{$smarty.const._AM_WFD_AREVIEWS_EDIT}>" /></a>
+ <a href='?op=review.delete&review_id=<{$review_waiting.review_id}>'><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._AM_WFD_AREVIEWS_DELETE}>" alt="<{$smarty.const._AM_WFD_AREVIEWS_DELETE}>" /></a>
+ </td>
+ </tr>
+ <{/foreach}>
+ </table>
+ <{$reviews_waiting_pagenav}>
+<{/if}>
+</fieldset>
+
+<br />
+
+<fieldset>
+ <legend style='font-weight: bold; color: #900;'><{$smarty.const._AM_WFD_REV_REVIEW_PUBLISHED}></legend>
+<{if ($reviews_published_count == 0)}>
+ <{$smarty.const._AM_WFD_REV_NOPUBLISHEDREVIEWS}>
+<{else}>
+ <table class='outer'>
+ <tr>
+ <th><{$smarty.const._AM_WFD_REV_ID}></th>
+ <th><{$smarty.const._AM_WFD_REV_TITLE}></th>
+ <th><{$smarty.const._AM_WFD_REV_REVIEWTITLE}></th>
+ <th><{$smarty.const._AM_WFD_REV_POSTER}></th>
+ <th><{$smarty.const._AM_WFD_REV_SUBMITDATE}></th>
+ <th><{$smarty.const._AM_WFD_REV_ACTION}></th>
+ </tr>
+ <{foreach item=review_published from=$reviews_published}>
+ <tr class="<{cycle values='even, odd'}>">
+ <td class='head'><{$review_published.review_id}></td>
+ <td class='even'>
+ <a href='download.php?op=download.edit&lid=<{$review_published.lid}>'><{$review_published.download_title}></a>
+ </td>
+ <td class='even'>
+ <a href='?op=review.edit&review_id=<{$review_published.review_id}>'><{$review_published.title}></a>
+ </td>
+ <td class='even'><{$review_published.submitter_uname}></td>
+ <td class='even'><{$review_published.formatted_date}></td>
+ <td class='even'>
+ <a href='?op=review.edit&review_id=<{$review_published.review_id}>'><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._AM_WFD_AREVIEWS_EDIT}>" alt="<{$smarty.const._AM_WFD_AREVIEWS_EDIT}>" /></a>
+ <a href='?op=review.delete&review_id=<{$review_published.review_id}>'><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._AM_WFD_AREVIEWS_DELETE}>" alt="<{$smarty.const._AM_WFD_AREVIEWS_DELETE}>" /></a>
+ </td>
+ </tr>
+ <{/foreach}>
+ </table>
+ <{$reviews_published_pagenav}>
+<{/if}>
+</fieldset>
Added: XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_votedatalist.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_votedatalist.html (rev 0)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/templates/admin/wfdownloads_admin_votedatalist.html 2013-06-03 19:23:41 UTC (rev 11619)
@@ -0,0 +1,45 @@
+<fieldset>
+ <legend style='font-weight: bold;'><{$smarty.const._AM_WFD_VOTE_DISPLAYVOTES}></legend>
+ <p>
+ <{$smarty.const._AM_WFD_VOTE_USERAVG}>: <{$useravgrating}>
+ <br />
+ <{$smarty.const._AM_WFD_VOTE_TOTALRATE}>: <{$votes}>
+ <br />
+ <img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._DELETE}>" alt="<{$smarty.const._DELETE}>" /> <{$smarty.const._AM_WFD_VOTE_DELETEDSC}>
+ </p>
+</fieldset>
+
+<br />
+
+<fieldset>
+ <legend style='font-weight: bold; color: #900;'><{$smarty.const._AM_WFD_VOTE_DISPLAYVOTES}></legend>
+<{if ($votes == 0)}>
+ <{$smarty.const._AM_WFD_VOTE_NOVOTES}>
+<{else}>
+ <table class='outer'>
+ <tr>
+ <th><{$smarty.const._AM_WFD_VOTE_ID}></th>
+ <th><{$smarty.const._AM_WFD_VOTE_USER}></th>
+ <th><{$smarty.const._AM_WFD_VOTE_IP}></th>
+ <th><{$smarty.const._AM_WFD_VOTE_FILETITLE}></th>
+ <th><{$smarty.const._AM_WFD_VOTE_RATING}></th>
+ <th><{$smarty.const._AM_WFD_VOTE_DATE}></th>
+ <th><{$smarty.const._AM_WFD_MINDEX_ACTION}></th>
+ </tr>
+ <{foreach item=rating from=$ratings}>
+ <tr class="<{cycle values='even, odd'}>">
+ <td class='head'><{$rating.ratingid}></td>
+ <td class='even'><{$rating.submitter_uname}></td>
+ <td class='even'><{$rating.ratinghostname}></td>
+ <td class='even'><{$rating.download_title}></td>
+ <td class='even'><{$rating.rating}></td>
+ <td class='even'><{$rating.formatted_date}></td>
+ <td class='even'>
+ <a href='?op=vote.delete&lid=<{$rating.lid}>&rid=<{$rating.rid}>'><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._DELETE}>" alt="<{$smarty.const._DELETE}>" /></a>
+ </td>
+ </tr>
+ <{/foreach}>
+ </table>
+ <{$ratings_pagenav}>
+<{/if}>
+</fieldset>
Deleted: XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_admin_categorylist.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_admin_categorylist.html 2013-06-03 19:20:40 UTC (rev 11618)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_admin_categorylist.html 2013-06-03 19:23:41 UTC (rev 11619)
@@ -1,38 +0,0 @@
-<form action="category.php" method="post" id="categoriesform">
-<fieldset>
- <legend style='font-weight: bold; color: #900;'><{$smarty.const._AM_WFD_FCATEGORY_CATEGORIES_LIST}></legend>
- <table class="outer">
- <tr>
- <th><{$smarty.const._AM_WFD_FCATEGORY_TITLE}></th>
- <th><{$smarty.const._AM_WFD_FCATEGORY_WEIGHT}></th>
- <th><{$smarty.const._AM_WFD_FCATEGORY_DESCRIPTION}></th>
- <th><{$smarty.const._AM_WFD_ACTION}></th>
- </tr>
- <{foreach item=sorted_category from=$sorted_categories}>
- <tr class="<{cycle values='even, odd'}>">
- <td>
- <{section name=indent loop=$sorted_category.level-1 step=1}}>-<{/section}><{$sorted_category.category.title}>
- </td>
- <td>
- <input type="text" name="new_weights[<{$sorted_category.category.cid}>]" size="5" maxlength="5" value="<{$sorted_category.category.weight}>" />
- </td>
- <td><{$sorted_category.category.description}></td>
- <td>
- <a href="?op=category.edit&cid=<{$sorted_category.category.cid}>" title="<{$smarty.const._EDIT}>"><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._EDIT}>" alt="<{$smarty.const._EDIT}>" /></a>
- <a href="?op=category.delete&cid=<{$sorted_category.category.cid}>" title="<{$smarty.const._DELETE}>"><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._DELETE}>" alt="<{$smarty.const._DELETE}>" /></a>
- <a href="?op=category.move&cid=<{$sorted_category.category.cid}>" title="<{$smarty.const._AM_WFD_BMOVE}>"><img src="<{xoModuleIcons16 forward.png}>" title="<{$smarty.const._AM_WFD_BMOVE}>" alt="<{$smarty.const._AM_WFD_BMOVE}>" /></a>
- </td>
- </tr>
- <{/foreach}>
- <tr>
- <td colspan="1"> </td>
- <td>
- <{$token}>
- <input type="hidden" name="op" value="categories.reorder" />
- <input type="submit" name="submit" value="<{$smarty.const._AM_WFD_BUTTON_CATEGORIES_REORDER}>" />
- </td>
- <td colspan="2"> </td>
- </tr>
- </table>
-</fieldset>
-</form>
\ No newline at end of file
Deleted: XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_admin_downloadlist.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_admin_downloadlist.html 2013-06-03 19:20:40 UTC (rev 11618)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_admin_downloadlist.html 2013-06-03 19:23:41 UTC (rev 11619)
@@ -1,213 +0,0 @@
-<form action="download.php" method="post" id="downloadsform">
-<fieldset>
- <legend style='font-weight: bold; color: #900;'><{$smarty.const._AM_WFD_MINDEX_PUBLISHEDDOWN}></legend>
-<{if ($published_downloads_count == 0)}>
- <{$smarty.const._AM_WFD_MINDEX_NODOWNLOADSFOUND}>
-<{else}>
- <table class="outer">
- <tr>
- <th><{$smarty.const._AM_WFD_MINDEX_ID}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_TITLE}></th>
- <th><{$smarty.const._AM_WFD_FCATEGORY_TITLE}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_POSTER}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_SUBMITTED}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_ONLINESTATUS}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_PUBLISHED}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_ACTION}></th>
- </tr>
- <{foreach item=download from=$published_downloads}>
- <tr class="<{cycle values='even, odd'}>">
- <td><{$download.lid}></td>
- <td><a href='../singlefile.php?cid=<{$download.cid}>&lid=<{$download.lid}>'><{$download.title}></a></td>
- <td><{$download.category_title}></td>
- <td><{$download.submitter_uname}></td>
- <td><{$download.published_timestamp}></td>
- <td>
- <{if $download.offline}>
- <img src="<{xoModuleIcons16 off.png}>" />
- <{else}>
- <img src="<{xoModuleIcons16 on.png}>" />
- <{/if}>
- </td>
- <td>
- <{if $download.published}>
- <img src="<{xoModuleIcons16 on.png}>" />
- <{else}>
- <img src="<{xoModuleIcons16 off.png}>" />
- <{/if}>
- </td>
- <td>
- <a href='download.php?op=download.add&lid=<{$download.lid}>' title="<{$smarty.const._EDIT}>"><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._EDIT}>" alt="<{$smarty.const._EDIT}>" /></a>
- <a href='download.php?op=download.delete&lid=<{$download.lid}>' title="<{$smarty.const._DELETE}>"><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._DELETE}>" alt="<{$smarty.const._DELETE}>" /></a>
- <a href='ip_log.php?lid=<{$download.lid}>' title="<{$smarty.const._AM_WFD_IP_LOGS}>"><{$smarty.const._AM_WFD_IP_LOGS}></a>
- </td>
- </tr>
- <{/foreach}>
- </table>
- <{$published_downloads_pagenav}>
-<{/if}>
-</fieldset>
-
-<br />
-
-<fieldset>
- <legend style='font-weight: bold; color: #900;'><{$smarty.const._AM_WFD_MINDEX_AUTOPUBLISHEDDOWN}></legend>
- <br />
-<{if ($auto_published_downloads_count == 0)}>
- <{$smarty.const._AM_WFD_MINDEX_NODOWNLOADSFOUND}>
-<{else}>
- <table class="outer">
- <tr>
- <th><{$smarty.const._AM_WFD_MINDEX_ID}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_TITLE}></th>
- <th><{$smarty.const._AM_WFD_FCATEGORY_TITLE}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_POSTER}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_SUBMITTED}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_ONLINESTATUS}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_PUBLISHED}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_LOG}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_ACTION}></th>
- </tr>
- <{foreach item=download from=$auto_published_downloads}>
- <tr class="<{cycle values='even, odd'}>">
- <td><{$download.lid}></td>
- <td><a href='../singlefile.php?cid=<{$download.cid}>&lid=<{$download.lid}>'><{$download.title}></a></td>
- <td><{$download.category_title}></td>
- <td><{$download.submitter_uname}></td>
- <td><{$download.published_timestamp}></td>
- <td>
- <{if $download.offline}>
- <img src="<{xoModuleIcons16 off.png}>" />
- <{else}>
- <img src="<{xoModuleIcons16 on.png}>" />
- <{/if}>
- </td>
- <td>
- <{if $download.published}>
- <img src="<{xoModuleIcons16 on.png}>" />
- <{else}>
- <img src="<{xoModuleIcons16 off.png}>" />
- <{/if}>
- </td>
- <td><a href='ip_log.php?lid=<{$download.lid}>'><{$smarty.const._AM_WFD_IP_LOGS}></a></td>
- <td>
- <a href='download.php?op=download.add&lid=<{$download.lid}>' title="<{$smarty.const._EDIT}>"><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._EDIT}>" alt="<{$smarty.const._EDIT}>" /></a>
- <a href='download.php?op=download.delete&lid=<{$download.lid}>' title="<{$smarty.const._DELETE}>"><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._DELETE}>" alt="<{$smarty.const._DELETE}>" /></a>
- </td>
- </tr>
- <{/foreach}>
- </table>
- <{$auto_published_downloads_pagenav}>
-<{/if}>
-</fieldset>
-
-<br />
-
-<fieldset>
- <legend style='font-weight: bold; color: #900;'><{$smarty.const._AM_WFD_MINDEX_EXPIREDDOWN}></legend>
- <br />
-<{if ($expired_downloads_count == 0)}>
- <{$smarty.const._AM_WFD_MINDEX_NODOWNLOADSFOUND}>
-<{else}>
- <table class="outer">
- <tr>
- <th><{$smarty.const._AM_WFD_MINDEX_ID}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_TITLE}></th>
- <th><{$smarty.const._AM_WFD_FCATEGORY_TITLE}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_POSTER}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_SUBMITTED}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_ONLINESTATUS}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_PUBLISHED}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_LOG}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_ACTION}></th>
- </tr>
- <{foreach item=download from=$expired_downloads}>
- <tr class="<{cycle values='even, odd'}>">
- <td><{$download.lid}></td>
- <td><a href='../singlefile.php?cid=<{$download.cid}>&lid=<{$download.lid}>'><{$download.title}></a></td>
- <td><{$download.category_title}></td>
- <td><{$download.submitter_uname}></td>
- <td><{$download.published_timestamp}></td>
- <td>
- <{if $download.offline}>
- <img src="<{xoModuleIcons16 off.png}>" />
- <{else}>
- <img src="<{xoModuleIcons16 on.png}>" />
- <{/if}>
- </td>
- <td>
- <{if $download.published}>
- <img src="<{xoModuleIcons16 on.png}>" />
- <{else}>
- <img src="<{xoModuleIcons16 off.png}>" />
- <{/if}>
- </td>
- <td><a href='ip_log.php?lid=<{$download.lid}>'><{$smarty.const._AM_WFD_IP_LOGS}></a></td>
- <td>
- <a href='download.php?op=download.add&lid=<{$download.lid}>' title="<{$smarty.const._EDIT}>"><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._EDIT}>" alt="<{$smarty.const._EDIT}>" /></a>
- <a href='download.php?op=download.delete&lid=<{$download.lid}>' title="<{$smarty.const._DELETE}>"><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._DELETE}>" alt="<{$smarty.const._DELETE}>" /></a>
- </td>
- </tr>
- <{/foreach}>
- </table>
- <{$expired_downloads_pagenav}>
-<{/if}>
-</fieldset>
-
-<br />
-
-<fieldset>
- <legend style='font-weight: bold; color: #900;'><{$smarty.const._AM_WFD_MINDEX_OFFLINEDOWN}></legend>
- <br />
-<{if ($offline_downloads_count == 0)}>
- <{$smarty.const._AM_WFD_MINDEX_NODOWNLOADSFOUND}>
-<{else}>
- <table class="outer">
- <tr>
- <th><{$smarty.const._AM_WFD_MINDEX_ID}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_TITLE}></th>
- <th><{$smarty.const._AM_WFD_FCATEGORY_TITLE}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_POSTER}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_SUBMITTED}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_ONLINESTATUS}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_PUBLISHED}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_LOG}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_ACTION}></th>
- </tr>
- <{foreach item=download from=$offline_downloads}>
- <tr class="<{cycle values='even, odd'}>">
- <td><{$download.lid}></td>
- <td><a href='../singlefile.php?cid=<{$download.cid}>&lid=<{$download.lid}>'><{$download.title}></a></td>
- <td><{$download.category_title}></td>
- <td><{$download.submitter_uname}></td>
- <td><{$download.published_timestamp}></td>
- <td>
- <{if $download.offline}>
- <img src="<{xoModuleIcons16 off.png}>" />
- <{else}>
- <img src="<{xoModuleIcons16 on.png}>" />
- <{/if}>
- </td>
- <td>
- <{if $download.published}>
- <img src="<{xoModuleIcons16 on.png}>" />
- <{else}>
- <img src="<{xoModuleIcons16 off.png}>" />
- <{/if}>
- </td>
- <td><a href='ip_log.php?lid=<{$download.lid}>'><{$smarty.const._AM_WFD_IP_LOGS}></a></td>
- <td>
- <a href='download.php?op=download.add&lid=<{$download.lid}>' title="<{$smarty.const._EDIT}>"><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._EDIT}>" alt="<{$smarty.const._EDIT}>" /></a>
- <a href='download.php?op=download.delete&lid=<{$download.lid}>' title="<{$smarty.const._DELETE}>"><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._DELETE}>" alt="<{$smarty.const._DELETE}>" /></a>
- </td>
- </tr>
- <{/foreach}>
- </table>
- <{$offline_downloads_pagenav}>
-<{/if}>
-</fieldset>
-
-
-
-
-</form>
\ No newline at end of file
Deleted: XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_admin_menu.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_admin_menu.html 2013-06-03 19:20:40 UTC (rev 11618)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_admin_menu.html 2013-06-03 19:23:41 UTC (rev 11619)
@@ -1,48 +0,0 @@
-<style type='text/css'>
- #buttontop { float:left; width:100%; background: #e7e7e7; font-size:93%; line-height:normal; border-top: 1px solid black; border-left: 1px solid black; border-right: 1px solid black; margin: 0; }
- #buttonbar { float:left; width:100%; background: #e7e7e7 url('../images/bg.gif') repeat-x left bottom; font-size:93%; line-height:normal; border-left: 1px solid black; border-right: 1px solid black; margin-bottom: 12px; }
- #buttonbar ul { margin:0; margin-top: 15px; padding:10px 10px 0; list-style:none; }
- #buttonbar li { display:inline; margin:0; padding:0; }
- #buttonbar a { float:left; background:url('../images/left_both.gif') no-repeat left top; margin:0; padding:0 0 0 9px; border-bottom:1px solid #000; text-decoration:none; }
- #buttonbar a span { float:left; display:block; background:url('../images/right_both.gif') no-repeat right top; padding:5px 15px 4px 6px; font-weight:bold; color:#765; }
- /* Commented Backslash Hack hides rule from IE5-Mac \*/
- #buttonbar a span {float:none;}
- /* End IE5-Mac hack */
- #buttonbar a:hover span { color:#333; }
- #buttonbar #current a { background-position:0 -150px; border-width:0; }
- #buttonbar #current a span { background-position:100% -150px; padding-bottom:5px; color:#333; }
- #buttonbar a:hover { background-position:0% -150px; }
- #buttonbar a:hover span { background-position:100% -150px; }
-</style>
-
-<div id="buttontop">
- <table style="width: 100%; padding: 0;" cellspacing="0">
- <tr>
- <td style="font-size: 10px; text-align: left; color: #2F5376; padding: 0 6px; line-height: 18px;">
- <{foreach from=$headermenu key=itemnum item=menuitem}>
- <a class="nobutton" href="<{$menuitem.link}>"><{$menuitem.title}></a>
- <{if ($itemnum + 1) <> $headermenucount}>
- |
- <{/if}>
- <{/foreach}>
- </td>
- <td style="font-size: 10px; text-align: right; color: #2F5376; padding: 0 6px; line-height: 18px;">
- <{$breadcrumb}>
- </td>
- </tr>
- </table>
-</div>
-<div id="buttonbar">
- <ul>
-<{foreach from=$adminmenu key=itemnum item=menuitem}>
- <{if $itemnum==$current}>
- <li id="current">
- <{else}>
- <li>
- <{/if}>
- <a href="../<{$menuitem.link}>"><span><{$menuitem.title}></span></a>
- </li>
-<{/foreach}>
- </ul>
-</div>
-<div> </div>
Deleted: XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_admin_mimetypelist.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_admin_mimetypelist.html 2013-06-03 19:20:40 UTC (rev 11618)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_admin_mimetypelist.html 2013-06-03 19:23:41 UTC (rev 11619)
@@ -1,91 +0,0 @@
-<fieldset>
- <legend style='font-weight: bold; color: #900;'><{$smarty.const._AM_WFD_MIME_ADMINF}></legend>
- <{$smarty.const._AM_WFD_MIME_ADMINFINFO}>
- <br />
-<{if ($allowAdminMimetypes|count)}>
-<{foreach item=allowAdminMimetype from=$allowAdminMimetypes}>
- <{$allowAdminMimetype}> |
-<{/foreach}>
-<{else}>
- <{$smarty.const._AM_WFD_MIME_NOMIMEINFO}>
-<{/if}>
-</fieldset>
-
-<br />
-
-<fieldset>
- <legend style='font-weight: bold; color: #900;'><{$smarty.const._AM_WFD_MIME_USERF}></legend>
- <{$smarty.const._AM_WFD_MIME_USERFINFO}>
- <br />
-<{if ($allowUserMimetypes|count)}>
-<{foreach item=allowUserMimetype from=$allowUserMimetypes}>
- <{$allowUserMimetype}> |
-<{/foreach}>
-<{else}>
- <{$smarty.const._AM_WFD_MIME_NOMIMEINFO}>
-<{/if}>
-</fieldset>
-
-<br />
-
-<fieldset>
- <legend style='font-weight: bold; color: #900;'><{$smarty.const._AM_WFD_MIME_MIMETYPES_LIST}></legend>
-<{if ($mimetypes_count == 0)}>
- <{$smarty.const._AM_WFD_MIME_NOMIMETYPES}>
-<{else}>
- <table class='outer'>
- <tr>
- <th><{$smarty.const._AM_WFD_MIME_ID}></th>
- <th><{$smarty.const._AM_WFD_MIME_NAME}></th>
- <th><{$smarty.const._AM_WFD_MIME_EXT}></th>
- <th><{$smarty.const._AM_WFD_MIME_ADMIN}></th>
- <th><{$smarty.const._AM_WFD_MIME_USER}></th>
- <th><{$smarty.const._AM_WFD_MINDEX_ACTION}></th>
- </tr>
- <{foreach item=mimetype from=$mimetypes}>
- <tr class="<{cycle values='even, odd'}>">
- <td class='head'><{$mimetype.mime_id}></td>
- <td class='even'><{$mimetype.mime_name}></td>
- <td class='even'>.<{$mimetype.mime_ext}></td>
- <td class='even'>
- <a href='?op=mimetype.update&admin=1&mime_id=<{$mimetype.mime_id}>&start=<{$start}>'>
- <{if ($mimetype.mime_admin == 1)}>
- <img src="<{xoModuleIcons16 on.png}>" />
- <{else}>
- <img src="<{xoModuleIcons16 off.png}>" />
- <{/if}>
- </a>
- </td>
- <td class='even'>
- <a href='?op=mimetype.update&user=1&mime_id=<{$mimetype.mime_id}>&start=<{$start}>'>
- <{if ($mimetype.mime_user == 1)}>
- <img src="<{xoModuleIcons16 on.png}>" />
- <{else}>
- <img src="<{xoModuleIcons16 off.png}>" />
- <{/if}>
- </a>
- </td>
- <td class='even'>
- <a href='?op=mimetype.edit&mime_id=<{$mimetype.mime_id}>'><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._EDIT}>" alt="<{$smarty.const._EDIT}>" /></a>
- <a href='?op=mimetype.delete&mime_id=<{$mimetype.mime_id}>'><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._DELETE}>" alt="<{$smarty.const._DELETE}>" /></a>
- </td>
- </tr>
- <{/foreach}>
- <tr>
- <td> </td>
- <td> </td>
- <td> </td>
- <td>
- <a href='?op=mimetypes.update&admin=1&type_all=1'><img src="<{xoModuleIcons16 on.png}>" /></a>
- <a href='?op=mimetypes.update&admin=1&type_all=0'><img src="<{xoModuleIcons16 off.png}>" /></a>
- </td>
- <td>
- <a href='?op=mimetypes.update&user=1&type_all=1'><img src="<{xoModuleIcons16 on.png}>" /></a>
- <a href='?op=mimetypes.update&user=1&type_all=0'><img src="<{xoModuleIcons16 off.png}>" /></a>
- </td>
- <td> </td>
- </tr>
- </table>
- <{$mimetypes_pagenav}>
-<{/if}>
-</fieldset>
Deleted: XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_admin_mirrorlist.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_admin_mirrorlist.html 2013-06-03 19:20:40 UTC (rev 11618)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_admin_mirrorlist.html 2013-06-03 19:23:41 UTC (rev 11619)
@@ -1,83 +0,0 @@
-<fieldset>
- <legend style='font-weight: bold;'><{$smarty.const._AM_WFD_AMIRRORS_INFO}></legend>
- <p>
- <{$smarty.const._AM_WFD_AMIRRORS_WAITING}>: <{$mirrors_waiting_count}>
- <br />
- <{$smarty.const._AM_WFD_MIRROR_MIRROR_TOTAL}>: <{$mirrors_published_count}>
- <br />
- <img src="<{xoModuleIcons16 on.png}>" title="<{$smarty.const._AM_WFD_AMIRRORS_APPROVE}>" alt="<{$smarty.const._AM_WFD_AMIRRORS_APPROVE}>" /> <{$smarty.const._AM_WFD_AMIRRORS_APPROVE}>
- <br />
- <img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._AM_WFD_AMIRRORS_EDIT}>" alt="<{$smarty.const._AM_WFD_AMIRRORS_EDIT}>" /> <{$smarty.const._AM_WFD_AMIRRORS_EDIT}>
- <br />
- <img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._AM_WFD_AMIRRORS_DELETE}>" alt="<{$smarty.const._AM_WFD_AMIRRORS_DELETE}>" /> <{$smarty.const._AM_WFD_AMIRRORS_DELETE}>
- </p>
-</fieldset>
-
-<br />
-
-<fieldset>
- <legend style='font-weight: bold; color: #900;'><{$smarty.const._AM_WFD_MIRROR_MIRROR_WAITING}></legend>
-<{if ($mirrors_waiting_count == 0)}>
- <{$smarty.const._AM_WFD_MIRROR_NOWAITINGMIRRORS}>
-<{else}>
- <table class='outer'>
- <tr>
- <th><{$smarty.const._AM_WFD_MIRROR_ID}></th>
- <th><{$smarty.const._AM_WFD_MIRROR_TITLE}></th>
- <th><{$smarty.const._AM_WFD_MIRROR_POSTER}></th>
- <th><{$smarty.const._AM_WFD_MIRROR_SUBMITDATE}></th>
- <th><{$smarty.const._AM_WFD_REV_ACTION}></th>
- </tr>
- <{foreach item=mirror_waiting from=$mirrors_waiting}>
- <tr class="<{cycle values='even, odd'}>">
- <td class='head'><{$mirror_waiting.mirror_id}></td>
- <td class='even'>
- <a href='download.php?op=download.edit&lid=<{$mirror_waiting.lid}>'><{$mirror_waiting.download_title}></a>
- </td>
- <td class='even'><{$mirror_waiting.submitter_uname}></td>
- <td class='even'><{$mirror_waiting.formatted_date}></td>
- <td class='even'>
- <a href='?op=mirror.approve&mirror_id=<{$mirror_waiting.mirror_id}>'><img src="<{xoModuleIcons16 on.png}>" title="<{$smarty.const._AM_WFD_AMIRRORS_APPROVE}>" alt="<{$smarty.const._AM_WFD_AMIRRORS_APPROVE}>" /></a>
- <a href='?op=mirror.edit&mirror_id=<{$mirror_waiting.mirror_id}>'><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._AM_WFD_AMIRRORS_EDIT}>" alt="<{$smarty.const._AM_WFD_AMIRRORS_EDIT}>" /></a>
- <a href='?op=mirror.delete&mirror_id=<{$mirror_waiting.mirror_id}>'><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._AM_WFD_AMIRRORS_DELETE}>" alt="<{$smarty.const._AM_WFD_AMIRRORS_DELETE}>" /></a>
- </td>
- </tr>
- <{/foreach}>
- </table>
- <{$mirrors_waiting_pagenav}>
-<{/if}>
-</fieldset>
-
-<br />
-
-<fieldset>
- <legend style='font-weight: bold; color: #900;'><{$smarty.const._AM_WFD_MIRROR_MIRROR_PUBLISHED}></legend>
-<{if ($mirrors_published_count == 0)}>
- <{$smarty.const._AM_WFD_MIRROR_NOPUBLISHEDMIRRORS}>
-<{else}>
- <table class='outer'>
- <tr>
- <th><{$smarty.const._AM_WFD_MIRROR_ID}></th>
- <th><{$smarty.const._AM_WFD_MIRROR_TITLE}></th>
- <th><{$smarty.const._AM_WFD_MIRROR_POSTER}></th>
- <th><{$smarty.const._AM_WFD_MIRROR_SUBMITDATE}></th>
- <th><{$smarty.const._AM_WFD_REV_ACTION}></th>
- </tr>
- <{foreach item=mirror_published from=$mirrors_published}>
- <tr class="<{cycle values='even, odd'}>">
- <td class='head'><{$mirror_published.mirror_id}></td>
- <td class='even'>
- <a href='download.php?op=download.edit&lid=<{$mirror_published.lid}>'><{$mirror_published.download_title}></a>
- </td>
- <td class='even'><{$mirror_published.submitter_uname}></td>
- <td class='even'><{$mirror_published.formatted_date}></td>
- <td class='even'>
- <a href='?op=mirror.edit&mirror_id=<{$mirror_published.mirror_id}>'><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._AM_WFD_AMIRRORS_EDIT}>" alt="<{$smarty.const._AM_WFD...
[truncated message content] |