From 109ef66351ac54feceb7ec693f479ac853fb7f40 Mon Sep 17 00:00:00 2001 From: sajjadcb Date: Mon, 27 Jan 2014 07:35:20 +0000 Subject: [PATCH] modified: plugin_manager, video_manager and added: maintenance --- .../styles/cb_2014/layout/maintenance.html | 74 +++++++ .../styles/cb_2014/layout/plugin_manager.html | 198 ++++++++++-------- .../styles/cb_2014/layout/video_manager.html | 158 ++++---------- 3 files changed, 226 insertions(+), 204 deletions(-) create mode 100644 upload/admin_area/styles/cb_2014/layout/maintenance.html diff --git a/upload/admin_area/styles/cb_2014/layout/maintenance.html b/upload/admin_area/styles/cb_2014/layout/maintenance.html new file mode 100644 index 00000000..3ce61c47 --- /dev/null +++ b/upload/admin_area/styles/cb_2014/layout/maintenance.html @@ -0,0 +1,74 @@ +

Website Maintenance

+ +

Remove inactive sessions, user access logs, comments cache, more options will be available soon

+ +
+ + Remove inactive sessions + + + Remove user access log + + + Remove user activity feed + +
+ +
+ + +
+ +{if $smarty.get.mode =='remove_activity_feed'} +{if $indexing} +

{$from} - {$to} of {$total}

+ + {if $stop_loop!='yes'} + +
redirecting....do not close this window
+ {else} +
Indexing has been completed.
+ {/if} + {/if} +{/if} \ No newline at end of file diff --git a/upload/admin_area/styles/cb_2014/layout/plugin_manager.html b/upload/admin_area/styles/cb_2014/layout/plugin_manager.html index c2a4ecf6..1c2fb668 100644 --- a/upload/admin_area/styles/cb_2014/layout/plugin_manager.html +++ b/upload/admin_area/styles/cb_2014/layout/plugin_manager.html @@ -3,105 +3,121 @@ {if $installed_plugin_list}
-
- - - -
- -
-
- - - - -{assign var = bgcolor value = ""} -{foreach from=$installed_plugin_list item=plug name=item} -
- Plugin Details
- - - + + {/foreach} + +
- - - -
-
-
- - {if $plug[plugin_active].Active=='Yes'}Active{else}Active{/if} +
+ + + +
+ + + + + + + {assign var = bgcolor value = ""} + {foreach from=$installed_plugin_list item=plug name=item} + + + - {if $bgcolor == ""} - {assign var = bgcolor value = "#EEEEEE"} - {else} - {assign var = bgcolor value = ""} - {/if} -{/foreach} -
+ + Plugin Details 
+ + + + + {$plug.name} +

{$plug.description}

+
+ + {if $plug[plugin_active].Active=='Yes'}Active{else}Active{/if} + Author:{$plug.author} Ver.{$plug.version} - - {$plug.name} — -
- -
-
- - - -
+
+
+ +
+
+ + + +
{else} -
No Installed Plugin Found
+
+ No Installed Plugin Found +
{/if} {* Listing New Plugins *}

Available Plugins

-{if $new_plugin_list}
-
- -
- - - - - -
- Plugin Details
- -{assign var = bgcolor value = ""} -{foreach from=$new_plugin_list item=plug name=item} - - - - - {if $bgcolor == ""} - {assign var = bgcolor value = "#EEEEEE"} - {else} +{if $new_plugin_list} + +
- - - - {$plug.name} — - - {$plug.plugin_active}
• - Author:{$plug.author}
• - Version:{$plug.version}
-
{$plug.description}
- Install Plugin -
-
+ + + + + {assign var = bgcolor value = ""} - {/if} -{/foreach} -
+ Plugin Details
-
- + {foreach from=$new_plugin_list item=plug name=item} + + + + + + + + {$plug.name} + + {$plug.plugin_active}
+ Author : + + {$plug.author} +
+ Version : {$plug.version} +
+

{$plug.description}

+ + + Install Plugin + + + + + {/foreach} + +
+ +
{else}
No Plugin is available
diff --git a/upload/admin_area/styles/cb_2014/layout/video_manager.html b/upload/admin_area/styles/cb_2014/layout/video_manager.html index 98ba17c0..f8a61a3b 100644 --- a/upload/admin_area/styles/cb_2014/layout/video_manager.html +++ b/upload/admin_area/styles/cb_2014/layout/video_manager.html @@ -1,94 +1,28 @@

Video Manager

+{include file="$layout_dir/blocks/advanced_search.html" } -
- - - - -
-
- - - - - -
-
- + +
+ + + + + +
+ +
+ + -
VID Videos Details  
- {if $videos} - + {if $videos} {assign var = bgcolor value = ""} {section name=list loop=$videos} - - - - + + + + - {if $bgcolor == ""} - {assign var = bgcolor value = "#EEEEEE"} - {else} - {assign var = bgcolor value = ""} - {/if} - {/section}
{$videos[list].videoid} - + + + {$videos[list].videoid} + +
- -
-
- - {$videos[list].title|truncate:80} - ({if $videos[list].duration>1}{$videos[list].duration|SetTime}{else}00:00{/if}) +
+
+ + {$videos[list].title|truncate:80} + ({if $videos[list].duration>1}{$videos[list].duration|SetTime}{else}00:00{/if}) +
+
- -
- {$videos[list].date_added|niceTime} - {lang code='views'} : {$vdo.views|number_format} - - + + {$videos[list].date_added|niceTime} + + + {lang code='views'} : {$vdo.views|number_format} +
{if $videos[list].featured=='yes'}Featured{else}UnFeatured{/if} {if $videos[list].Active=='Yes'}NotActive{else}Active{/if} @@ -128,7 +66,8 @@
-
+
{else}
No Video Found
{/if} -
- - - - - - +
+ + + + +