Example #1
0
 * License along with this software; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
?>

<?php 
include_once 'lib_print.php';
?>
 

<h2><b style="text-transform:uppercase;"><?php 
echo print_bookmark_title($bookmark['title']);
?>
</b></h2>
<h3><?php 
echo get_asset_title($bookmark['album'], $bookmark['asset']);
?>
</h3>
<br/><p>®Copy_bookmark_message®</p>
<a class="close-reveal-modal">&#215;</a>
<br/>
<a href='javascript:copy_bookmark("<?php 
echo $bookmark['album'];
?>
", "<?php 
echo $bookmark['asset'];
?>
", "<?php 
echo $bookmark['timecode'];
?>
", "<?php 
Example #2
0
                <span class="thread-logo" style="padding-bottom: 8px;"></span>
                <span class="form_header_label">®Add_discussion®</span>
            </div>
            <div id='thread_form_wrapper'>

                <form action="index.php" method="post" id="submit_thread_form" onsubmit="return false">
                    <input type="hidden" name="album" id="thread_album" value="<?php 
echo $album;
?>
"/>
                    <input type="hidden" name="asset" id="thread_asset" value="<?php 
echo $asset;
?>
"/>
                    <input type="hidden" name="assetTitle" id="thread_asset_title" value="<?php 
echo get_asset_title($album, $asset);
?>
" />

                    <br/>

                    <!-- Title field -->           
                    <label>®Title®&nbsp;:
                        <span class="small">®Title_info®</span>
                    </label>
                    <input name="title" tabindex='18' id="thread_title" type="text" placeholder="®Discussion_title_placeholder®" maxlength="140"/>

                    <!-- Timecode field -->           
                    <label>®Timecode®&nbsp;:
                        <span class="small">®Timecode_info®</span>
                    </label>