Ejemplo n.º 1
0
    ?>
' + encodeURI(convertedFile) + '"><i class="fa fa-cloud"></i> <?php 
    echo htmlspecialchars(Save_To_OneDrive_Text, ENT_QUOTES);
    ?>
</a></p>';
				<?php 
}
?>
        		convertSuccessMsg += (isEditable) ? '<p><a id="editFurtherButton" class="btn btn-warning download-buttons" href="edit.php?vid_name=' + encodeURI(convertedFile) + '&vid_title=' + encodeURI(vidTitle) + '&vid_id=<?php 
echo $validVideoUrl ? urlencode($currentVideoId) : '';
?>
&vid_image=<?php 
echo $validVideoUrl ? urlencode($vidInfo['thumb_preview']) : '';
?>
&vid_host=<?php 
echo $converter->GetCurrentVidHost();
?>
" title="<?php 
echo strip_tags(Edit_File_Further_Help_Text);
?>
"><i class="fa fa-scissors"></i> <?php 
echo htmlspecialchars(Edit_File_Further_Message, ENT_QUOTES);
?>
</a></p>' : '';
        		convertSuccessMsg += '<p><a class="btn btn-danger download-buttons" href="http://<?php 
echo $_SERVER['HTTP_HOST'] . Config::_APPROOT;
?>
"><i class="fa fa-reply"></i> <?php 
echo htmlspecialchars(Return_Home_Button, ENT_QUOTES);
?>
</a></p>';