]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Campaigns/RoiDetailView.html
Release 6.1.4
[Github/sugarcrm.git] / modules / Campaigns / RoiDetailView.html
1 <!--
2 /*********************************************************************************
3  * SugarCRM is a customer relationship management program developed by
4  * SugarCRM, Inc. Copyright (C) 2004-2011 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 -->
41 <!-- BEGIN: main -->
42 <table width="100%" cellpadding="0" cellspacing="0" border="0">
43 <tr>
44 <td>
45 <form action="index.php" method="post" name="DetailView" id="form">
46                         <input type="hidden" name="module" value="CampaignLog">
47                         <input type="hidden" name="record" value="{ID}">
48                         <input type="hidden" name="isDuplicate" value=false>
49                         <input type="hidden" name="action">
50                         <input type="hidden" name="return_module">
51                         <input type="hidden" name="return_action">
52                         <input type="hidden" name="return_id" >
53                         <input type="hidden" name="campaign_id" value="{ID}">
54                         <input type="hidden" name="mode" value="">
55                         
56                         <input title="{MOD.LBL_TRACK_DELETE_BUTTON_TITLE}" accessKey="{MOD.LBL_TRACK_DELETE_BUTTON_KEY}" class="button" onclick="this.form.module.value='Campaigns'; this.form.action.value='Delete';this.form.return_module.value='Campaigns'; this.form.return_action.value='TrackDetailView';this.form.mode.value='Test';return confirm('{MOD.LBL_TRACK_DELETE_CONFIRM}');" type="submit" name="button" value="  {MOD.LBL_TRACK_DELETE_BUTTON_LABEL}  ">  
57         </td>
58         <td align='right'><span style="{DISABLE_LINK}" >
59                 <input type="button" class="button" onclick="javascript:window.location='index.php?module=Campaigns&action=WizardHome&record={ID}';" value="{MOD.LBL_TO_WIZARD_TITLE}" />
60                 <input type="button" class="button" onclick="javascript:window.location='index.php?module=Campaigns&action=TrackDetailView&record={ID}';" value="{MOD.LBL_TRACK_BUTTON_LABEL}" /></SPAN>{ADMIN_EDIT}
61                 <input type="button" class="button" onclick="javascript:window.location='index.php?module=Campaigns&action=DetailView&record={ID}';" value="{MOD.LBL_TODETAIL_BUTTON_LABEL}" />
62         </td>
63         </form>
64         <td align='right'>{ADMIN_EDIT}</td>
65 </tr>
66 </table>
67 <p>
68 <table width="100%" border="0" cellspacing="0" cellpadding="0" class="detail view">
69 <tr>
70 {PAGINATION}
71         <td width="20%"><slot>{MOD.LBL_NAME}</slot></td>
72         <td width="30%"><slot>{NAME}</slot></td>
73         <td width="20%"><slot>{MOD.LBL_ASSIGNED_TO}</slot></td>
74         <td width="30%"><slot>{ASSIGNED_TO}</slot></td>
75         </tr><tr>
76         <td width="20%"><slot>{MOD.LBL_CAMPAIGN_STATUS}</slot></td>
77         <td width="30%"><slot>{STATUS}</slot></td>
78 <!-- BEGIN: pro -->
79         <td width="20%"><slot>{MOD.LBL_TEAM}</slot></td>
80         <td width="30%"><slot>{TEAM_NAME}</slot></td>
81 <!-- END: pro -->
82 <!-- BEGIN: open_source -->
83         <td width="20%"><slot>&nbsp;</slot></td>
84         <td width="30%"><slot>&nbsp;</slot></td>
85 <!-- END: open_source -->
86         </tr><tr>
87         <td width="20%"><slot>{MOD.LBL_CAMPAIGN_START_DATE}</slot></td>
88         <td width="30%"><slot>{START_DATE}</slot></td>
89         <td ><slot>{APP.LBL_DATE_MODIFIED}&nbsp;</slot></td>
90         <td ><slot>{DATE_MODIFIED} {APP.LBL_BY} {MODIFIED_BY}</slot></td>
91         </tr><tr>
92         <td width="20%"><slot>{MOD.LBL_CAMPAIGN_END_DATE}</slot></td>
93         <td width="30%"><slot>{END_DATE}</slot></td>
94         <td ><slot>{APP.LBL_DATE_ENTERED}&nbsp;</slot></td>
95         <td ><slot>{DATE_ENTERED} {APP.LBL_BY} {CREATED_BY}</slot></td>
96         </tr><tr>
97         <td width="20%"><slot>{MOD.LBL_CAMPAIGN_TYPE}</slot></td>
98         <td width="30%"><slot>{TYPE}</slot></td>
99         <td width="20%"><slot>&nbsp;</slot></td>
100         <td width="30%"><slot>&nbsp;</slot></td>
101         </tr><tr>
102         <td width="20%"><slot>&nbsp;</slot></td>
103         <td width="30%"><slot>&nbsp;</slot></td>
104         <td width="20%"><slot>&nbsp;</slot></td>
105         <td width="30%"><slot>&nbsp;</slot></td>
106         </tr><tr>
107         <td width="20%" nowrap><slot>{MOD.LBL_CAMPAIGN_BUDGET} ({CURRENCY})</slot></td>
108         <td width="30%"><slot>{BUDGET}</slot></td>
109         <td width="20%" nowrap><slot>{MOD.LBL_CAMPAIGN_IMPRESSIONS}</slot></td>
110         <td width="30%" nowrap><slot>{IMPRESSIONS}</slot></td>
111         </tr><tr>
112         <td width="20%" nowrap><slot>{MOD.LBL_CAMPAIGN_EXPECTED_COST} ({CURRENCY})</slot></td>
113         <td width="30%"><slot>{EXPECTED_COST}</slot></td>
114                 <td width="20%" nowrap><slot>{MOD.LBL_CAMPAIGN_OPPORTUNITIES_WON}</slot></td>
115         <td width="30%"><slot>{OPPORTUNITIES_WON}</slot></td>
116         </tr><tr>
117         </tr><tr>
118         <td width="20%" nowrap><slot>{MOD.LBL_CAMPAIGN_ACTUAL_COST} ({CURRENCY})</slot></td>
119         <td width="30%"><slot>{ACTUAL_COST}</slot></td>
120         <td width="20%" nowrap><slot>{MOD.LBL_CAMPAIGN_COST_PER_IMPRESSION} ({CURRENCY})</slot></td>
121         <td width="30%" nowrap><slot>{COST_PER_IMPRESSION}</slot></td>
122         </tr><tr>
123         <td width="20%" nowrap><slot>{MOD.LBL_CAMPAIGN_EXPECTED_REVENUE} ({CURRENCY})</slot></td>
124         <td width="30%" nowrap><slot>{EXPECTED_REVENUE}</slot></td>
125         <td width="20%" nowrap><slot>{MOD.LBL_CAMPAIGN_COST_PER_CLICK_THROUGH} ({CURRENCY})</slot></td>
126         <td width="30%"><slot>{COST_PER_CLICK_THROUGH}</slot></td>
127         </tr><tr>
128         <td width="20%"><slot>&nbsp;</slot></td>
129         <td width="30%"><slot>&nbsp;</slot></td>
130         <td width="20%"><slot>&nbsp;</slot></td>
131         <td width="30%"><slot>&nbsp;</slot></td>
132         </tr>
133 <!--
134         <tr>
135         <td width="20%" valign="top" valign="top"><slot>{MOD.LBL_CAMPAIGN_OBJECTIVE}</slot></td>
136         <td colspan="3"><slot>{OBJECTIVE}</slot></td>
137 </tr><tr>
138         <td width="20%" valign="top" valign="top"><slot>{MOD.LBL_CAMPAIGN_CONTENT}</slot></td>
139         <td colspan="3"><slot>{CONTENT}</slot></td>
140 </tr>
141 -->
142 </table>
143 </p>
144 <div align=center>{MY_CHART_ROI}</div>
145
146 <!-- END: main -->