diff options
Diffstat (limited to 'assembly_views/fixed_grid')
| -rwxr-xr-x | assembly_views/fixed_grid/stock_fixed_grid_inc.tpl | 41 | ||||
| -rwxr-xr-x | assembly_views/fixed_grid/stock_fixed_grid_inc2.tpl | 53 | ||||
| -rwxr-xr-x | assembly_views/fixed_grid/stock_fixed_grid_inc3.tpl | 43 |
3 files changed, 0 insertions, 137 deletions
diff --git a/assembly_views/fixed_grid/stock_fixed_grid_inc.tpl b/assembly_views/fixed_grid/stock_fixed_grid_inc.tpl deleted file mode 100755 index 2e5855b..0000000 --- a/assembly_views/fixed_grid/stock_fixed_grid_inc.tpl +++ /dev/null @@ -1,41 +0,0 @@ -{strip} -{include file="bitpackage:stock/assembly_nav.tpl"} -<div class="display stock container"> - <div class="header col-xs-12"> - {include file="bitpackage:stock/assembly_icons_inc.tpl"} - <h1>{$gContent->getTitle()|escape}</h1> - </div> - - <div class="body"> - {formfeedback success=$stockSuccess error=$stockErrors warning=$stockWarnings} - - {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$gContent->mInfo} - {if $gContent->mInfo.data} - <p>{$gContent->mInfo.data|escape}</p> - {/if} - - <table class="thumbnailblock"> - {counter assign="itemCount" start="0" print=false} - {foreach from=$gContent->mItems item=galItem key=itemContentId} - {if $itemCount % 4 == 0}<tr>{/if} - <td style="width:25%; vertical-align:top;"> - {box class="box {$galItem->mInfo.content_type_guid}"} - <h4><a href="{$galItem->getDisplayUrl()|escape}">{$galItem->mInfo.title|escape}</a></h4> - {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$galItem->mInfo type=mini} - {if $gBitSystem->isFeatureActive('stock_gallery_list_image_descriptions')} - <p>{$galItem->mInfo.data|escape}</p> - {/if} - {/box} - </td> - {counter name=itemCount} - {if $itemCount % 4 == 0}</tr>{/if} - {foreachelse} - <tr><td class="norecords">{tr}This assembly has no components.{/tr}</td></tr> - {/foreach} - {if $itemCount % 4 != 0}</tr>{/if} - </table> - - {pagination content_id=$gContent->mContentId} - </div><!-- end .body --> -</div><!-- end .stock --> -{/strip} diff --git a/assembly_views/fixed_grid/stock_fixed_grid_inc2.tpl b/assembly_views/fixed_grid/stock_fixed_grid_inc2.tpl deleted file mode 100755 index 17e6102..0000000 --- a/assembly_views/fixed_grid/stock_fixed_grid_inc2.tpl +++ /dev/null @@ -1,53 +0,0 @@ -{strip} -{include file="bitpackage:stock/assembly_nav.tpl"} -<div class="display stock"> - <div class="header"> - {include file="bitpackage:stock/assembly_icons_inc.tpl"} - <h1>{$gContent->getTitle()|escape}</h1> - </div> - - {pagination content_id=$gContent->mContentId} - - <div class="body"> - {formfeedback success=$stockSuccess error=$stockErrors warning=$stockWarnings} - - {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$gContent->mInfo} - {if $gContent->mInfo.data} - <p>{$gContent->mInfo.data|escape}</p> - {/if} - - {if !empty($cols_per_page) && $cols_per_page > 0} - {assign var=tdWidth value="`100/$cols_per_page`"} - {else} - {assign var=tdWidth value="25"} - {assign var=cols_per_page value="4"} - {/if} - <table class="thumbnailblock"> - {counter assign="itemCount" start="0" print=false} - {foreach from=$gContent->mItems item=galItem key=itemContentId} - {if $itemCount % $cols_per_page == 0}<tr>{/if} - <td style="width:{$tdWidth}%; vertical-align:top;"> - {box class="box {$galItem->mInfo.content_type_guid}" style="margin-left:0;"} - <h2><a href="{$galItem->getDisplayUrl()|escape}">{$galItem->mInfo.title|escape}</a></h2> - {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$galItem->mInfo type=mini} - {if $gBitSystem->isFeatureActive('stock_gallery_list_image_descriptions')} - <p>{$galItem->mInfo.data|truncate:200:"..."|escape}</p> - {/if} - {/box} - </td> - {counter name=itemCount} - {if $itemCount % $cols_per_page == 0}</tr>{/if} - {foreachelse} - <tr><td class="norecords">{tr}This assembly has no components.{/tr}</td></tr> - {/foreach} - {if $itemCount % $cols_per_page != 0}</tr>{/if} - </table> - </div><!-- end .body --> - - {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='view' serviceHash=$gContent->mInfo} - - {if $gContent->getPreference('allow_comments') eq 'y'} - {include file="bitpackage:liberty/comments.tpl"} - {/if} -</div><!-- end .stock --> -{/strip} diff --git a/assembly_views/fixed_grid/stock_fixed_grid_inc3.tpl b/assembly_views/fixed_grid/stock_fixed_grid_inc3.tpl deleted file mode 100755 index 2db927b..0000000 --- a/assembly_views/fixed_grid/stock_fixed_grid_inc3.tpl +++ /dev/null @@ -1,43 +0,0 @@ -{strip} -<div class="display stock container"> - <div class="header col-xs-12"> - {include file="bitpackage:stock/assembly_icons_inc.tpl"} - <h1>{$gContent->getTitle()|escape}</h1> - </div> - - <div class="body col-xs-12"> - {formfeedback success=$stockSuccess error=$stockErrors warning=$stockWarnings} - - {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$gContent->mInfo} - {if $gContent->mInfo.data} - <p>{$gContent->mInfo.data|escape}</p> - {/if} - - <div class="col-xs-12"> - {foreach from=$gContent->mItems item=galItem key=itemContentId} - <div class="col-md-4 col-sm-6 col-xs-12"> - <div class="gallery-box"> - <a href="{$galItem->getDisplayUrl()|escape}"> - <h3>{$galItem->mInfo.title|escape}</h3> - </a> - {if $galItem->mInfo.data} - <p class="text-muted">{$galItem->mInfo.data|truncate:120|escape}</p> - {/if} - </div> - </div> - {foreachelse} - <p class="norecords">{tr}This assembly has no components.{/tr}</p> - {/foreach} - </div> - <div class="clear"></div> - </div><!-- end .body --> - - {pagination content_id=$gContent->mContentId} - - {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='view' serviceHash=$gContent->mInfo} - - {if $gContent->getPreference('allow_comments') eq 'y'} - {include file="bitpackage:liberty/comments.tpl"} - {/if} -</div><!-- end .stock --> -{/strip} |
