0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
sugarcrm
/
6.5.16-25
/
standard
/
htdocs
/
modules
/
Home
/
[
Home
]
File: tour.tpl
{* /********************************************************************************* * SugarCRM Community Edition is a customer relationship management program developed by * SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc. * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License version 3 as published by the * Free Software Foundation with the addition of the following permission added * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more * details. * * You should have received a copy of the GNU Affero General Public License along with * this program; if not, see http://www.gnu.org/licenses or write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA. * * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road, * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com. * * The interactive user interfaces in modified source and object code versions * of this program must display Appropriate Legal Notices, as required under * Section 5 of the GNU Affero General Public License version 3. * * In accordance with Section 7(b) of the GNU Affero General Public License version 3, * these Appropriate Legal Notices must retain the display of the "Powered by * SugarCRM" logo. If the display of the logo is not reasonably feasible for * technical reasons, the Appropriate Legal Notices must display the words * "Powered by SugarCRM". ********************************************************************************/ *} <div id="tourStart"> <div class="modal-header"> <a class="close" data-dismiss="modal">×</a> <h3>{$mod.LBL_TOUR_WELCOME}</h3> </div> <div class="modal-body"> <div style="float: left;"> <div class="well" style="float: left; width: 500px; margin-right: 20px;"> <object class="movieBox" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" height="281" id="single1" name="single1" width="500"> <param name="autostart" value="0"> <param name="movie" value="http://d2owqhhe2x3j50.cloudfront.net/media.sugarcrm.com/player.swf" /> <param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /> <param name="wmode" value="transparent" /> <param name="flashvars" value="file=media.sugarcrm.com/sugar65demos/whatsnewin65_RC3.mp4&streamer=rtmp://s1j4a097o1arx2.cloudfront.net/cfx/st&provider=rtmp&image=include/images/tour/FirstFrame.png&autostart=false" /> <embed autostart="false" allowfullscreen="true" allowscriptaccess="always" bgcolor="transparent" class="movieBox" flashvars="file=media.sugarcrm.com/sugar65demos/whatsnewin65_RC3.mp4&streamer=rtmp://s1j4a097o1arx2.cloudfront.net/cfx/st&provider=rtmp&image=include/images/tour/FirstFrame.png&autostart=false" height="281" id="single2" name="single2" src="http://d2owqhhe2x3j50.cloudfront.net/media.sugarcrm.com/player.swf" width="500" wmode="transparent"> </embed> </object> <div class="caption">{$mod.LBL_TOUR_WATCH}</div> </div> <div style="float: left; width: 300px;" > {$mod.LBL_TOUR_FEATURES} <p>{$mod.LBL_TOUR_VISIT} <a href="javascript:void window.open('http://support.sugarcrm.com/02_Documentation/01_Sugar_Editions/{$APP.documentation.$sugarFlavor}')">{$mod.LNK_TOUR_DOCUMENTATION}</a>.</p> {if $view_calendar_url} <div style="border-top: 1px solid #F5F5F5;padding-top: 3px;" > <p>{$view_calendar_url}</p> </div> {/if} </div> </div> </div> <div class="clear"></div> <div class="modal-footer"> <a href="#" class="btn btn-primary">{$APP.LBL_TOUR_TAKE_TOUR}</a> <a href="#" class="btn btn-invisible">{$APP.LBL_TOUR_SKIP}</a> </div> </div> <div id="tourEnd" style="display: none;"> <div class="modal-header"> <a class="close" data-dismiss="modal">×</a> <h3><i class="icon-ok icon-md"></i> {$mod.LBL_TOUR_DONE}</h3> </div> <div class="modal-body"> <div style="float: left;"> <div style="float: left; width: 290px; margin-right: 40px;"> <p> {$mod.LBL_TOUR_REFERENCE_1} <a href="javascript:void window.open('http://support.sugarcrm.com/02_Documentation/01_Sugar_Editions/{$APP.documentation.$sugarFlavor}')">{$mod.LNK_TOUR_DOCUMENTATION}</a> {$mod.LBL_TOUR_REFERENCE_2} <br> <i class="icon-arrow-right icon-lg" style="float: right; position: relative; right: -72px; top: -26px;"></i> </p> </div> <div style="float: left"> <img src="include/images/tour/profile_link.png" width="168" height="247"> </div> </div> </div> <div class="clear"></div> <div class="modal-footer"> <a href="#" class="btn btn-primary">Close</a> </div> </div>