Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 43 additions & 11 deletions ezmanager/tmpl_sources/div_media_details_slides.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,50 @@
<p><a class="greyLink" href="javascript:show_popup_from_outer_div('index.php?action=show_popup&amp;popup=media_url&amp;album=<?php echo $album; ?>&amp;asset=<?php echo $asset; ?>&amp;media=low_slide');">®low_res®</a></p>
</div>
<!-- Links to embed player -->
<span class="BoutonEmbed"> <a href="javascript:visibilite('Embed_<?php echo $asset; ?>_2');">®Embed®</a> </span>



<!-- Links to embed player -->
<span class="ButtonEmbed"> <a href="javascript:visibilite('Embed_<?php echo $asset; ?>_2');">®Embed®</a> </span>

<div class="Embed" id="Embed_<?php echo $asset; ?>_2" style="display:none;">
<p><a class="greyLink" href="javascript:show_popup_from_outer_div('index.php?action=show_popup&amp;popup=embed_code&amp;album=<?php echo $album; ?>&amp;asset=<?php echo $asset; ?>&amp;media=high_slide');">®high_res®</a></p>
<p><a class="greyLink" href="javascript:show_popup_from_outer_div('index.php?action=show_popup&amp;popup=embed_code&amp;album=<?php echo $album; ?>&amp;asset=<?php echo $asset; ?>&amp;media=low_slide');">®low_res®</a></p>
</div>
<div class="Embed" id="Embed_<?php echo $asset; ?>_2" style="display:none;">
<p>
<a class="greyLink" href="index.php?action=show_popup&amp;popup=embed_code&amp;album=<?php
echo $album; ?>&amp;asset=<?php echo $asset; ?>&amp;media=high_slide"
data-remote="false" data-toggle="modal" data-target="#modal" >
®high_res®
</a>
</p>

<p><a class="greyLink" href="index.php?action=show_popup&amp;popup=embed_code&amp;album=<?php
echo $album; ?>&amp;asset=<?php echo $asset; ?>&amp;media=low_slide"
data-remote="false" data-toggle="modal" data-target="#modal" >
®low_res®
</a>
</p>
</div>

<span class="BoutonEZplayer"> <a href="javascript:show_popup_from_outer_div('index.php?action=show_popup&amp;popup=ezplayer_link&amp;album=<?php echo $album; ?>&amp;asset=<?php echo $asset; ?>');">EZplayer</a> </span>
<span class="ButtonEZplayer">
<a href="index.php?action=show_popup&amp;popup=ezplayer_link&amp;album=<?php echo $album; ?>&amp;asset=<?php echo $asset; ?>"
data-remote="false" data-toggle="modal" data-target="#modal">
EZplayer
</a>
</span>

<span class="BoutonULBCode"> <a href="javascript:visibilite('ULBcode_<?php echo $asset; ?>_2');">®ULBcode®</a> </span>
<div class="ULBcode" id="ULBcode_<?php echo $asset; ?>_2" style="display:none;">
<p><a class="greyLink" href="javascript:show_popup_from_outer_div('index.php?action=show_popup&amp;popup=ulb_code&amp;album=<?php echo $album; ?>&amp;asset=<?php echo $asset; ?>&amp;media=high_slide');">®high_res®</a></p>
<p><a class="greyLink" href="javascript:show_popup_from_outer_div('index.php?action=show_popup&amp;popup=ulb_code&amp;album=<?php echo $album; ?>&amp;asset=<?php echo $asset; ?>&amp;media=low_slide');">®low_res®</a></p>
</div>
<span class="ButtonULBCode"> <a href="javascript:visibilite('ULBcode_<?php echo $asset; ?>_2');">®ULBcode®</a> </span>
<div class="ULBcode" id="ULBcode_<?php echo $asset; ?>_2" style="display:none;">

<p><a class="greyLink" href="index.php?action=show_popup&amp;popup=ulb_code&amp;album=<?php
echo $album; ?>&amp;asset=<?php echo $asset; ?>&amp;media=high_slide"data-remote="false" data-toggle="modal" data-target="#modal" >
®high_res®
</a>
</p>

<p><a class="greyLink" href="index.php?action=show_popup&amp;popup=ulb_code&amp;album=<?php
echo $album; ?>&amp;asset=<?php echo $asset; ?>&amp;media=low_slide"
data-remote="false" data-toggle="modal" data-target="#modal" >
®low_res®
</a>
</p>
</div>
</div>