diff --git a/lib/copy_this/www/templates/nntmux/views/frontend/search.tpl b/lib/copy_this/www/templates/nntmux/views/frontend/search.tpl index cb6f9acdb..8de1f64ba 100644 --- a/lib/copy_this/www/templates/nntmux/views/frontend/search.tpl +++ b/lib/copy_this/www/templates/nntmux/views/frontend/search.tpl @@ -32,31 +32,26 @@ - + - + - + @@ -81,7 +76,6 @@ -
@@ -99,264 +93,211 @@ Suggestions:

{elseif ($search || $subject || $searchadvr || $searchadvsubject || $selectedgroup || $selectedsizefrom || $searchadvdaysold) == ""} {else} - {$pager} -
- With selected: - - - {if $sabintegrated} - - {/if} - {if $isadmin} -    - - - {/if} -
-
- +
- +
- - - - - - - - - - - {foreach from=$results item=result} - - - + + + + {/foreach} +
- name
- - Sort Descending - - - Sort Ascending - -
- category
- - Sort Descending - - - Sort Ascending - -
- posted
- - Sort Descending - - - Sort Ascending - -
- size
- - Sort Descending - - - Sort Ascending - -
- files
- - Sort Descending - - - Sort Ascending - -
stats
- - Sort Descending - - - Sort Ascending - -
- - -
-
- -   -
-
- {if $sabintegrated} -
- {/if} -
- - -
- - {$result.name|escape:"htmlall"|truncate:150:"...":true} + {$pager} +
+ With selected: + + + {if $sabintegrated} + + {/if} + {if $isadmin} +    + + + {/if} +
+ + + + + + + + + + + + {foreach from=$results item=result} + + + + + + + - - - - - - - - {/foreach} -
+ name
+ + Sort Descending + + Sort Ascending + +
+ category
+ + Sort Descending + + + Sort Ascending + +
+ posted
+ + Sort Descending + + + Sort Ascending + +
+ size
+ + Sort Descending + + + Sort Ascending + +
+ files
+ + Sort Descending + + + Sort Ascending + +
stats
+ + Sort Descending + + + Sort Ascending + +
+ + +
+
+   +
+
+ {if $sabintegrated} +
+ {/if} +
+ -
- {release_flag($result.searchname, browse)} - {if $result.passwordstatus == 1} - RAR/ZIP Possibly Passworded. - {elseif $result.passwordstatus == 2} - RAR/ZIP Possibly Damaged. - {elseif $result.passwordstatus == 10} - RAR/ZIP is Passworded. - {/if} - {if $result.videostatus == 1} - - +
+ + {$result.name|escape:"htmlall"|truncate:150:"...":true} +
+ {release_flag($result.searchname, browse)} + {if $result.passwordstatus == 1} + RAR/ZIP Possibly Passworded. + {elseif $result.passwordstatus == 2} + RAR/ZIP Possibly Damaged. + {elseif $result.passwordstatus == 10} + RAR/ZIP is Passworded. + {/if} + {if $result.videostatus == 1} + + + + {/if} + {if $result.nfoid > 0} + Nfo + {/if} + {if $result.imdbid > 0} + Cover + {/if} + {if $result.haspreview == 1 && $userdata.canpreview == 1} + Preview{/if} + {if $result.jpgstatus == 1 && $userdata.canpreview == 1} + Sample{/if} + {if $result.musicinfoid > 0} + Cover + {/if} + {if $result.consoleinfoid > 0} + Cover + {/if} + {if $result.rageid > 0} + View Series + {/if} + {if $result.anidbid > 0} + View Anime + {/if} + {if $result.tvairdate != ""} + Aired {if $result.tvairdate|strtotime > $smarty.now}in future{else}{$result.tvairdate|daysago}{/if} + {/if} + {if $result.reid > 0} + Media + {/if} + {if $result.preid > 0} + PreDB + {/if} + {if $result.group_name != ""} + {$result.group_name|escape:"htmlall"|replace:"alt.binaries.":"a.b."} + {/if} +
+
+
+ {$result.category_name} + + {$result.postdate|timeago} + + {$result.size|fsize_format:"MB"} + {if $result.completion > 0} +
+ {if $result.completion < 100} + {$result.completion}% + {else} + {$result.completion}% + {/if} {/if} - {if $result.nfoid > 0} - Nfo +
+ {$result.totalpart} + {if $result.rarinnerfilecount > 0} +
+ {$result.guid} +
{/if} - {if $result.imdbid > 0} - Cover - {/if} - {if $result.haspreview == 1 && $userdata.canpreview == 1} - Preview{/if} - {if $result.jpgstatus == 1 && $userdata.canpreview == 1} - Sample{/if} - {if $result.musicinfoid > 0} - Cover - {/if} - {if $result.consoleinfoid > 0} - Cover - {/if} - {if $result.rageid > 0} - View Series - {/if} - {if $result.anidbid > 0} - View Anime - {/if} - {if $result.tvairdate != ""} - Aired {if $result.tvairdate|strtotime > $smarty.now}in future{else}{$result.tvairdate|daysago}{/if} - {/if} - {if $result.reid > 0} - Media - {/if} - {if $result.preid > 0} - PreDB - {/if} - {if $result.group_name != ""} - {$result.group_name|escape:"htmlall"|replace:"alt.binaries.":"a.b."} - {/if} - - -
- {$result.category_name} - - {$result.postdate|timeago} - - {$result.size|fsize_format:"MB"} - {if $result.completion > 0} -
- {if $result.completion < 100} - {$result.completion}% - {else} - {$result.completion}% - {/if} - {/if} -
- {$result.totalpart} - {if $result.rarinnerfilecount > 0} -
- {$result.guid} -
- {/if} -
- {$result.comments} - cmt{if $result.comments != 1}s{/if} -
{$result.grabs} grab{if $result.grabs != 1}s{/if} -
- -
-
- {$pager} -
- With selected: - - {if $sabintegrated} - - {/if} - - {if $isadmin} -    - - - {/if} -
-


+
+ {$result.comments} cmt{if $result.comments != 1}s{/if} +
{$result.grabs} grab{if $result.grabs != 1}s{/if} +
+ +
+
+ {$pager} +
+ With selected: + + {if $sabintegrated} + + {/if} + + {if $isadmin} +    + + + {/if} +
+


{/if} \ No newline at end of file