%PDF- %PDF-
Direktori : /home/bitrix/www/bitrix/components/bitrix/photogallery.section/templates/.default/ |
Current File : //home/bitrix/www/bitrix/components/bitrix/photogallery.section/templates/.default/template.php |
<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?> <? if (!$this->__component->__parent || strpos($this->__component->__parent->__name, "photogallery") === false) { $GLOBALS['APPLICATION']->SetAdditionalCSS('/bitrix/components/bitrix/photogallery/templates/.default/style.css'); $GLOBALS['APPLICATION']->SetAdditionalCSS('/bitrix/components/bitrix/photogallery/templates/.default/themes/gray/style.css'); } $GLOBALS['APPLICATION']->AddHeadScript("/bitrix/components/bitrix/photogallery.section.list/templates/.default/script.js"); $res = $arResult["SECTION"]; ?> <div class="photo-album-item photo-album-<?=($res["ACTIVE"] != "Y" ? "nonactive" : "active")?> <?=( !empty($res["PASSWORD"]) ? "photo-album-password" : "")?>" id="photo_album_info_<?=$res["ID"]?>" <? if ($res["ACTIVE"] != "Y" || !empty($res["PASSWORD"])) { $sTitle = GetMessage("P_ALBUM_IS_NOT_ACTIVE"); if ($res["ACTIVE"] != "Y" && !empty($res["PASSWORD"])) $sTitle = GetMessage("P_ALBUM_IS_NOT_ACTIVE_AND_PASSWORDED"); elseif (!empty($res["PASSWORD"])) $sTitle = GetMessage("P_ALBUM_IS_PASSWORDED"); ?> title="<?=$sTitle?>" <? } ?>> <div class="photo-album-info"> <?if ($arParams["DISPLAY_ALBUM_NAME"] != "N"):?> <div class="photo-album-name" id="photo_album_name_<?=$arResult["SECTION"]["ID"]?>"><?=$arResult["SECTION"]["NAME"]?></div> <?endif;?> <?if ($arResult["SECTION"]["DATE"]["VALUE"] != ""):?> <div class="photo-album-date"><span id="photo_album_date_<?=$arResult["SECTION"]["ID"]?>"><?= $arResult["SECTION"]["DATE"]["VALUE"]?></span></div> <?endif;?> <?if ($arResult["SECTION"]["DESCRIPTION"] != ""):?> <div class="photo-album-description" id="photo_album_description_<?=$arResult["SECTION"]["ID"]?>"><?=$arResult["SECTION"]["DESCRIPTION"]?></div> <?endif;?> </div> </div> <?if ($arParams["PERMISSION"] >= "U"):?> <noindex> <div class="photo-top-controls"> <a rel="nofollow" class="photo-control-album-edit" href="<?=$arResult["SECTION"]["EDIT_LINK"]?>"><?=GetMessage("P_SECTION_EDIT")?></a> <a rel="nofollow" href="<?=$arResult["SECTION"]["NEW_LINK"]?>" onclick="EditAlbum('<?=CUtil::JSEscape($arResult["SECTION"]["~NEW_LINK"])?>'); return false;"><?=GetMessage("P_ADD_ALBUM")?></a> <a rel="nofollow" href="<?=$arResult["SECTION"]["UPLOAD_LINK"]?>" target="_self"><?=GetMessage("P_UPLOAD")?></a> </div> </noindex> <?endif;?> <div class="empty-clear"></div>