View file PF.Base/module/attachment/template/default/block/share.html.php

File size: 2.27Kb
<?php 
/**
 * [PHPFOX_HEADER]
 * 
 * @copyright		[PHPFOX_COPYRIGHT]
 * @author  		Raymond_Benc
 * @package 		Phpfox
 * @version 		$Id: share.html.php 6875 2013-11-11 18:56:02Z Fern $
 */
 
defined('PHPFOX') or exit('NO DICE!'); 

?>
<script type="text/javascript">$Behavior.loadAttachmentStaticFiles = function(){l}$Core.loadStaticFile('{jscript file='share.js' module='attachment'}');{r}</script>
<div class="global_attachment">
	<div class="global_attachment_header">
		<div class="global_attachment_manage">
			<a class="border_radius_4{if !isset($aForms.total_attachment)} is_not_active{/if}" href="#" onclick="$('.js_attachment_list').slideToggle(); return false;">{_p var='manage_attachments'}</a>
		</div>		
		<ul class="global_attachment_list" data-id="{$id}">
			<li class="global_attachment_title">{_p var='insert'}:</li>
			<li>
				<a href="#" onclick="return $Core.shareInlineBox(this, '{$aAttachmentShare.id}', {if $aAttachmentShare.inline}true{else}false{/if}, 'attachment.add', 500, '&amp;category_id={$aAttachmentShare.type}&amp;attachment_custom=photo&amp;id={$id}');" class="js_global_position_photo js_hover_title">
					<i class="fa fa-photo"></i>
					<span class="js_hover_info">{_p var='insert_a_photo'}</span>
				</a>
			</li>
			{if !isset($bNoAttachaFile)}
			<li>
				<a href="#" onclick="return $Core.shareInlineBox(this, '{$aAttachmentShare.id}', {if $aAttachmentShare.inline}true{else}false{/if}, 'attachment.add', 500, '&amp;category_id={$aAttachmentShare.type}&amp;id={$id}');" class="js_hover_title">
					<i class="fa fa-paperclip"></i>
					<span class="js_hover_info">{_p var='attach_a_file'}</span>
				</a>
			</li>
			{/if}
		</ul>
		<div class="clear"></div>	
		<div class="global_attachment_list_holder"></div>
	</div>
</div>
<div class="js_attachment_list"{if !isset($aForms.total_attachment)} style="display:none;"{/if}>
	<h3>{_p var='attachments_display'}</h3>
	<div class="js_attachment_list_holder">
        {if isset($aForms.total_attachment) && $aForms.total_attachment && isset($aAttachmentShare.edit_id)}
        {module name='attachment.list' sType=$aAttachmentShare.type iItemId=$aAttachmentShare.edit_id attachment_no_header=true}
        {/if}
        <div class="extra_info t_center">
            {_p var='no_attachments_available'}
        </div>
    </div>

</div>