ExpressionEngine Template Workflow
Code Example
{if logged_out}{redirect="welcome/"}{/if}
<!-- Template Specific PHP =============================== -->
<!-- ===================================================== -->
<html>
<!-- ===================================================== -->
<!-- EE Template: entry/index.html ======================= -->
<!-- ===================================================== -->
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"><![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"><![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<!--===EE3===-->
{exp:channel:entries channel="content_page" url_title="{segment_2}" limit="1"}
<!-- JP Recently Viewed Set Cookie ======================= -->
{exp:jp_recently_viewed:setcookie entry_id="{entry_id}"}
{exp:seo_lite entry_id="{entry_id}"}
<title>{title} | {site_name}</title>
<meta name='keywords' content='{meta_keywords}' />
<meta name='description' content='{meta_description}' />
<link rel='canonical' href='{canonical_url}' />
{/exp:seo_lite}
{/exp:channel:entries}
<!-- Template Call EE Embeds ============================= -->
<!-- ===================================================== -->
{embed="embeds/include_Dev_Cache_Control"}
{embed="embeds/include_Mobile_Specific_Meta"}
{embed="embeds/include_Lib_Fonts"}
{embed="embeds/include_Type_Kit"}
{embed="embeds/include_Lib_Styles"}
{embed="embeds/include_Framework_Lib_Styles"}
{embed="embeds/include_Touch-Browser_Icons"}
{embed="embeds/include_Global_Styles"}
{embed="embeds/include_jQuery-LESS"}
{embed="embeds/include_Header_Scripts"}
{embed="embeds/include_Header_Last_Call"}
{embed="embeds/include_Google_Analytics.html"}
<!-- Template Specific Styles ============================= -->
<!-- ===================================================== -->
{if entry_aspect_ratio == '16:10'}
<style>
@media only screen and (min-width: 960px) and (max-width: 2560px){video{width:620px; height:388px;}}
@media only screen and (min-width: 768px) and (max-width: 959px) {video{width:480px; height:300px;}}
@media only screen and (min-width: 481px) and (max-width: 767px) {video{width:420px; height:263px;}}
@media only screen and (min-width: 318px) and (max-width: 480px) {video{width:300px; height:188px;}}
@media only screen and (min-width: 0px) and (max-width: 317px) {video{width:226px; height:141px;}}
</style>
{/if}
{if entry_aspect_ratio == '16:9'}
<style>
@media only screen and (min-width: 960px) and (max-width: 2560px){video{width:620px; height:349px;}}
@media only screen and (min-width: 768px) and (max-width: 959px) {video{width:480px; height:270px;}}
@media only screen and (min-width: 481px) and (max-width: 767px) {video{width:420px; height:236px;}}
@media only screen and (min-width: 318px) and (max-width: 480px) {video{width:300px; height:169px;}}
@media only screen and (min-width: 0px) and (max-width: 317px) {video{width:226px; height:127px;}}
</style>
{/if}
{if entry_aspect_ratio == '4:3'}
<style>
@media only screen and (min-width: 960px) and (max-width: 2560px){video{width:620px; height:465px;}}
@media only screen and (min-width: 768px) and (max-width: 959px) {video{width:480px; height:360px;}}
@media only screen and (min-width: 481px) and (max-width: 767px) {video{width:420px; height:315px;}}
@media only screen and (min-width: 318px) and (max-width: 480px) {video{width:300px; height:225px;}}
@media only screen and (min-width: 0px) and (max-width: 317px) {video{width:226px; height:170px;}}
</style>
{/if}
{if entry_aspect_ratio == '3:2'}
<style>
@media only screen and (min-width: 960px) and (max-width: 2560px){video{width:620px; height:409px;}}
@media only screen and (min-width: 768px) and (max-width: 959px) {video{width:480px; height:317px;}}
@media only screen and (min-width: 481px) and (max-width: 767px) {video{width:420px; height:277px;}}
@media only screen and (min-width: 318px) and (max-width: 480px) {video{width:300px; height:200px;}}
@media only screen and (min-width: 0px) and (max-width: 317px) {video{width:226px; height:149px;}}
</style>
{/if}
{if entry_aspect_ratio == '1:1'}
<style>
@media only screen and (min-width: 960px) and (max-width: 2560px){video{width:620px; height:620px;}}
@media only screen and (min-width: 768px) and (max-width: 959px) {video{width:480px; height:480px;}}
@media only screen and (min-width: 481px) and (max-width: 767px) {video{width:420px; height:420px;}}
@media only screen and (min-width: 318px) and (max-width: 480px) {video{width:300px; height:300px;}}
@media only screen and (min-width: 0px) and (max-width: 317px) {video{width:226px; height:226px;}}
</style>
{/if}
<style>
@media only screen and (min-width: 960px) and (max-width: 2560px){audio{width:652px;}}
@media only screen and (min-width: 768px) and (max-width: 959px) {audio{width:480px;}}
@media only screen and (min-width: 481px) and (max-width: 767px) {audio{width:456px;}}
@media only screen and (min-width: 318px) and (max-width: 480px) {audio{width:300px;}}
@media only screen and (min-width: 0px) and (max-width: 317px) {audio{width:226px;}}
</style>
</head>
<body class="state1 background-100-e">
<!-- <div id="onload_mask"><div id="onload_splash"></div></div> -->
<!-- ========================================================== -->
<div class="wrapper"><!-- Begin Wrapper======================== -->
<?php include("include_Ext_Navigation.php"); ?>
<?php include("include_Page_Border-Bottom_Development_Display_Info_Tools.php"); ?>
{embed="embeds/include_Page_Border-Left"}
{embed="embeds/include_Page_Border-Right"}
{embed="embeds/include_Global_Header"}
{embed="embeds/include_Overlay_Windows-plus-Dot_Scroll"}
<!-- BEGIN: Page Content ================================= -->
<!-- ===================================================== -->
{embed="embeds/include_Section-Header_Content_Shim"}
{embed="embeds/include_Entry_Section-Header-HTML5_Media"}
{exp:portal}
{exp:channel:entries channel="content_page" url_title="{segment_2}" limit="1"}
{portal:seriesGroupURL}{entry_series_group}{entry_series_group:url_title}{/entry_series_group}{/portal:seriesGroupURL}
{/exp:channel:entries}
{embed="embeds/include_Entry_Section-Series_Group" passVarseriesGroupURL="{seriesGroupURL}"}
{/exp:portal}
{embed="embeds/include_Entry_Section-Associated_Files"}
{embed="embeds/include_Entry_Section-Description"}
{embed="embeds/include_Entry_Section-Credits_Tags"}
{embed="embeds/include_Entry_Section-Related_Entries"}
<!-- Template Specific Late Style Calls==================== -->
<!-- ===================================================== -->
<style>
#scroll-files, #scroll-video, #scroll-descr, #scroll-cred, #scroll-tags, #scroll-relE{
position:relative;
top: -80px;
}
</style>
<!-- END: Page content =================================== -->
{embed="embeds/include_Section-Footer"}
</div><!-- End Wrapper =================================== -->
<!-- ===================================================== -->
<!-- Template Call mMenu Content ========================= -->
<!-- ===================================================== -->
{embed="embeds/include_mMenu_Navigation_Content"}
<!-- Template Call PHP Includes ========================== -->
<!-- ===================================================== -->
<?php include("include_Lib_Scripts.php"); ?>
<?php include("include_Framework_Lib_Scripts.php"); ?>
<?php include("include_Template_Scripts.php"); ?>
<?php include("include_Global_Styles_Last_Call.php"); ?>
<?php include("include_Global_Scripts_Last_Call.php"); ?>
</body>
</html>
header ember examples:
<!-- Dev Cache Control Temporary ========================= -->
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1990 12:00:00 GMT" />
<!-- Mobile Specific Meta ================================ -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<!-- Mobile Specific Meta | iOS ========================== -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="PFG RIS LCA">
<!-- Mobile Specific Meta | Android ====================== -->
<meta name="theme-color" content="#080F1A">
<!-- Mobile Specific Meta | Windows ====================== -->
<meta name="msapplication-navbutton-color" content="#080F1A">
<meta name="msapplication-config" content="{pathindextosub}/browserconfig.xml">
<meta name="msapplication-TileImage" content="{pathindextosub}/images/pfg/win-largetile.png">
<meta name="msapplication-TileColor" content="#080F1A">
<meta name="msapplication-starturl" content="{pathindextosub}/home/" />
<meta name="application-name" content="PFG RIS LCA">
skip to page content embeds:
<!-- ===================================================================== -->
<!-- EE Template: embed/include_Entry_Section-Header-HTML5_Media ========= -->
<!-- ===================================================================== -->
<!-- <img alt class="bg" src="{pathindextosub}/images/placeholders/1920x1200-0.jpg" /><img alt class="bg" src="{pathindextosub}/images/placeholders/1920x1200-1.jpg" /> -->
<a id="scroll-video"></a>
{exp:channel:entries channel="content_page" url_title="{segment_2}" limit="1"}
<section>
<div class="content no-vertical-pad colors-e background-solid">
<!-- Sub-Section: Category Header ================================= -->
<div id="category_header">
<div class="container">
<div id="category_header_content" class="idle">
{exp:gwcode_categories channel="content_page" entry_id="{entry_id}" style="linear" limit="1"}
<div class="post-category_icon"><img src="{cat_image}" width="58" height="58" alt="{cat_name}"></div>
<div class="post-category_name"><h4>{cat_name}</h4>
{/exp:gwcode_categories}
{exp:gwcode_categories channel="content_page" entry_id="{entry_id}" style="linear" limit="1"}
{if has_children}
<span id="post-breadcrumbs-dir"><i class="fa fa-folder" aria-hidden="true"></i></span>
<span id="post-breadcrumbs-dir_open"><i class="fa fa-folder-open" aria-hidden="true"></i></span>
<!-- <span class="post-breadcrumbs-caret-dir"><i class="fa fa-angle-right" aria-hidden="true"></i></span> -->
{/if}
{/exp:gwcode_categories}
{exp:gwcode_categories channel="content_page" entry_id="{entry_id}" style="linear" show_full_trail="yes" orderby="cat_id" sort="desc" }
<span class="post-breadcrumbs-caret"><i class="fa fa-angle-right" aria-hidden="true"></i></span>
<span id="post-breadcrumbs-level{depth}"><a href="{pathindextosub}/section/{cat_url_title}/{cat_id}">{cat_name}</a></span>
{/exp:gwcode_categories}
<span class="post-breadcrumbs-caret"><i class="fa fa-angle-right" aria-hidden="true"></i></span>
<span id="post-breadcrumbs-level0"><a href="{pathindextosub}/home/">Home</a> </span>
</div>
</div><!-- /category_header_content -->
</div><!-- /container -->
</div><!-- /category_header -->
<div id="category_nav">
<div class="container">
{exp:gwcode_categories channel="content_page" entry_id="{entry_id}" style="linear" limit="1"}
<div class="post-category_levelup">{if parent_name !=''}<a href="{pathindextosub}/section/{parent_url_title}/{parent_id}/"><i class="fa fa-arrow-circle-up" aria-hidden="true"></i> {parent_name}</a>{/if}</div>
{/exp:gwcode_categories}
<div id="post-category_directory_list">
{exp:gwcode_categories channel="content_page" entry_id="{entry_id}" depth="2|3|4" style="linear" sort="desc"}
<div class="post-category_directories"><a id="folder-{cat_url_title}" class="folders-peak" href="{pathindextosub}/section/{cat_url_title}/{cat_id}/"><span class="post-breadcrumbs-dir_forward"><span class="folder-closed-dir_forward"></span><span class="folder-open-dir_forward"></span></span>{cat_name}</a></div><br>
{/exp:gwcode_categories}
</div>
</div>
</div>
<div class="container">
<!-- Sub-Section: Video Header ================================= -->
{if entry_post_title != ''}
<div class="video_entry-header">
<h3>{entry_post_title}</h3>
{/if}
{if entry_post_subtitle != ''}
<h4><span class="highlight">{entry_post_subtitle}</span></h4>
{/if}
<hr class="video-post"/>
</div>
<!-- Sub-Section: Post Hero DIV ================================ -->
<div class="row">
<div class="col-md-12">
<div class="row post">
<!-- Sub-Section: Post Date & Links ====================== -->
<div class="col-md-5 post-meta">
<div class="post-day">{entry_post_date format="%d"}</div>
<div class="post-month">{entry_post_date format="%F"}</div>
<div class="post-year">{entry_post_date format="%Y"}</div>
<div class="post-meta lower">
<div class="post-been-there">
{exp:been_there entry_id='{entry_id}'}
{yes}<i class="fa fa-eye" aria-hidden="true"></i> You have previously viewed this entry.{/yes}
{no}<i class="fa fa-eye" aria-hidden="true"></i> You are viewing this entry for the first time.{/no}
{/exp:been_there}</div>
<div class="post-comments"><i class="fa fa-comments-o"></i> <a class="page-transition" href="blog-single-3.html#comments">2 Comments</a></div>
<div class="post-permalink">
<button id="permalink-open-btn"><span class="page-transition"><i class="fa fa-link" aria-hidden="true"></i> </span></button>
<button id="permalink-copy-btn"><span class="page-transition"><i class="fa fa-clipboard" aria-hidden="true"></i> </span></button>
<div id="permalink-string">{pathindextosub}/{url_title}</div>
</div>
</div>
</div>
<!-- Sub-Section: HTML5 Video Player ===================== -->
<div class="col-md-7">
<div class="post-body background-75-e">
<div class="post-image">
{exp:ifelse parse="inward"}
{if entry_add_video_player == 'Yes' && html_server_path == "video_html5_dir"}
<div class="html5video" style="position:relative;max-width:1920px;">
<video controls="controls" autoplay="autoplay" poster="{html5_video_jpg}" style="width:100%" title="{title}" onclick="if(/Android/.test(navigator.userAgent))this.play();">
<source src="{html5_video_webm}" type="video/webm" />
<source src="{html5_video_m4v}" type="video/mp4" />
<source src="{html5_video_ogv}" type="video/ogg" />
</video>
<div class="video-inset_border"></div>
<script src="{pathindextosub}/assets/video_html5----------js/html5ext.js" type="text/javascript"></script>
</div>
{if:elseif entry_add_video_player == 'Yes' && html_server_path == "video_vpath_dir"}
<div class="html5video" style="position:relative;max-width:1920px;">
{entry_vpath_file_types}
<video controls="controls" autoplay="autoplay" poster="{pathindextosub}/assets/video_vpath_dir/{entry_vpath_file_name}.{entry_vpath_file_types:v_path_poster}" style="width:100%" title="{title}" onclick="if(/Android/.test(navigator.userAgent))this.play();">
{if entry_vpath_file_types:v_path_mp4}<source src="{pathindextosub}/assets/video_vpath_dir/{entry_vpath_file_name}.{entry_vpath_file_types:v_path_mp4}" type="video/mp4" />{/if}
{if entry_vpath_file_types:v_path_webm}<source src="{pathindextosub}/assets/video_vpath_dir/{entry_vpath_file_name}.{entry_vpath_file_types:v_path_webm}" type="video/webm" />{/if}
{if entry_vpath_file_types:v_path_theora}<source src="{pathindextosub}/assets/video_vpath_dir/{entry_vpath_file_name}.{entry_vpath_file_types:v_path_theora}" type="video/ogg" />{/if}
{/entry_vpath_file_types}
<div class="video-inset_border"></div>
<script src="{pathindextosub}/assets/video_vpath_dir/html5ext.js" type="text/javascript"></script>
</div>
{if:elseif entry_add_video_player == 'Yes' && html_server_path == ""}
<div class="html5video" style="position:relative;max-width:1920px;">
<video controls="controls" autoplay="autoplay" poster="{entry_video_poster_image}" style="width:100%" title="{title}" onclick="if(/Android/.test(navigator.userAgent))this.play();">
<source src="{entry_webm_video}" type="video/webm" />
<source src="{entry_mp4_video}" type="video/mp4" />
<source src="{entry_ogg_video}" type="video/ogg" />
</video>
<div class="video-inset_border"></div>
<script src="{pathindextosub}/assets/video_system/html5ext.js" type="text/javascript"></script>
</div>
{if:elseif entry_add_audio_player == 'Yes' && html_server_path == "audio_apath_dir"}
<div class="html5audio">
{entry_apath_file_types}
{if entry_apath_file_types:a_path_poster}<a rel="shadowbox" title="{title}" href="{pathindextosub}/assets/audio_apath_dir/{entry_apath_file_name}.{entry_apath_file_types:a_path_poster}"><img src="{pathindextosub}/assets/audio_apath_dir/{entry_apath_file_name}.{entry_apath_file_types:a_path_poster}" alt="Click To View Enlarged" width="100%"></a>{/if}
<audio controls autoplay="autoplay" style="width:100%" onclick="if(/Android/.test(navigator.userAgent))this.play();" style="padding:0px;margin:0px;">
{if entry_apath_file_types:a_path_mp3}<source src="{pathindextosub}/assets/audio_apath_dir/{entry_apath_file_name}.{entry_apath_file_types:a_path_mp3}" type="audio/mpeg">{/if}
{if entry_apath_file_types:a_path_theora}<source src="{pathindextosub}/assets/audio_apath_dir/{entry_apath_file_name}.{entry_apath_file_types:a_path_theora}" type="audio/ogg">{/if}
{if entry_apath_file_types:a_path_wav}<source src="{pathindextosub}/assets/audio_apath_dir/{entry_apath_file_name}.{entry_apath_file_types:a_path_wav}" type="audio/wav">{/if}
{/entry_apath_file_types}
</audio>
<!-- <div class="video-inset_border"></div> -->
</div>
{if:elseif entry_add_audio_player == 'Yes' && html_server_path == ""}
<div class="html5video" style="position:relative;max-width:1920px;">
<audio controls style="width:100%" title="{title}" onclick="if(/Android/.test(navigator.userAgent))this.play();">
<source src="{entry_mp3_audio}" type="audio/mpeg">
<source src="{entry_ogg_audio}" type="audio/ogg">
</audio>
<div class="video-inset_border"></div>
</div>
{if:else}
<!-- NO VIDEO COMPONENT REQUIRED -->
{/if}
{/exp:ifelse}
</div>
</div>
</div>
</div>
</div>
</div>
</div><!-- /container -->
</div><!-- /content -->
</section>
{/exp:channel:entries}
<!-- ===================================================================== -->
<!-- EE Template: embed/include_Entry_Section-Series_Group =============== -->
<!-- ===================================================================== -->
{exp:channel:entries channel="series_groups" limit="1" dynamic="no" url_title="{embed:passVarseriesGroupURL}"}
<section class="results_grid padbottom">
<div class="content colors-e background-solid">
<div class="container">
{series_entries}
{if embed:passVarseriesGroupURL != ""}
<!-- embed:passVarseriesGroupURL: {embed:passVarseriesGroupURL} -->
{/series_entries}
<a id="scroll-series"></a>
<!-- Sub-Section: Entry Description ====================== -->
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="video_entry-header">
<h4><span class="highlight">Additional Entries in Series</span></h4>
<!-- <h4>Check the var passed via portal in embed: <span class="highlight">{embed:passVarseriesGroupURL}</span></h4> -->
<hr class="video-post"/>
</div>
<div>
{exp:ifelse parse="inward"}
{series_entries}
{if segment_2 == '{series_entries:url_title}' && series_entries:title != ""}
<a href="{pathindextosub}/entry/{series_entries:url_title}" class="rounded_button active"><i class="fa fa-play-circle" aria-hidden="true"></i>{if series_entries:entry_post_title != ''}{series_entries:entry_post_title}{/if}{if series_entries:entry_post_subtitle != ''} <span class="seriesDelim">|</span> <span class="seriesSubtitle">{series_entries:entry_post_subtitle}</span>{/if}</a>
{if:else}
<a href="{pathindextosub}/entry/{series_entries:url_title}" class="rounded_button"><i class="fa fa-play-circle" aria-hidden="true"></i> {if series_entries:entry_post_title != ''}{series_entries:entry_post_title}{/if}{if series_entries:entry_post_subtitle != ''} <span class="seriesDelim">|</span> <span class="seriesSubtitle">{series_entries:entry_post_subtitle}</span>{/if}</a>
{/if}
{/series_entries}
{/exp:ifelse}
</div>
</div><!-- /col -->
</div><!-- /grid -->
{if:else}
<style>li#scrolli-series{display:none;}</style>
{/if}
</div><!-- /container -->
</div><!-- /content -->
</section>
{/exp:channel:entries}
<!-- ===================================================================== -->
<!-- EE Template: embed/include_Entry_Section-Associated_Files =========== -->
<!-- ===================================================================== -->
<a id="scroll-files"></a>
{exp:channel:entries channel="content_page" url_title="{segment_2}" limit="1"}
{exp:portal}
{exp:will_hunting:solve_pair parse="inward"}
{$total_count=0}
{portal:internal_pdf}
{$pdf_count=0}
{if entry_add_pdf_document_1 != ''}
{$pdf_count=$pdf_count+1}{$total_count=$total_count+1}
{/if}
{if entry_add_pdf_document_2 != ''}
{$pdf_count=$pdf_count+1}{$total_count=$total_count+1}
{/if}
{if entry_add_pdf_document_3 != ''}
{$pdf_count=$pdf_count+1}{$total_count=$total_count+1}
{/if}
{if entry_add_pdf_document_4 != ''}
{$pdf_count=$pdf_count+1}{$total_count=$total_count+1}
{/if}
{if entry_add_pdf_document_5 != ''}
{$pdf_count=$pdf_count+1}{$total_count=$total_count+1}
{/if}
{if entry_add_pdf_document_6 != ''}
{$pdf_count=$pdf_count+1}{$total_count=$total_count+1}
{/if}
{if entry_add_pdf_document_7 != ''}
{$pdf_count=$pdf_count+1}{$total_count=$total_count+1}
{/if}
{if entry_add_pdf_document_8 != ''}
{$pdf_count=$pdf_count+1}{$total_count=$total_count+1}
{/if}
{$pdf_count}
{/portal:internal_pdf}
{$doc_count=0}
{portal:internal_doc}
{if entry_add_word_docx_1_of_4 != ''}
{$doc_count=$doc_count+1}{$total_count=$total_count+1}
{/if}
{if entry_add_word_docx_2_of_4 != ''}
{$doc_count=$doc_count+1}{$total_count=$total_count+1}
{/if}
{if entry_add_word_docx_3_of_4 != ''}
{$doc_count=$doc_count+1}{$total_count=$total_count+1}
{/if}
{if entry_add_word_docx_3_of_4 != ''}
{$doc_count=$doc_count+1}{$total_count=$total_count+1}
{/if}
{$doc_count}
{/portal:internal_doc}
{$ppt_count=0}
{portal:internal_ppt}
{if entry_add_powerpoint_1_of_4 != ''}
{$ppt_count=$ppt_count+1}{$total_count=$total_count+1}
{/if}
{if entry_add_powerpoint_2_of_4 != ''}
{$ppt_count=$ppt_count+1}{$total_count=$total_count+1}
{/if}
{if entry_add_powerpoint_3_of_4 != ''}
{$ppt_count=$ppt_count+1}{$total_count=$total_count+1}
{/if}
{if entry_add_powerpoint_3_of_4 != ''}
{$ppt_count=$ppt_count+1}{$total_count=$total_count+1}
{/if}
{$ppt_count}
{/portal:internal_ppt}
{$xls_count=0}
{portal:internal_xls}
{if entry_add_excel_1_of_4 != ''}
{$xls_count=$xls_count+1}{$total_count=$total_count+1}
{/if}
{if entry_add_excel_2_of_4 != ''}
{$xls_count=$xls_count+1}{$total_count=$total_count+1}
{/if}
{if entry_add_excel_3_of_4 != ''}
{$xls_count=$xls_count+1}{$total_count=$total_count+1}
{/if}
{if entry_add_excel_3_of_4 != ''}
{$xls_count=$xls_count+1}{$total_count=$total_count+1}
{/if}
{$xls_count}
{/portal:internal_xls}
{$zip_count=0}
{portal:internal_zip}
{if entry_add_zip_archive_1_of_4 != ''}
{$zip_count=$zip_count+1}{$total_count=$total_count+1}
{/if}
{if entry_add_zip_archive_2_of_4 != ''}
{$zip_count=$zip_count+1}{$total_count=$total_count+1}
{/if}
{if entry_add_zip_archive_3_of_4 != ''}
{$zip_count=$zip_count+1}{$total_count=$total_count+1}
{/if}
{if entry_add_zip_archive_3_of_4 != ''}
{$zip_count=$zip_count+1}{$total_count=$total_count+1}
{/if}
{$zip_count}
{/portal:internal_zip}
{$ext_count=0}
{portal:internal_ext}
{if entry_add_ext_archive_1_of_4 != ''}
{$ext_count=$ext_count+1}{$total_count=$total_count+1}
{/if}
{if entry_add_ext_archive_2_of_4 != ''}
{$ext_count=$ext_count+1}{$total_count=$total_count+1}
{/if}
{if entry_add_ext_archive_3_of_4 != ''}
{$ext_count=$ext_count+1}{$total_count=$total_count+1}
{/if}
{if entry_add_ext_archive_3_of_4 != ''}
{$ext_count=$ext_count+1}{$total_count=$total_count+1}
{/if}
{$ext_count}
{/portal:internal_ext}
{$url_count=0}
{portal:internal_url}
{entry_add_links}
{if entry_add_links:total_rows > 0}{$url_count=$url_count+1}{$total_count=$total_count+1}{if:else}{$url_count}{/if}
{/entry_add_links}
{$url_count}
{/portal:internal_url}
{portal:internal_tot}
{$total_count}
{/portal:internal_tot}
{/exp:will_hunting:solve_pair}
<!--
PDF Count: {internal_pdf}
DOC Count: {internal_doc}
PPT Count: {internal_ppt}
XLS Count: {internal_xls}
ZIP Count: {internal_zip}
EXT Count: {internal_ext}
URL Count: {internal_url}
TOTAL: {internal_tot} -->
{if {internal_tot} == "0"}
<style>li#scrolli-files{display:none;}</style>
{/if}
{if {internal_tot} != "0"}
<section class="results_grid padbottom">
<div class="content colors-e background-solid">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<!-- Sub-Section: Associated Files ======================= -->
<div class="video_entry-header">
<h4><span class="highlight">Associated Files</span></h4>
<hr class="video-post"/>
</div>
<ul class="widget-tabs nav nav-tabs">
{/if}
{if {internal_tot} != "0"}<li class="active"><a data-toggle="tab" href="#filesALL">All File Types<span class="badge pull-right">{internal_tot}</span></a></li>{/if}
{if {internal_pdf} != "0"}<li class=""><a data-toggle="tab" href="#filesPDF"><i aria-hidden="true" class="fa fa-file-pdf-o"></i>PDF<span class="badge pull-right">{internal_pdf}</span></a></li>{/if}
{if {internal_doc} != "0"}<li class=""><a data-toggle="tab" href="#filesDOC"><i aria-hidden="true" class="fa fa-file-word-o"></i>DOCX<span class="badge pull-right">{internal_doc}</span></a></li>{/if}
{if {internal_ppt} != "0"}<li class=""><a data-toggle="tab" href="#filesPPT"><i aria-hidden="true" class="fa fa-file-powerpoint-o"></i>PPTX<span class="badge pull-right">{internal_ppt}</span></a></li>{/if}
{if {internal_xls} != "0"}<li class=""><a data-toggle="tab" href="#filesXLS"><i aria-hidden="true" class="fa fa-file-excel-o"></i>XLSX<span class="badge pull-right">{internal_xls}</span></a></li>{/if}
{if {internal_zip} != "0"}<li class=""><a data-toggle="tab" href="#filesZIP"><i aria-hidden="true" class="fa fa-file-archive-o"></i>ZIP<span class="badge pull-right">{internal_zip}</span></a></li>{/if}
{if {internal_ext} != "0"}<li class=""><a data-toggle="tab" href="#filesEXT"><i aria-hidden="true" class="fa fa-file-o"></i>Other<span class="badge pull-right">{internal_ext}</span></a></li>{/if}
{if {internal_url} != "0"}<li class=""><a data-toggle="tab" href="#filesLINK"><i aria-hidden="true" class="fa fa-external-link"></i>Links<span class="badge pull-right">{internal_url}</span></a></li>{/if}
{if {internal_tot} != "0"}
</ul>
<!-- BEGIN Tab Sets -->
<div class="tab-content file-list" id="tabFiles-entry_id{entry_id}">
<!-- Sub-Section: Associated Files ALL =================== -->
<div class="tab-pane fade active in" id="filesALL">
{/if}
{if entry_add_pdf_document_1 != ''}
<a href="{entry_add_pdf_document_1}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-pdf-o"></i>{entry_add_pdf_document_1}{file_name}{/entry_add_pdf_document_1}</span></div></a>
{/if}
{if entry_add_pdf_document_2 != ''}
<a href="{entry_add_pdf_document_2}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-pdf-o"></i>{entry_add_pdf_document_2}{file_name}{/entry_add_pdf_document_2}</div</span></div></a>
{/if}
{if entry_add_pdf_document_3 != ''}
<a href="{entry_add_pdf_document_3}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-pdf-o"></i>{entry_add_pdf_document_3}{file_name}{/entry_add_pdf_document_3}</span></div></a>
{/if}
{if entry_add_pdf_document_4 != ''}
<a href="{entry_add_pdf_document_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-pdf-o"></i>{entry_add_pdf_document_4}{file_name}{/entry_add_pdf_document_4}</span></div></a>
{/if}
{if entry_add_pdf_document_5 != ''}
<a href="{entry_add_pdf_document_5}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-pdf-o"></i>{entry_add_pdf_document_5}{file_name}{/entry_add_pdf_document_5}<</span></div></a>
{/if}
{if entry_add_pdf_document_6 != ''}
<a href="{entry_add_pdf_document_6}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-pdf-o"></i>{entry_add_pdf_document_6}{file_name}{/entry_add_pdf_document_6}</span></div></a>
{/if}
{if entry_add_pdf_document_7 != ''}
<a href="{entry_add_pdf_document_7}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-pdf-o"></i>{entry_add_pdf_document_7}{file_name}{/entry_add_pdf_document_7}</span></div></a>
{/if}
{if entry_add_pdf_document_8 != ''}
<a href="{entry_add_pdf_document_8}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-pdf-o"></i>{entry_add_pdf_document_8}{file_name}{/entry_add_pdf_document_8}</span></div></a>
{/if}
<!-- All-Section: Associated Files DOC =================== -->
{if entry_add_word_docx_1_of_4 != ''}
<a href="{entry_add_word_docx_1_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-word-o"></i>{entry_add_word_docx_1_of_4}{file_name}{/entry_add_word_docx_1_of_4}</span></div></a>
{/if}
{if entry_add_word_docx_2_of_4 != ''}
<a href="{entry_add_word_docx_2_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-word-o"></i>{entry_add_word_docx_2_of_4}{file_name}{/entry_add_word_docx_2_of_4}</span></div></a>
{/if}
{if entry_add_word_docx_3_of_4 != ''}
<a href="{entry_add_word_docx_3_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-word-o"></i>{entry_add_word_docx_3_of_4}{file_name}{/entry_add_word_docx_3_of_4}</span></div></a>
{/if}
{if entry_add_word_docx_4_of_4 != ''}
<a href="{entry_add_word_docx_4_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-word-o"></i>{entry_add_word_docx_4_of_4}{file_name}{/entry_add_word_docx_4_of_4}</span></div></a>
{/if}
<!-- All-Section: Associated Files PPT =================== -->
{if entry_add_powerpoint_1_of_4 != ''}
<a href="{entry_add_powerpoint_1_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-powerpoint-o"></i>{entry_add_powerpoint_1_of_4}{file_name}{/entry_add_powerpoint_1_of_4}</span></div></a>
{/if}
{if entry_add_powerpoint_2_of_4 != ''}
<a href="{entry_add_powerpoint_2_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-powerpoint-o"></i>{entry_add_powerpoint_2_of_4}{file_name}{/entry_add_powerpoint_2_of_4}</span></div></a>
{/if}
{if entry_add_powerpoint_3_of_4 != ''}
<a href="{entry_add_powerpoint_3_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-powerpoint-o"></i>{entry_add_powerpoint_3_of_4}{file_name}{/entry_add_powerpoint_3_of_4}</span></div></a>
{/if}
{if entry_add_powerpoint_4_of_4 != ''}
<a href="{entry_add_powerpoint_4_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-powerpoint-o"></i>{entry_add_powerpoint_4_of_4}{file_name}{/entry_add_powerpoint_4_of_4}</span></div></a>
{/if}
<!-- All-Section: Associated Files XLS =================== -->
{if entry_add_excel_1_of_4 != ''}
<a href="{entry_add_excel_1_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-excel-o"></i>{entry_add_excel_1_of_4}{file_name}{/entry_add_excel_1_of_4}</span></div></a>
{/if}
{if entry_add_excel_2_of_4 != ''}
<a href="{entry_add_excel_2_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-excel-o"></i>{entry_add_excel_2_of_4}{file_name}{/entry_add_excel_2_of_4}</span></div></a>
{/if}
{if entry_add_excel_3_of_4 != ''}
<a href="{entry_add_excel_3_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-excel-o"></i>{entry_add_excel_3_of_4}{file_name}{/entry_add_excel_3_of_4}</span></div></a>
{/if}
{if entry_add_excel_4_of_4 != ''}
<a href="{entry_add_excel_4_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-excel-o"></i>{entry_add_excel_4_of_4}{file_name}{/entry_add_excel_4_of_4}</span></div></a>
{/if}
<!-- All-Section: Associated Files ZIP =================== -->
{if entry_add_zip_archive_1_of_4 != ''}
<a href="{entry_add_zip_archive_1_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-archive-o"></i>{entry_add_zip_archive_1_of_4}{file_name}{/entry_add_zip_archive_1_of_4}</span></div></a>
{/if}
{if entry_add_zip_archive_2_of_4 != ''}
<a href="{entry_add_zip_archive_2_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-archive-o"></i>{entry_add_zip_archive_2_of_4}{file_name}{/entry_add_zip_archive_2_of_4}<</span></div></a>
{/if}
{if entry_add_zip_archive_3_of_4 != ''}
<a href="{entry_add_zip_archive_3_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-archive-o"></i>{entry_add_zip_archive_3_of_4}{file_name}{/entry_add_zip_archive_3_of_4}</span></div></a>
{/if}
{if entry_add_zip_archive_4_of_4 != ''}
<a href="{entry_add_zip_archive_4_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-archive-o"></i>{entry_add_zip_archive_4_of_4}{file_name}{/entry_add_zip_archive_4_of_4}</span></div></a>
{/if}
<!-- All-Section: Associated Files OTHER =================== -->
{if entry_add_ext_1_of_4 != ''}
<a href="{entry_add_ext_1_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-audio-o"></i>{entry_add_ext_1_of_4}{file_name}{/entry_add_ext_1_of_4}</span></div></a>
{/if}
{if entry_add_ext_2_of_4 != ''}
<a href="{entry_add_ext_2_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-audio-o"></i>{entry_add_ext_2_of_4}{file_name}{/entry_add_ext_2_of_4}</span></div></a>
{/if}
{if entry_add_ext_3_of_4 != ''}
<a href="{entry_add_ext_3_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-audio-o"></i>{entry_add_ext_3_of_4}{file_name}{/entry_add_ext_3_of_4}</span></div></a>
{/if}
{if entry_add_ext_4_of_4 != ''}
<a href="{entry_add_ext_4_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-audio-o"></i>{entry_add_ext_4_of_4}{file_name}{/entry_add_ext_4_of_4}</span></div></a>
{/if}
<!-- All-Section: Associated Links =================== -->
{entry_add_links}
<a href="{entry_add_links:link_url}" {entry_add_links:link_target} alt="open"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-external-link-square"></i> {entry_add_links:link_title}</span></div></a>
{/entry_add_links}
{if {internal_tot} != "0"}
<!-- Sub-Sections-Tabs: END =========================== -->
</div>
{/if}
<!-- Sub-Section: Associated Files PDF =================== -->
<div class="tab-pane fade" id="filesPDF">
{if entry_add_pdf_document_1 != ''}
<a href="{entry_add_pdf_document_1}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-pdf-o"></i>{entry_add_pdf_document_1}{file_name}{/entry_add_pdf_document_1}</span></div></a>
{/if}
{if entry_add_pdf_document_2 != ''}
<a href="{entry_add_pdf_document_2}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-pdf-o"></i>{entry_add_pdf_document_2}{file_name}{/entry_add_pdf_document_2}</div</span></div></a>
{/if}
{if entry_add_pdf_document_3 != ''}
<a href="{entry_add_pdf_document_3}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-pdf-o"></i>{entry_add_pdf_document_3}{file_name}{/entry_add_pdf_document_3}</span></div></a>
{/if}
{if entry_add_pdf_document_4 != ''}
<a href="{entry_add_pdf_document_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-pdf-o"></i>{entry_add_pdf_document_4}{file_name}{/entry_add_pdf_document_4}</span></div></a>
{/if}
{if entry_add_pdf_document_5 != ''}
<a href="{entry_add_pdf_document_5}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-pdf-o"></i>{entry_add_pdf_document_5}{file_name}{/entry_add_pdf_document_5}<</span></div></a>
{/if}
{if entry_add_pdf_document_6 != ''}
<a href="{entry_add_pdf_document_6}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-pdf-o"></i>{entry_add_pdf_document_6}{file_name}{/entry_add_pdf_document_6}</span></div></a>
{/if}
{if entry_add_pdf_document_7 != ''}
<a href="{entry_add_pdf_document_7}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-pdf-o"></i>{entry_add_pdf_document_7}{file_name}{/entry_add_pdf_document_7}</span></div></a>
{/if}
{if entry_add_pdf_document_8 != ''}
<a href="{entry_add_pdf_document_8}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-pdf-o"></i>{entry_add_pdf_document_8}{file_name}{/entry_add_pdf_document_8}</span></div></a>
{/if}
</div>
<!-- Sub-Section: Associated Files DOC =================== -->
<div class="tab-pane fade" id="filesDOC">
{if entry_add_word_docx_1_of_4 != ''}
<a href="{entry_add_word_docx_1_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-word-o"></i>{entry_add_word_docx_1_of_4}{file_name}{/entry_add_word_docx_1_of_4}</span></div></a>
{/if}
{if entry_add_word_docx_2_of_4 != ''}
<a href="{entry_add_word_docx_2_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-word-o"></i>{entry_add_word_docx_2_of_4}{file_name}{/entry_add_word_docx_2_of_4}</span></div></a>
{/if}
{if entry_add_word_docx_3_of_4 != ''}
<a href="{entry_add_word_docx_3_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-word-o"></i>{entry_add_word_docx_3_of_4}{file_name}{/entry_add_word_docx_3_of_4}</span></div></a>
{/if}
{if entry_add_word_docx_4_of_4 != ''}
<a href="{entry_add_word_docx_4_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-word-o"></i>{entry_add_word_docx_4_of_4}{file_name}{/entry_add_word_docx_4_of_4}</span></div></a>
{/if}
</div>
<!-- Sub-Section: Associated Files PPT =================== -->
<div class="tab-pane fade" id="filesPPT">
{if entry_add_powerpoint_1_of_4 != ''}
<a href="{entry_add_powerpoint_1_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-powerpoint-o"></i>{entry_add_powerpoint_1_of_4}{file_name}{/entry_add_powerpoint_1_of_4}</span></div></a>
{/if}
{if entry_add_powerpoint_2_of_4 != ''}
<a href="{entry_add_powerpoint_2_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-powerpoint-o"></i>{entry_add_powerpoint_2_of_4}{file_name}{/entry_add_powerpoint_2_of_4}</span></div></a>
{/if}
{if entry_add_powerpoint_3_of_4 != ''}
<a href="{entry_add_powerpoint_3_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-powerpoint-o"></i>{entry_add_powerpoint_3_of_4}{file_name}{/entry_add_powerpoint_3_of_4}</span></div></a>
{/if}
{if entry_add_powerpoint_4_of_4 != ''}
<a href="{entry_add_powerpoint_4_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-powerpoint-o"></i>{entry_add_powerpoint_4_of_4}{file_name}{/entry_add_powerpoint_4_of_4}</span></div></a>
{/if}
</div>
<!-- Sub-Section: Associated Files XLS =================== -->
<div class="tab-pane fade" id="filesXLS">
{if entry_add_excel_1_of_4 != ''}
<a href="{entry_add_excel_1_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-excel-o"></i>{entry_add_excel_1_of_4}{file_name}{/entry_add_excel_1_of_4}</span></div></a>
{/if}
{if entry_add_excel_2_of_4 != ''}
<a href="{entry_add_excel_2_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-excel-o"></i>{entry_add_excel_2_of_4}{file_name}{/entry_add_excel_2_of_4}</span></div></a>
{/if}
{if entry_add_excel_3_of_4 != ''}
<a href="{entry_add_excel_3_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-excel-o"></i>{entry_add_excel_3_of_4}{file_name}{/entry_add_excel_3_of_4}</span></div></a>
{/if}
{if entry_add_excel_4_of_4 != ''}
<a href="{entry_add_excel_4_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-excel-o"></i>{entry_add_excel_4_of_4}{file_name}{/entry_add_excel_4_of_4}</span></div></a>
{/if}
</div>
<!-- Sub-Section: Associated Files ZIP =================== -->
<div class="tab-pane fade" id="filesZIP">
{if entry_add_zip_archive_1_of_4 != ''}
<a href="{entry_add_zip_archive_1_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-archive-o"></i>{entry_add_zip_archive_1_of_4}{file_name}{/entry_add_zip_archive_1_of_4}</span></div></a>
{/if}
{if entry_add_zip_archive_2_of_4 != ''}
<a href="{entry_add_zip_archive_2_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-archive-o"></i>{entry_add_zip_archive_2_of_4}{file_name}{/entry_add_zip_archive_2_of_4}<</span></div></a>
{/if}
{if entry_add_zip_archive_3_of_4 != ''}
<a href="{entry_add_zip_archive_3_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-archive-o"></i>{entry_add_zip_archive_3_of_4}{file_name}{/entry_add_zip_archive_3_of_4}</span></div></a>
{/if}
{if entry_add_zip_archive_4_of_4 != ''}
<a href="{entry_add_zip_archive_4_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-archive-o"></i>{entry_add_zip_archive_4_of_4}{file_name}{/entry_add_zip_archive_4_of_4}</span></div></a>
{/if}
</div>
<!-- Sub-Section: Associated Files OTHER =================== -->
<div class="tab-pane fade" id="filesEXT">
{if entry_add_ext_1_of_4 != ''}
<a href="{entry_add_ext_1_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-audio-o"></i>{entry_add_ext_1_of_4}{file_name}{/entry_add_ext_1_of_4}</span></div></a>
{/if}
{if entry_add_ext_2_of_4 != ''}
<a href="{entry_add_ext_2_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-audio-o"></i>{entry_add_ext_2_of_4}{file_name}{/entry_add_ext_2_of_4}</span></div></a>
{/if}
{if entry_add_ext_3_of_4 != ''}
<a href="{entry_add_ext_3_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-audio-o"></i>{entry_add_ext_3_of_4}{file_name}{/entry_add_ext_3_of_4}</span></div></a>
{/if}
{if entry_add_ext_4_of_4 != ''}
<a href="{entry_add_ext_4_of_4}" target="_blank"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-file-audio-o"></i>{entry_add_ext_4_of_4}{file_name}{/entry_add_ext_4_of_4}</span></div></a>
{/if}
</div>
<!-- Sub-Section: Associated Links =================== -->
<div class="tab-pane fade" id="filesLINK">
{entry_add_links}
<a href="{entry_add_links:link_url}" {entry_add_links:link_target} alt="open"><div class="list-file_item" id="file_item-id"><span class="list-file_name"><i aria-hidden="true" class="fa fa-external-link-square"></i> {entry_add_links:link_title}</span></div></a>
{/entry_add_links}
</div>
{if {internal_tot} != "0"}
<!-- Sub-Sections-Tabs: END =========================== -->
</div>
<!-- END Tab Set -->
</div>
</div>
</div><!-- /container -->
</div><!-- /content -->
</section>
{/if}
<!-- Sub-Section: Scripts ================================ -->
<script>
$( "#permalink-copy-btn" ).hover(
function() {
$( '#permalink-string' ).css( "opacity", "1" );
}, function() {
$( '#permalink-string' ).css( "opacity", "0" );
}
);
$( "#permalink-copy-btn" ).click(function() {
$( '#permalink-copy-btn' ).addClass('copied');
});
$( "#permalink-open-btn" ).click(function() {
window.open('{pathindextosub}/{url_title}', '_blank'),
$( '#permalink-open-btn' ).delay(1500).addClass('opened');
});
</script>
{/exp:portal}
{/exp:channel:entries}
<!-- ===================================================================== -->
<!-- EE Template: embed/include_Entry_Section-Description ================ -->
<!-- ===================================================================== -->
{exp:channel:entries channel="content_page" url_title="{segment_2}" limit="1"}
<section class="results_grid">
<div class="content colors-e background-solid">
<div class="container">
{if entry_description != ''}
<a id="scroll-descr"></a>
<!-- Sub-Section: Entry Description ====================== -->
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div id="post-description">
<div class="video_entry-header">
<h4><span class="highlight">Description</span></h4>
<hr class="video-post"/>
</div>
<!-- <div class="avatar"><img alt="author" src="{pathindextosub}/images/placeholders/380x573-2.jpg"></div> -->
<div>{entry_description}</div>
</div>
</div>
</div>
{if:else}
<style>li#scrolli-descr{display:none;}</style>
{/if}
</div><!-- /container -->
</div><!-- /content -->
</section>
{/exp:channel:entries}
<!-- ===================================================================== -->
<!-- EE Template: embed/include_Entry_Section-Credits_Tags =============== -->
<!-- ===================================================================== -->
{exp:channel:entries channel="content_page" url_title="{segment_2}" limit="1"}
<section class="results_grid">
<div class="content colors-e background-solid">
<div class="container">
{exp:ifelse parse="inward"}
{if entry_credit:total_rows > 0 OR entry_credits != ""}
<a id="scroll-cred"></a>
<!-- Sub-Section: Entry Credits & Tags =================== -->
<div class="row">
<div class="col-md-12">
<div class="row post">
<div class="col-md-8">
<!-- Sub-Section: Entry Credits ========================== -->
<div id="post-credits">
<div class="video_entry-header">
<h4><span class="highlight">Credits</span></h4>
<hr class="video-post"/>
</div>
{if entry_credit:total_rows > 0}
<p>
{entry_credit}{entry_credit:credit_name}{if entry_credit:credit_title}, {/if}<span class="credits_author-title">{entry_credit:credit_title}</span>{if entry_credit:credit_location} | {/if}<span class="credits_author-loc">{entry_credit:credit_location}</span><br/>{/entry_credit}
</p>
{/if}
{if entry_credits != ""}
<p>{entry_credits}</p>
{/if}
</div>
</div>
{/if}
{/exp:ifelse}
{exp:ifelse parse="inward"}
{if entry_credit:total_rows < 0 AND entry_credits == ""}
<style>li#scrolli-cred{display:none;}</style>
{exp:tagger:tags url_title="{segment_2}"}
{if tagger:no_tags}<style>li#scrolli-tags{display:none;}</style>{/if}
<a id="scroll-tags"></a>
<!-- Sub-Section: Entry Tags ============================ -->
<div class="row">
<div class="col-md-12">
<div class="row post">
<div class="col-md-12">
<li><a href="/tag/{tagger:urlsafe_tagname}">{tagger:tag_name}</a></li>
{/exp:tagger:tags}
</ul>
</div>
</div>
</div>
</div>
{/if}
{/exp:ifelse}
{exp:ifelse parse="inward"}
{if entry_credit:total_rows > 0 OR entry_credits != ""}
<a id="scroll-tags"></a>
<!-- Sub-Section: Entry Tags ============================ -->
<div class="col-md-4 sidebar page-transition">
<div class="video_entry-header">
<h4><span class="highlight">Tags</span></h4>
<hr class="video-post"/>
</div>
<ul class="tags-list">
{exp:tagger:tags url_title="{segment_2}"}
{if tagger:no_tags}<p>No tags where found.</p>{/if}
<li><a href="/tag/{tagger:urlsafe_tagname}">{tagger:tag_name}</a></li>
{/exp:tagger:tags}
</ul>
</div>
</div>
</div>
</div>
{/if}
{/exp:ifelse}
</div><!-- /container -->
</div><!-- /content -->
</section>
{/exp:channel:entries}
<!-- ===================================================================== -->
<!-- EE Template: embed/include_Entry_Section-Related_Entries ============ -->
<!-- ===================================================================== -->
{exp:channel:entries channel="content_page" url_title="{segment_2}" limit="1"}
{exp:ifelse parse="inward"}
{if entries_related:total_rows > 0}
<a id="scroll-relE"></a>
<section class="results_grid padbottom">
<div class="content colors-e background-solid">
<div class="container">
<div class="video_entry-header">
<h4><span class="highlight">Related Entries</span></h4>
<hr class="video-post">
</div>
<div class="row" id="row_space">
<div class="grid">
<!-- =============================================================================================================================================================================================== -->
<!-- BEGIN Related Entry ========================================================================================================================================================================= -->
<!-- =============================================================================================================================================================================================== -->
{entries_related}
<div class="item col-md-12 col-sm-12 col-xs-12" data-groups='["collapsed"]' id="col{entries_related:entry_id}">
<div class="view-collapse">
<div class="row">
<div class="col-md-1 col-sm-1 col-xs-3">
<!-- COLLAPSED Poster or Main Image Conditional =================== -->
{exp:ifelse parse="inward"}
{if entries_related:entry_add_video_player == 'Yes' && entries_related:html_server_path == "video_html5_dir"}
<a class="hover-overlayHIDE" href="{pathindextosub}/entry/{entries_related:url_title}"><img alt="Open" class="image-radius" src="{entries_related:html5_video_jpg}" width="100%"></a>
{if:elseif entries_related:entry_add_video_player == 'Yes' && entries_related:html_server_path == "video_vpath_dir"}
<a class="hover-overlayHIDE" href="{pathindextosub}/entry/{entries_related:url_title}"><img alt="Open" class="image-radius" src="{pathindextosub}/assets/video_vpath_dir/{entries_related:entry_vpath_file_name}.{entries_related:entry_vpath_file_types}{entries_related:entry_vpath_file_types:v_path_poster}{/entries_related:entry_vpath_file_types}" width="100%"></a>
{if:elseif entries_related:entry_add_video_player == 'Yes' && entries_related:html_server_path == ""}
<a class="hover-overlayHIDE" href="{pathindextosub}/entry/{entries_related:url_title}"><img alt="Open" class="image-radius" src="{entries_related:entry_video_poster_image}" width="100%"></a>
{if:elseif entries_related:entry_add_slide_or_image == 'Yes'}
<a class="hover-overlayHIDE" href="{pathindextosub}/entry/{entries_related:url_title}"><img alt="Open" class="image-radius" src="{entries_related:entry_image_slide}" width="100%"></a>
{if:else}
<a class="hover-overlayHIDE" href="{pathindextosub}/entry/{entries_related:url_title}"><img alt="Open" class="image-radius" src="{pathindextosub}/assets/images_system/__Unavailable.jpg" width="100%"></a>
{/if}
{/exp:ifelse}
</div>
<!-- COLLAPSED Title & Subtitle ===================================== -->
<div class="col-md-7 collapsed">
<div class="entry_title color-primary-element" style="margin-top: 0px;">{if entries_related:entry_post_title != ''}{entries_related:entry_post_title}{/if}{if entries_related:entry_post_title == ''}{entries_related:title}{/if}</div>
<hr class="fancy-line">
<div class="entry_subtitle color-secondary-element">{if entries_related:entry_post_subtitle != ''}{entries_related:entry_post_subtitle}{/if}</div>
</div>
<!-- COLLAPSED Category Path & Image(s) ============================= -->
<div class="col-md-3 col-sm-10 col-xs-8">
{exp:gwcode_categories channel="content_page" entry_id="{entries_related:entry_id}" style="linear"}
<div class="entry_category-collapsed widget-tooltip" data-placement="right" data-toggle="tooltip" title="{cat_name}"><img alt="{cat_name}" src="{cat_image}" width="40px"></div>
{/exp:gwcode_categories}
<div class="entry_date-collapsed color-tertiary-element">{entries_related:entry_post_date format="%F %d, %Y"}</div>
<hr class="thin">
{exp:gwcode_categories channel="content_page" entry_id="{entries_related:entry_id}" style="linear" last_only="yes"}
<div class="entry_category-path color-primary-element">{cat_name}</div>
{/exp:gwcode_categories}
</div>
<!-- COLLAPSED Actions ============================================== -->
<div class="col-md-1 col-sm-2 col-xs-4" style="float:right">
<div id="view_entry-{entries_related:entry_id}" class="view_entry" style="display:inline-block;height:50px;"><a href="{pathindextosub}/entry/{entries_related:url_title}"><i class="fa fa-external-link-square view_entry" aria-hidden="true"></i></a></div>
<!-- <div id="mark_entry-{entries_related:entry_id}" class="mark_entry" style="display:inline-block;height:50px;"><a href="//www.intoeetive.com/docs/bookmarks.html" rel="shadowbox"><i class="fa fa-bookmark mark_entry" aria-hidden="true"></i></a></div> -->
<!-- <div id="view_expanded-{entries_related:entry_id}" class="view_expanded" style="display:inline-block;height:50px;"><i class="fa fa-arrows-alt view_expanded" aria-hidden="true"></i></div> -->
</div>
</div><!-- /row -->
<hr class="video-post results-divider">
</div><!-- /view-collapse -->
</div>
{/entries_related}
<!-- =============================================================================================================================================================================================== -->
<!-- =============================================================================================================================================================================================== -->
<!-- =============================================================================================================================================================================================== -->
</div><!-- /grid -->
</div><!-- /row -->
</div><!-- /container -->
</div><!-- /content -->
</section>
{/if}
{/exp:ifelse}
{/exp:channel:entries}
