]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Home/tour.tpl
Release 6.5.3
[Github/sugarcrm.git] / modules / Home / tour.tpl
1 {*
2 /*********************************************************************************
3  * SugarCRM Community Edition is a customer relationship management program developed by
4  * SugarCRM, Inc. Copyright (C) 2004-2012 SugarCRM Inc.
5  * 
6  * This program is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Affero General Public License version 3 as published by the
8  * Free Software Foundation with the addition of the following permission added
9  * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
10  * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
11  * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
12  * 
13  * This program is distributed in the hope that it will be useful, but WITHOUT
14  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
15  * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
16  * details.
17  * 
18  * You should have received a copy of the GNU Affero General Public License along with
19  * this program; if not, see http://www.gnu.org/licenses or write to the Free
20  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
21  * 02110-1301 USA.
22  * 
23  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
24  * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
25  * 
26  * The interactive user interfaces in modified source and object code versions
27  * of this program must display Appropriate Legal Notices, as required under
28  * Section 5 of the GNU Affero General Public License version 3.
29  * 
30  * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
31  * these Appropriate Legal Notices must retain the display of the "Powered by
32  * SugarCRM" logo. If the display of the logo is not reasonably feasible for
33  * technical reasons, the Appropriate Legal Notices must display the words
34  * "Powered by SugarCRM".
35  ********************************************************************************/
36
37
38 *}
39
40 <div id="tourStart">
41     <div class="modal-header">
42     <a class="close" data-dismiss="modal">×</a>
43     <h3>{$mod.LBL_TOUR_WELCOME}</h3>
44     </div>
45     
46         <div class="modal-body">
47                 <div style="float: left;"> 
48                         <div class="well" style="float: left; width: 500px; margin-right: 20px;">
49                 <object class="movieBox" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" height="281" id="single1" name="single1" width="500">
50                     <param name="autostart" value="0">
51                     <param name="movie" value="http://d2owqhhe2x3j50.cloudfront.net/media.sugarcrm.com/player.swf" />
52                     <param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" />
53                     <param name="wmode" value="transparent" />
54                     <param name="flashvars" value="file=media.sugarcrm.com/sugar65demos/whatsnewin65_RC3.mp4&amp;streamer=rtmp://s1j4a097o1arx2.cloudfront.net/cfx/st&amp;provider=rtmp&amp;image=include/images/tour/FirstFrame.png&amp;autostart=false" />
55                     <embed autostart="false" allowfullscreen="true" allowscriptaccess="always" bgcolor="transparent" class="movieBox" flashvars="file=media.sugarcrm.com/sugar65demos/whatsnewin65_RC3.mp4&amp;streamer=rtmp://s1j4a097o1arx2.cloudfront.net/cfx/st&amp;provider=rtmp&amp;image=include/images/tour/FirstFrame.png&amp;autostart=false" height="281" id="single2" name="single2" src="http://d2owqhhe2x3j50.cloudfront.net/media.sugarcrm.com/player.swf" width="500" wmode="transparent">
56                     </embed>
57                 </object>
58                 <div class="caption">{$mod.LBL_TOUR_WATCH}</div>
59                         </div>
60                         <div style="float: left; width: 300px;" >
61                                 {$mod.LBL_TOUR_FEATURES}
62                                 <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>
63                         </div>
64                 </div>
65         </div>
66     <div class="clear"></div>
67     
68     <div class="modal-footer">
69     <a href="#" class="btn btn-primary">{$APP.LBL_TOUR_TAKE_TOUR}</a>
70     <a href="#" class="btn btn-invisible">{$APP.LBL_TOUR_SKIP}</a>
71     </div>
72 </div>
73 <div id="tourEnd" style="display: none;">
74     <div class="modal-header">
75     <a class="close" data-dismiss="modal">×</a>
76     <h3><i class="icon-ok icon-md"></i> {$mod.LBL_TOUR_DONE}</h3>
77     </div>
78     
79         <div class="modal-body">
80                 <div style="float: left;"> 
81                         <div style="float: left; width: 290px; margin-right: 40px;">
82                         <p>
83                         {$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}
84 <br>
85                                 <i class="icon-arrow-right icon-lg" style="float: right; position: relative; right: -72px; top: -26px;"></i>
86                         </p>
87                         </div>
88                         <div style="float: left">
89                                 <img src="include/images/tour/profile_link.png" width="168" height="247">
90                         </div>
91                 </div>
92         </div>
93     <div class="clear"></div>
94     
95     <div class="modal-footer">
96     <a href="#" class="btn btn-primary">Close</a>
97     </div>
98 </div>