|
From: <txm...@us...> - 2015-02-16 19:20:04
|
Revision: 12986
http://sourceforge.net/p/xoops/svn/12986
Author: txmodxoops
Date: 2015-02-16 19:20:02 +0000 (Mon, 16 Feb 2015)
Log Message:
-----------
Updated
Modified Paths:
--------------
XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/xnewage/xotpl/header.html
Added Paths:
-----------
XoopsCore/branches/2.5.x/2.5.8_timgno/extras/
XoopsCore/branches/2.5.x/2.5.8_timgno/extras/modules/
XoopsCore/branches/2.5.x/2.5.8_timgno/extras/modules/system/
XoopsCore/branches/2.5.x/2.5.8_timgno/extras/modules/system/index.html
XoopsCore/branches/2.5.x/2.5.8_timgno/extras/modules/system/templates/
XoopsCore/branches/2.5.x/2.5.8_timgno/extras/modules/system/templates/admin/
XoopsCore/branches/2.5.x/2.5.8_timgno/extras/modules/system/templates/admin/index.html
XoopsCore/branches/2.5.x/2.5.8_timgno/extras/modules/system/templates/admin/system_filemanager.html
XoopsCore/branches/2.5.x/2.5.8_timgno/extras/modules/system/templates/index.html
Added: XoopsCore/branches/2.5.x/2.5.8_timgno/extras/modules/system/index.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.8_timgno/extras/modules/system/index.html (rev 0)
+++ XoopsCore/branches/2.5.x/2.5.8_timgno/extras/modules/system/index.html 2015-02-16 19:20:02 UTC (rev 12986)
@@ -0,0 +1 @@
+ <script>history.go(-1);</script>
\ No newline at end of file
Added: XoopsCore/branches/2.5.x/2.5.8_timgno/extras/modules/system/templates/admin/index.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.8_timgno/extras/modules/system/templates/admin/index.html (rev 0)
+++ XoopsCore/branches/2.5.x/2.5.8_timgno/extras/modules/system/templates/admin/index.html 2015-02-16 19:20:02 UTC (rev 12986)
@@ -0,0 +1 @@
+ <script>history.go(-1);</script>
\ No newline at end of file
Added: XoopsCore/branches/2.5.x/2.5.8_timgno/extras/modules/system/templates/admin/system_filemanager.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.8_timgno/extras/modules/system/templates/admin/system_filemanager.html (rev 0)
+++ XoopsCore/branches/2.5.x/2.5.8_timgno/extras/modules/system/templates/admin/system_filemanager.html 2015-02-16 19:20:02 UTC (rev 12986)
@@ -0,0 +1,74 @@
+<!-- Filemanager -->
+<{includeq file="db:system_header.html"}>
+<{if $index}>
+<br /><div class="ui-tabs ui-widget ui-widget-content ui-corner-all">
+ <table class="table table-bordered">
+ <thead>
+ <tr>
+ <th><{$smarty.const._AM_SYSTEM_FILEMANAGER_DIRECTORY}></th>
+ <th><{$smarty.const._AM_SYSTEM_FILEMANAGER_FILES}></th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td class="aligntop width10">
+ <div id="fileTree" class="display_folder"></div>
+ </td>
+ <td class="aligntop">
+ <div class="edit_file" id="edit_file"></div>
+ <div class="upload_file" id="upload_file"></div>
+ <div id='loading' align="center" style="display:none;"><br /><br /><img src="./images/loading.gif" title="Loading" alt="Loading" /></div>
+ <div class="display_file" id="display_file">
+ <div class="xo-btn-actions">
+ <div class="xo-buttons">
+ <button class="ui-corner-all" type="button" onclick="filemanager_load_tree();filemanager_display_file('', 0)" title="<{$smarty.const._AM_SYSTEM_FILEMANAGER_HOME}>">
+ <img src="<{xoAdminIcons home.png}>" alt="<{$smarty.const._AM_SYSTEM_FILEMANAGER_HOME}>" />
+ </button>
+ <button class="ui-corner-all" type="button" onclick="filemanager_add_directory('')" title="<{$smarty.const._AM_SYSTEM_FILEMANAGER_ADDDIR}>">
+ <img src="<{xoAdminIcons folder_add.png}>" alt="<{$smarty.const._AM_SYSTEM_FILEMANAGER_ADDDIR}>" />
+ </button>
+ <button class="ui-corner-all" type="button" onclick="filemanager_add_file('')" title="<{$smarty.const._AM_SYSTEM_FILEMANAGER_ADDFILE}>">
+ <img src="<{xoAdminIcons add.png}>" alt="<{$smarty.const._AM_SYSTEM_FILEMANAGER_ADDFILE}>" />
+ </button>
+ <button class="ui-corner-all" type="button" onclick="filemanager_upload('')" title="<{$smarty.const._AM_SYSTEM_FILEMANAGER_UPLOAD}>">
+ <img src="<{xoAdminIcons upload.png}>" alt="<{$smarty.const._AM_SYSTEM_FILEMANAGER_UPLOAD}>" />
+ </button>
+ </div>
+ <div class="clear"> </div>
+ </div>
+ <table class="table table-bordered">
+ <tbody>
+ <tr>
+ <{foreach item=files from=$files}>
+ <td align="center" width="<{$width}>%">
+ <div style="border: 1px solid #cccccc; ">
+ <table class="table table-striped">
+ <tbody>
+ <tr class="odd">
+ <td align="left"><{$files.chmod}></td>
+ <td align="right"><{if $files.edit}><img class='cursorpointer' src="<{xoAdminIcons edit.png}>" onclick='filemanager_edit_file("<{$files.path_file}>", "<{$files.path}>", "<{$files.file}>", "<{$files.extension}>");' width='16' alt='edit' /><{/if}> <img class='cursorpointer' src="<{xoAdminIcons delete.png}>" onclick='filemanager_confirm_delete_file("<{$files.path_file}>", "<{$files.path}>", "<{$files.file}>");' width='16' alt='delete' /></td>
+ </tr>
+ <tr>
+ <td colspan="2" class="center" height="60px"><br /><{$files.img}><br /><span title="<{$files.file}>">Mouse Hover</span><br /></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </td>
+ <{if $files.newline}>
+ </tr>
+ <tr>
+ <{/if}>
+ <{/foreach}>
+ </tr>
+ </tbody>
+ </table>
+ </div><br />
+ <div id='confirm_delete' align="center" style="display:none;"></div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <br class="clear">
+</div>
+<{/if}>
\ No newline at end of file
Added: XoopsCore/branches/2.5.x/2.5.8_timgno/extras/modules/system/templates/index.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.8_timgno/extras/modules/system/templates/index.html (rev 0)
+++ XoopsCore/branches/2.5.x/2.5.8_timgno/extras/modules/system/templates/index.html 2015-02-16 19:20:02 UTC (rev 12986)
@@ -0,0 +1 @@
+ <script>history.go(-1);</script>
\ No newline at end of file
Modified: XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/xnewage/xotpl/header.html
===================================================================
--- XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/xnewage/xotpl/header.html 2015-02-16 19:07:35 UTC (rev 12985)
+++ XoopsCore/branches/2.5.x/2.5.8_timgno/htdocs/modules/system/themes/xnewage/xotpl/header.html 2015-02-16 19:20:02 UTC (rev 12986)
@@ -86,7 +86,8 @@
</div>
</a>
<ul class="dropdown-menu dropdown-user">
- <li><a href="<{xoAppUrl modules/profile/admin/user.php}>"><i class="fa fa-user fa-fw"></i> User Profile</a></li>
+ <li><a href="<{xoAppUrl /}>"><i class="fa fa-home fa-fw"></i> Home Page</a></li>
+ <li><a href="<{xoAppUrl modules/profile/admin/user.php}>"><i class="fa fa-user fa-fw"></i> User Profile</a></li>
<li><a href="<{xoAppUrl modules/system/admin.php?fct=preferences&op=show&confcat_id=2}>"><i class="fa fa-gear fa-fw"></i> Settings</a></li>
<li class="divider"></li>
<li><a href="<{xoAppUrl user.php?op=logout}>"><i class="fa fa-sign-out fa-fw"></i> Logout</a></li>
|