/[fcproducts]/index.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /index.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (hide annotations)
Thu Jun 7 06:06:05 2001 UTC (22 years, 10 months ago) by ravilov
Branch: MAIN
Changes since 1.7: +4 -3 lines
Ispravljene manje greskice

1 ravilov 1.1 <?
2     include("util.php");
3     $auth = true;
4     if ($auth && (!isset($PHP_AUTH_USER) || !isset($PHP_AUTH_PW)))
5     $auth = false;
6     if ($auth) {
7     include("conn.php");
8     DBOpen();
9     $row = DBQuery("SELECT password FROM users WHERE (login='$PHP_AUTH_USER')");
10     DBClose();
11     if (count($row) <= 0) $auth = false;
12     if ($auth) {
13     $row = $row[0];
14 ravilov 1.7 if (substr($row[0], 0, 5) == "auth_") {
15     switch (strtoupper(substr($row[0], 5))) {
16     case "POP3":
17     include("auth_POP3.php");
18     $pop = new POP3();
19     $pop->connect("intranet.pliva.hr");
20     $ret = $pop->checklogin($PHP_AUTH_USER, $PHP_AUTH_PW);
21     $pop->quit();
22     if (!$ret) $auth = false;
23     break;
24     default: $auth = false; break;
25     }
26     } else {
27     $pw = md5($PHP_AUTH_USER.$PHP_AUTH_PW);
28     if ($pw != $row[0]) $auth = false;
29     }
30     # if ($PHP_AUTH_PW != $row[0]) $auth = false;
31 ravilov 1.1 }
32     }
33 dpavlin 1.3 if (!$auth || $relogin == $PHP_AUTH_USER) {
34 ravilov 1.1 Header("WWW-Authenticate: Basic realm=\"fcproducts\"");
35     Header("HTTP/1.0 401 Unauthorized");
36     echo "<HTML><B>No access.</B></HTML>\n";
37     exit;
38     }
39 ravilov 1.4 # if (!$id) { echo "<HTML><B>No product ID!</B></HTML>\n"; exit; }
40     DBOpen();
41     if (!$id) {
42     $id = 1;
43     $row = DBQuery("SELECT MIN(product_id) FROM products");
44     if ($row[0]) $id = $row[0][0];
45     }
46 ravilov 1.1 $error = "";
47     $msg = false;
48     $err = 0;
49     $row = DBQuery("SELECT market,production,purchasing,economics,risks,competition,potential,portfolio,sales,quality,dosage,evaluation,comment FROM user_product WHERE (product_id=$id) AND (login='$PHP_AUTH_USER')");
50     list($ok_market, $ok_production, $ok_purchasing, $ok_economics,
51     $ok_risks, $ok_competition, $ok_potential, $ok_portfolio,
52     $ok_sales, $ok_quality, $ok_dosage, $ok_evaluation,
53 ravilov 1.4 $ok_comment) = array(-1, -1, -1, -1, -1, -1, -1, -1, -1,
54     -1, -1, -1, -1);
55     if (is_array($row[0])) {
56     bool_fix($row[0]);
57     list($ok_market, $ok_production, $ok_purchasing,
58     $ok_economics, $ok_risks, $ok_competition,
59     $ok_potential, $ok_portfolio, $ok_sales, $ok_quality,
60     $ok_dosage, $ok_evaluation, $ok_comment) = $row[0];
61     }
62 ravilov 1.1 if ($save) {
63     $error = "";
64     $q = array();
65     if ($error == "" && $ok_market > 0) {
66     if (!CheckURL($info_market)) { $error = "Invalid URL."; $err = 1; }
67     if ($error == "") array_push($q, "link_market='$info_market',cust_existing='$cust_existing',cust_potential='$cust_potential',fc_price='$fc_price'");
68     }
69     if ($error == "" && $ok_competition > 0) {
70     if (!CheckURL($info_competition)) { $error = "Invalid URL."; $err = 2; }
71     if ($error == "") array_push($q, "link_competition='$info_competition',competitors='$competitors',holders='$holders',market_size='$market_size'");
72     }
73     if ($error == "" && $ok_quality > 0) {
74     if (!CheckURL($info_quality)) { $error = "Invalid URL."; $err = 3; }
75     if ($error == "") array_push($q, "link_quality='$info_quality',quality='$quality',registrations='$registrations',last_fda='$last_fda'");
76     }
77     if ($error == "" && $ok_production > 0) {
78     if (!CheckURL($info_production)) { $error = "Invalid URL."; $err = 4; }
79     if ($error == "") array_push($q, "link_production='$info_production',cap_nominal='$cap_nominal',cap_util='$cap_util'");
80     }
81     if ($error == "" && $ok_potential > 0) {
82     if (!CheckURL($info_potential)) { $error = "Invalid URL."; $err = 5; }
83     if ($error == "") array_push($q, "link_potential='$info_potential',ther_class='$ther_class',indication='$indication'");
84     }
85     if ($error == "" && $ok_dosage > 0) {
86     if (!CheckURL($info_dosage)) { $error = "Invalid URL."; $err = 6; }
87     if ($error == "") array_push($q, "link_dosage='$info_dosage',sales_1999='$sales_1999',launch_year='$launch_year'");
88     }
89     if ($error == "" && $ok_purchasing > 0) {
90     if (!CheckURL($info_purchasing)) { $error = "Invalid URL."; $err = 7; }
91     if ($error == "") array_push($q, "link_purchasing='$info_purchasing',mat_raw='$mat_raw',suppliers='$suppliers',mat_cost='$mat_cost'");
92     }
93     if ($error == "" && $ok_portfolio > 0) array_push($q, "fc_rank='$fc_rank',fc_share='$fc_share'");
94     if ($error == "" && $ok_evaluation > 0) array_push($q, "maturity='$maturity',comp_intensity='$comp_intensity',comp_position='$comp_position'");
95     if ($error == "" && $ok_economics > 0) {
96     if (!CheckURL($info_economics)) { $error = "Invalid URL."; $err = 8; }
97     if ($error == "") array_push($q, "link_economics='$info_economics',cogs='$cogs',op_income='$op_income',break_even='$break_even',m3='$m3'");
98     }
99     if ($error == "" && $ok_risks > 0) {
100     if (!CheckURL($info_risks)) { $error = "Invalid URL."; $err = 9; }
101     if ($error == "") array_push($q, "link_risks='$info_risks',risks='$risks'");
102     }
103     if ($error == "" && $ok_sales > 0) {
104     list($name, $tmp, $type) = array($HTTP_POST_FILES["sales_img"]["name"],
105     $HTTP_POST_FILES["sales_img"]["tmp_name"],
106     $HTTP_POST_FILES["sales_img"]["type"]);
107     if ($name) {
108     list($maj, $min) = split("/", $type);
109     if ($maj != "image") $error = "Only image files (GIF, JPEG, PNG) can be accepted.";
110     if ($error == "") {
111     $content = "";
112     $fp = fopen($tmp, "rb");
113     while (!feof($fp)) $content .= fgets($fp, 1024);
114     fclose($fp);
115     $md5 = md5($content);
116     $ext = "";
117     switch ($min) {
118     case "jpeg": case "jpg": $ext = ".jpg"; break;
119     case "gif": $ext = ".gif"; break;
120     case "png": $ext = ".png"; break;
121     default: $x = strlen($name); while ($name[$x - 1] != "." && --$x > 0); if ($x > 0) $ext = substr($name, $x); break;
122     }
123     if (!move_uploaded_file($tmp, "img/".$md5.$ext))
124     $error = "An error occured while uploading image.";
125     }
126     if ($error == "") {
127     $row = DBQuery("SELECT sales_img FROM products WHERE (product_id=$id)");
128     if ($row[0][0]) @unlink("img/".$row[0][0]);
129     array_push($q, "link_sales='$name',sales_img='$md5$ext'");
130     }
131     }
132     }
133     if ($error == "" && $ok_comment > 0) array_push($q, "comment='$comment'");
134     if ($error == "") {
135     if (count($q) > 0) $q = "UPDATE products SET ".join(",", $q)." WHERE (product_id=$id)";
136     else $q = "";
137     $ret = ($q != "") ? DBQuery($q) : array(1);
138     if ($ret[0] <= 0) $error = "Unable to update data.";
139     }
140     if ($error == "") $msg = true; else $edit = 1;
141     } else {
142     $row = DBQuery("SELECT link_market,link_production,link_purchasing,link_economics,link_risks,link_competition,link_potential,link_quality,link_dosage,link_sales,comment,cust_potential,cust_existing,fc_price,competitors,holders,market_size,quality,registrations,last_fda,cap_nominal,cap_util,ther_class,indication,sales_1999,launch_year,mat_raw,suppliers,mat_cost,fc_rank,fc_share,maturity,comp_intensity,comp_position,cogs,op_income,break_even,m3,sales_img,risks FROM products WHERE (product_id=$id)");
143     if (count($row) <= 0) { echo "<HTML><B>No such product ID.</B></HTML>"; exit; }
144     list($info_market, $info_production, $info_purchasing,
145     $info_economics, $info_risks, $info_competition,
146     $info_potential, $info_quality, $info_dosage,
147     $info_sales, $comment, $cust_potential, $cust_existing,
148     $fc_price, $competitors, $holders, $market_size,
149     $quality, $registrations, $last_fda, $cap_nominal,
150     $cap_util, $ther_class, $indication, $sales_1999,
151     $launch_year, $mat_raw, $suppliers, $mat_cost,
152     $fc_rank, $fc_share, $maturity, $comp_intensity,
153     $comp_position, $cogs, $op_income, $break_even,
154     $m3, $sales_img, $risks) = $row[0];
155     }
156     $row = DBQuery("SELECT naziv FROM products WHERE (product_id=$id)");
157     list($product_name) = $row[0];
158     ?>
159     <HTML>
160     <HEAD>
161     <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
162     <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
163 dpavlin 1.3 <?php
164 ravilov 1.4 $ns_ua = "Mozilla/4.";
165     $old_netscape = (substr($HTTP_USER_AGENT, 0, strlen($ns_ua)) == $ns_ua) ?
166     true : false;
167     if ($old_netscape) $old_netscape = strstr($HTTP_USER_AGENT, "MSIE") ? false : true;
168     if ($old_netscape) echo "<LINK REL=\"StyleSheet\" HREF=\"style-ns.css\">\n";
169     else echo "<LINK REL=\"StyleSheet\" HREF=\"style.css\">\n";
170 dpavlin 1.3 ?>
171 ravilov 1.8 <TITLE><?= ereg_replace("\r?\n(.*)$", " (\\1)", $product_name); ?></TITLE>
172 ravilov 1.1 <?php if ($msg): ?>
173     <META HTTP-EQUIV="Refresh" CONTENT="1; URL=?id=<?= $id ?>">
174     <?php else: ?>
175     <SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript">
176     <!-- // begin
177     // Empty for now...
178     // end -->
179     </SCRIPT>
180     <?php endif; ?>
181     </HEAD>
182     <BODY BGCOLOR="#FFFFFF" LINK="#000000" VLINK="#000000" ALINK="#FF0000">
183     <?php if ($msg): ?>
184     <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="100%" HEIGHT="100%"><TR><TD ALIGN="center" VALIGN="middle">
185     <TABLE BORDER="5" BORDERCOLOR="#000000" CELLSPACING="0" CELLPADDING="20"><TR><TD>
186     <FONT COLOR="#008000" STYLE="font-size: 32px;"><B><TT>Data successfully saved.</TT></B></FONT>
187     </TD></TR></TABLE>
188     </TD></TR></TABLE>
189     <?php else: ?>
190     <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="2" WIDTH="100%" HEIGHT="100%">
191     <TR>
192 ravilov 1.4 <TD ALIGN="left" VALIGN="top" WIDTH="33%" HEIGHT="1%"><TABLE BORDER="0" CELLSPACING="0"><TR><TD CLASS="title1"><B>FINE CHEMICALS</B></TD></TR></TABLE></TD>
193 ravilov 1.8 <TD ALIGN="center" VALIGN="top" ROWSPAN="2" WIDTH="33%" HEIGHT="1%"><TABLE BORDER="0" CELLSPACING="0"><TR><TD CLASS="title2"><B><?= ereg_replace("\r?\n(.*)$", "<BR><SMALL>\\1</SMALL>", $product_name); ?></B></TD></TR></TABLE></TD>
194 ravilov 1.4 <TD ALIGN="right" VALIGN="top" WIDTH="33%" HEIGHT="1%" COLSPAN="2"><TABLE BORDER="0" CELLSPACING="0"><TR><TD CLASS="title3"><B>PRODUCT MATRIX</B></TD></TR></TABLE></TD>
195 ravilov 1.1 </TR>
196 ravilov 1.4 <FORM ENCTYPE="multipart/form-data" METHOD="post" ACTION="<?= $PHP_SELF ?>">
197 ravilov 1.5 <TR><TD ALIGN="left" VALIGN="bottom"><HR WIDTH="100%" SIZE="1" NOSHADE><INPUT TYPE="submit" NAME="change" VALUE="Change" CLASS="button"> product to <SELECT NAME="id" ONCHANGE="document.forms[0].submit();"><?php
198 ravilov 1.4 $row = DBQuery("SELECT product_id,naziv FROM products ORDER BY naziv");
199     while (list($key, $val) = each($row)) {
200     list($_id, $name) = $val;
201 ravilov 1.8 $name = ereg_replace("\r?\n.*$", "", $name);
202 ravilov 1.4 $selected = ($id == $_id) ? " SELECTED" : "";
203     echo "<OPTION VALUE=\"$_id\"$selected>$name</OPTION>\n";
204     }
205     ?></SELECT></TD><TD ALIGN="right" VALIGN="bottom" HEIGHT="1%" COLSPAN="2"><B>Date of last change:</B> <?php $tmp = getlastmod(); echo date("F d, Y.", $tmp)." at ".date("H:i:s", $tmp); ?></TD></TR>
206     </FORM>
207     <TR><TD COLSPAN="4" ALIGN="center" HEIGHT="1%"><HR WIDTH="100%" SIZE="2"></TD></TR>
208     <FORM ENCTYPE="multipart/form-data" METHOD="post" ACTION="<?= $PHP_SELF ?>">
209 ravilov 1.1 <TR>
210    
211     <TD WIDTH="33%" ALIGN="center" VALIGN="top">
212     <TABLE CLASS="table" CELLSPACING="0" CELLPADDING="1" WIDTH="100%" HEIGHT="100%">
213     <TR><TD CLASS="cell3" ALIGN="center" VALIGN="middle" HEIGHT="1%"><B>Market Position of Fine Chemicals</B></TD></TR>
214     <TR><?php if ($ok_market >= 0): ?><TD CLASS="cell1" ALIGN="left" VALIGN="top">
215     <UL>
216     <LI>customers: existing: <?php if ($edit && $ok_market > 0): ?><INPUT TYPE="text" CLASS="text" NAME="cust_existing" VALUE="<?= $cust_existing ?>"><?php else: ?><?= $cust_existing ?><?php endif; ?><BR>potential: <?php if ($edit && $ok_market > 0): ?><INPUT TYPE="text" CLASS="text" NAME="cust_potential" VALUE="<?= $cust_potential ?>"><?php else: ?><?= $cust_potential ?><?php endif; ?></LI>
217     <LI>FC price and trend: <?php if ($edit && $ok_market > 0): ?><INPUT TYPE="text" CLASS="text" NAME="fc_price" VALUE="<?= $fc_price ?>"><?php else: ?><?= $fc_price ?><?php endif; ?></LI>
218     </UL>
219     <P<?php if ($err == 1): ?> CLASS="error" <?php endif; ?>><?php if ($edit && $ok_market > 0): ?>&quot;<B>more data</B>&quot; URL: <INPUT TYPE="text" CLASS="text" NAME="info_market" VALUE="<?= $info_market ?>"><?php elseif ($info_market): ?><B><A HREF="<?= $info_market ?>">more data</A></B><?php else: ?>&nbsp;<?php endif; ?></P>
220     </TD><?php else: ?><TD CLASS="cell1" ALIGN="center" VALIGN="middle"><?= $msg_no_data ?></TD><?php endif; ?></TR>
221     </TABLE>
222     </TD>
223    
224     <TD WIDTH="33%" ALIGN="center" VALIGN="top">
225     <TABLE CLASS="table" CELLSPACING="0" CELLPADDING="1" WIDTH="100%" HEIGHT="100%">
226     <TR><TD CLASS="cell3" ALIGN="center" VALIGN="middle" HEIGHT="1%"><B>Competition</B></TD></TR>
227     <TR><?php if ($ok_competition >= 0): ?><TD CLASS="cell1" ALIGN="left" VALIGN="top">
228     <UL>
229     <LI>relevant competitors: <?php if ($edit && $ok_competition > 0): ?><INPUT TYPE="text" CLASS="text" NAME="competitors" VALUE="<?= $competitors ?>"><?php else: ?><?= $competitors ?><?php endif; ?></LI>
230     <LI>holders of the US DMF: <?php if ($edit && $ok_competition > 0): ?><INPUT TYPE="text" CLASS="text" NAME="holders" VALUE="<?= $holders ?>"><?php else: ?><?= $holders ?><?php endif; ?></LI>
231 ravilov 1.8 <LI>API market size 1999: <?php if ($edit && $ok_competition > 0): ?><INPUT TYPE="text" CLASS="text" NAME="market_size" VALUE="<?= $market_size ?>"><?php else: ?><?= $market_size ?><?php endif; ?></LI>
232 ravilov 1.1 </UL>
233     <P<?php if ($err == 2): ?> CLASS="error" <?php endif; ?>><?php if ($edit && $ok_competition > 0): ?>&quot;<B>more data</B>&quot; URL: <INPUT TYPE="text" CLASS="text" NAME="info_competition" VALUE="<?= $info_competition ?>"><?php elseif ($info_competition): ?><B><A HREF="<?= $info_competition ?>">more data</A></B><?php else: ?>&nbsp;<?php endif; ?></P>
234     </TD><?php else: ?><TD CLASS="cell1" ALIGN="center" VALIGN="middle"><?= $msg_no_data ?></TD><?php endif; ?></TR>
235     </TABLE>
236     </TD>
237    
238 ravilov 1.4 <TD WIDTH="33%" ALIGN="center" VALIGN="top" COLSPAN="2">
239 ravilov 1.1 <TABLE CLASS="table" CELLSPACING="0" CELLPADDING="1" WIDTH="100%" HEIGHT="100%">
240     <TR><TD CLASS="cell3" ALIGN="center" VALIGN="middle" HEIGHT="1%"><B>Quality and Regulations</B></TD></TR>
241     <TR><?php if ($ok_quality >= 0): ?><TD CLASS="cell1" ALIGN="left" VALIGN="top">
242     <UL>
243     <LI>product quality: <?php if ($edit && $ok_quality > 0): ?><INPUT TYPE="text" CLASS="text" NAME="quality" VALUE="<?= $quality ?>"><?php else: ?><?= $quality ?><?php endif; ?></LI>
244     <LI>registration submissions: <?php if ($edit && $ok_quality > 0): ?><INPUT TYPE="text" CLASS="text" NAME="registrations" VALUE="<?= $registrations ?>"><?php else: ?><?= $registrations ?><?php endif; ?></LI>
245     <LI>date of last FDA inspection: <?php if ($edit && $ok_quality > 0): ?><INPUT TYPE="text" CLASS="text" NAME="last_fda" VALUE="<?= $last_fda ?>"><?php else: ?><?= $last_fda ?><?php endif; ?></LI>
246     </UL>
247     <P<?php if ($err == 3): ?> CLASS="error" <?php endif; ?>><?php if ($edit && $ok_quality > 0): ?>&quot;<B>more data</B>&quot; URL: <INPUT TYPE="text" CLASS="text" NAME="info_quality" VALUE="<?= $info_quality ?>"><?php elseif ($info_quality): ?><B><A HREF="<?= $info_quality ?>">more data</A></B><?php else: ?>&nbsp;<?php endif; ?></P>
248     </TD><?php else: ?><TD CLASS="cell1" ALIGN="center" VALIGN="middle"><?= $msg_no_data ?></TD><?php endif; ?></TR>
249     </TABLE>
250     </TD>
251    
252     </TR>
253     <TR>
254    
255     <TD WIDTH="33%" ALIGN="center" VALIGN="top">
256     <TABLE CLASS="table" CELLSPACING="0" CELLPADDING="1" WIDTH="100%" HEIGHT="100%">
257     <TR><TD CLASS="cell3" ALIGN="center" VALIGN="middle" HEIGHT="1%"><B>Production</B></TD></TR>
258     <TR><?php if ($ok_production >= 0): ?><TD CLASS="cell1" ALIGN="left" VALIGN="top">
259     <UL>
260     <LI>nominal capacity: <?php if ($edit && $ok_production > 0): ?><INPUT TYPE="text" CLASS="text" NAME="cap_nominal" VALUE="<?= $cap_nominal ?>"><?php else: ?><?= $cap_nominal ?><?php endif; ?></LI>
261     <LI>capacity utilisation: <?php if ($edit && $ok_production > 0): ?><INPUT TYPE="text" CLASS="text" NAME="cap_util" VALUE="<?= $cap_util ?>"><?php else: ?><?= $cap_util ?><?php endif; ?></LI>
262     </UL>
263     <P<?php if ($err == 4): ?> CLASS="error" <?php endif; ?>><?php if ($edit && $ok_production > 0): ?>&quot;<B>more data</B>&quot; URL: <INPUT TYPE="text" CLASS="text" NAME="info_production" VALUE="<?= $info_production ?>"></SPAN><?php elseif ($info_production): ?><B><A HREF="<?= $info_production ?>">more data</A></B><?php else: ?>&nbsp;<?php endif; ?></P>
264     </TD><?php else: ?><TD CLASS="cell1" ALIGN="center" VALIGN="middle"><?= $msg_no_data ?></TD><?php endif; ?></TR>
265     </TABLE>
266     </TD>
267    
268     <TD WIDTH="33%" ALIGN="center" VALIGN="top">
269     <TABLE CLASS="table" CELLSPACING="0" CELLPADDING="1" WIDTH="100%" HEIGHT="100%">
270     <TR><TD CLASS="cell3" ALIGN="center" VALIGN="middle" HEIGHT="1%"><B>Therapeutic Potential</B></TD></TR>
271     <TR><?php if ($ok_potential >= 0): ?><TD CLASS="cell1" ALIGN="left" VALIGN="top">
272     <UL>
273     <LI>therapeutic class: <?php if ($edit && $ok_potential > 0): ?><INPUT TYPE="text" CLASS="text" NAME="ther_class" VALUE="<?= $ther_class ?>"><?php else: ?><?= $ther_class ?><?php endif; ?></LI>
274     <LI>main indication: <?php if ($edit && $ok_potential > 0): ?><INPUT TYPE="text" CLASS="text" NAME="indication" VALUE="<?= $indication ?>"><?php else: ?><?= $indication ?><?php endif; ?></LI>
275     </UL>
276     <P<?php if ($err == 5): ?> CLASS="error" <?php endif; ?>><?php if ($edit && $ok_potential > 0): ?>&quot;<B>more data</B>&quot; URL: <INPUT TYPE="text" CLASS="text" NAME="info_potential" VALUE="<?= $info_potential ?>"></SPAN><?php elseif ($info_potential): ?><B><A HREF="<?= $info_potential ?>">more data</A></B><?php else: ?>&nbsp;<?php endif; ?></P>
277     </TD><?php else: ?><TD CLASS="cell1" ALIGN="center" VALIGN="middle"><?= $msg_no_data ?></TD><?php endif; ?></TR>
278     </TABLE>
279     </TD>
280    
281 ravilov 1.4 <TD WIDTH="33%" ALIGN="center" VALIGN="top" COLSPAN="2">
282 ravilov 1.1 <TABLE CLASS="table" CELLSPACING="0" CELLPADDING="1" WIDTH="100%" HEIGHT="100%">
283     <TR><TD CLASS="cell3" ALIGN="center" VALIGN="middle" HEIGHT="1%"><B>Dosage Form Market</B></TD></TR>
284     <TR><?php if ($ok_dosage >= 0): ?><TD CLASS="cell1" ALIGN="left" VALIGN="top">
285     <UL>
286     <LI>sales 1999 and 5-year trend: <?php if ($edit && $ok_dosage > 0): ?><INPUT TYPE="text" CLASS="text" NAME="sales_1999" VALUE="<?= $sales_1999 ?>"><?php else: ?><?= $sales_1999 ?><?php endif; ?></LI>
287     <LI>originator &amp; year of launch: <?php if ($edit && $ok_dosage > 0): ?><INPUT TYPE="text" CLASS="text" NAME="launch_year" VALUE="<?= $launch_year ?>"><?php else: ?><?= $launch_year ?><?php endif; ?></LI>
288     </UL>
289     <P<?php if ($err == 6): ?> CLASS="error" <?php endif; ?>><?php if ($edit && $ok_dosage > 0): ?>&quot;<B>more data</B>&quot; URL: <INPUT TYPE="text" CLASS="text" NAME="info_dosage" VALUE="<?= $info_dosage ?>"></SPAN><?php elseif ($info_dosage): ?><B><A HREF="<?= $info_dosage ?>">more data</A></B><?php else: ?>&nbsp;<?php endif; ?></P>
290     </TD><?php else: ?><TD CLASS="cell1" ALIGN="center" VALIGN="middle"><?= $msg_no_data ?></TD><?php endif; ?></TR>
291     </TABLE>
292     </TD>
293    
294     </TR>
295     <TR>
296    
297     <TD WIDTH="33%" ROWSPAN="2" ALIGN="center" VALIGN="top">
298     <TABLE CLASS="table" CELLSPACING="0" CELLPADDING="1" WIDTH="100%" HEIGHT="100%">
299     <TR><TD CLASS="cell3" ALIGN="center" VALIGN="middle" HEIGHT="1%"><B>Purchasing</B></TD></TR>
300     <TR><?php if ($ok_purchasing >= 0): ?><TD CLASS="cell1" ALIGN="left" VALIGN="top">
301     <UL>
302     <LI>key intermediates/raw materials: <?php if ($edit && $ok_purchasing > 0): ?><INPUT TYPE="text" CLASS="text" NAME="mat_raw" VALUE="<?= $mat_raw ?>"><?php else: ?><?= $mat_raw ?><?php endif; ?></LI>
303     <LI>approved suppliers: <?php if ($edit && $ok_purchasing > 0): ?><INPUT TYPE="text" CLASS="text" NAME="suppliers" VALUE="<?= $suppliers ?>"><?php else: ?><?= $suppliers ?><?php endif; ?></LI>
304     <LI>material cost trend (standards): <?php if ($edit && $ok_purchasing > 0): ?><INPUT TYPE="text" CLASS="text" NAME="mat_cost" VALUE="<?= $mat_cost ?>"><?php else: ?><?= $mat_cost ?><?php endif; ?></LI>
305     </UL>
306     <P<?php if ($err == 7): ?> CLASS="error" <?php endif; ?>><?php if ($edit && $ok_purchasing > 0): ?>&quot;<B>more data</B>&quot; URL: <INPUT TYPE="text" CLASS="text" NAME="info_purchasing" VALUE="<?= $info_purchasing ?>"><?php elseif ($info_purchasing): ?><B><A HREF="<?= $info_purchasing ?>">more data</A></B><?php else: ?>&nbsp;<?php endif; ?></P>
307     </TD><?php else: ?><TD CLASS="cell1" ALIGN="center" VALIGN="middle"><?= $msg_no_data ?></TD><?php endif; ?></TR>
308     </TABLE>
309     </TD>
310    
311     <TD WIDTH="33%" ALIGN="center" VALIGN="top">
312     <TABLE CLASS="table" CELLSPACING="0" CELLPADDING="1" WIDTH="100%" HEIGHT="100%">
313     <TR><TD CLASS="cell2" ALIGN="center" VALIGN="middle"><?php if ($ok_portfolio >= 0): ?><B>Rank in FC portfolio: <?php if ($edit && $ok_portfolio > 0): ?><INPUT TYPE="text" CLASS="text2" NAME="fc_rank" VALUE="<?= $fc_rank ?>"><?php else: ?><?= $fc_rank ?><?php endif; ?><BR>Share in FC portfolio: <?php if ($edit && $ok_portfolio > 0): ?><INPUT TYPE="text" CLASS="text2" NAME="fc_share" VALUE="<?= $fc_share ?>"><?php else: ?><?= $fc_share ?><?php endif; ?></B><?php else: ?><?= $msg_no_data ?><?php endif; ?></TD></TR>
314     </TABLE>
315     </TD>
316    
317 ravilov 1.4 <TD WIDTH="33%" ROWSPAN="2" ALIGN="center" VALIGN="top" COLSPAN="2">
318 ravilov 1.1 <TABLE CLASS="table" CELLSPACING="0" CELLPADDING="1" WIDTH="100%" HEIGHT="100%">
319     <TR><TD CLASS="cell3" ALIGN="center" VALIGN="middle" HEIGHT="1%"><SPAN CLASS="red"><B>Product Evaluation</B></SPAN></TD></TR>
320     <TR><?php if ($ok_evaluation >= 0): ?><TD CLASS="cell2" ALIGN="left" VALIGN="top">
321     <UL>
322     <LI><B>Maturity: <?php if ($edit && $ok_evaluation > 0): ?><INPUT TYPE="text" CLASS="text2" NAME="maturity" VALUE="<?= $maturity ?>"><?php else: ?><?= $maturity ?><?php endif; ?></B></LI>
323     <LI><B>Competitive intensity: <?php if ($edit && $ok_evaluation > 0): ?><INPUT TYPE="text" CLASS="text2" NAME="comp_intensity" VALUE="<?= $comp_intensity ?>"><?php else: ?><?= $comp_intensity ?><?php endif; ?></B></LI>
324     <LI CLASS="red"><B>Competitive position: <?php if ($edit && $ok_evaluation > 0): ?><INPUT TYPE="text" CLASS="text2" NAME="comp_position" VALUE="<?= $comp_position ?>"><?php else: ?><?= $comp_position ?><?php endif; ?></B></LI>
325     </UL>
326     </TD><?php else: ?><TD CLASS="cell2" ALIGN="center" VALIGN="middle"><?= $msg_no_data ?></TD><?php endif; ?></TR>
327     </TABLE>
328     </TD>
329    
330     </TR>
331     <TR>
332    
333     <TD WIDTH="33%" ROWSPAN="3" ALIGN="center" VALIGN="top">
334     <TABLE CLASS="table" CELLSPACING="0" CELLPADDING="1" WIDTH="100%" HEIGHT="100%">
335     <TR><TD CLASS="cell3" ALIGN="center" VALIGN="middle" HEIGHT="1%"><B>Sales: realisation&amp;plan / Price trend</B></SPAN></TD></TR>
336 ravilov 1.6 <TR><TD CLASS="cell1" ALIGN="center" VALIGN="middle" HEIGHT="100%"><?php if ($ok_sales >= 0): ?><?php if ($edit && $ok_sales > 0): ?><B>Please choose an image to display here.</B><BR><BR><INPUT TYPE="file" CLASS="file" NAME="sales_img" VALUE="<?= $info_sales ?>"><BR><SMALL><I><B>NOTE:</B> The previously specified image will be used if no image is specified.</I></SMALL><?php elseif ($sales_img): ?><IMG SRC="img/<?= $sales_img ?>" BORDER="0" ALT=""><?php else: ?>&nbsp;<?php endif; ?><?php else: ?><?= $msg_no_data ?><?php endif; ?></TD></TR>
337 ravilov 1.1 </TABLE>
338     </TD>
339    
340     </TR>
341     <TR>
342    
343     <TD WIDTH="33%" ALIGN="center" VALIGN="top">
344     <TABLE CLASS="table" CELLSPACING="0" CELLPADDING="1" WIDTH="100%" HEIGHT="100%">
345     <TR><TD CLASS="cell3" ALIGN="center" VALIGN="middle" HEIGHT="1%"><B>Product Economics</B></TD></TR>
346     <TR><?php if ($ok_economics >= 0): ?><TD CLASS="cell1" ALIGN="left" VALIGN="middle">
347     <UL>
348     <LI>% COGS: <?php if ($edit && $ok_economics > 0): ?><INPUT TYPE="text" CLASS="text" NAME="cogs" VALUE="<?= $cogs ?>"><?php else: ?><?= $cogs ?><?php endif; ?></LI>
349     <LI>% operating income: <?php if ($edit && $ok_economics > 0): ?><INPUT TYPE="text" CLASS="text" NAME="op_income" VALUE="<?= $op_income ?>"><?php else: ?><?= $op_income ?><?php endif; ?></LI>
350     <LI>break even point: <?php if ($edit && $ok_economics > 0): ?><INPUT TYPE="text" CLASS="text" NAME="break_even" VALUE="<?= $break_even ?>"><?php else: ?><?= $break_even ?><?php endif; ?></LI>
351     <LI>US$ /m<SUP>3</SUP>/ day: <?php if ($edit && $ok_economics > 0): ?><INPUT TYPE="text" CLASS="text" NAME="m3" VALUE="<?= $m3 ?>"><?php else: ?><?= $m3 ?><?php endif; ?></LI>
352     </UL>
353     <P<?php if ($err == 8): ?> CLASS="error" <?php endif; ?>><?php if ($edit && $ok_economics > 0): ?>&quot;<B>more data</B>&quot; URL: <INPUT TYPE="text" CLASS="text" NAME="info_economics" VALUE="<?= $info_economics ?>"><?php elseif ($info_economics): ?><B><A HREF="<?= $info_economics ?>">more data</A></B><?php else: ?>&nbsp;<?php endif; ?></P>
354     </TD><?php else: ?><TD CLASS="cell2" ALIGN="center" VALIGN="middle"><?= $msg_no_data ?></TD><?php endif; ?></TR>
355     </TABLE>
356     </TD>
357    
358 ravilov 1.4 <TD WIDTH="33%" ROWSPAN="2" ALIGN="center" VALIGN="top" COLSPAN="2">
359 ravilov 1.1 <TABLE CLASS="table" CELLSPACING="0" CELLPADDING="1" WIDTH="100%" HEIGHT="100%">
360     <TR><TD CLASS="cell2" ALIGN="left" VALIGN="top"><B>Comments</B><BR><?php if ($ok_comment >= 0): ?><?php if ($edit && $ok_comment > 0): ?><TEXTAREA NAME="comment" WRAP="virtual" CLASS="ta2"><?= $comment ?></TEXTAREA><?php else: ?><BLOCKQUOTE><?php
361     $out = str_replace("&", "&amp;", $comment);
362     $out = str_replace(" ", "&nbsp;", $out);
363     $out = str_replace("<", "&lt;", $out);
364     $out = str_replace(">", "&gt;", $out);
365     $out = ereg_replace("\r?\n", "<BR>", $out);
366     echo $out;
367 ravilov 1.4 ?></BLOCKQUOTE><?php endif; ?><?php else: ?><BR><BR><BR><P CLASS="center"><?= $msg_no_data ?></P><?php endif; ?></TD></TR>
368 ravilov 1.1 </TABLE>
369     </TD>
370    
371     </TR>
372     <TR>
373    
374 ravilov 1.4 <TD WIDTH="33%" HEIGHT="1%">
375 ravilov 1.1 <TABLE CLASS="table" CELLSPACING="0" CELLPADDING="1" WIDTH="100%" HEIGHT="100%">
376     <TR><TD CLASS="cell3" ALIGN="center" VALIGN="middle" HEIGHT="1%"><B>Risks</B></TD></TR>
377     <TR><?php if ($ok_risks >= 0): ?><TD CLASS="cell1" ALIGN="left" VALIGN="middle">
378     <UL>
379     <LI>key risks: <?php if ($edit && $ok_risks > 0): ?><INPUT TYPE="text" CLASS="text" NAME="risks" VALUE="<?= $risks ?>"><?php else: ?><?= $risks ?><?php endif; ?></LI>
380     </UL>
381     <P<?php if ($err == 9): ?> CLASS="error" <?php endif; ?>><?php if ($edit && $ok_risks > 0): ?>&quot;<B>more data</B>&quot; URL: <INPUT TYPE="text" CLASS="text" NAME="info_risks" VALUE="<?= $info_risks ?>"><?php elseif ($info_risks): ?><B><A HREF="<?= $info_risks ?>">more data</A></B><?php else: ?>&nbsp;<?php endif; ?></P>
382     </TD><?php else: ?><TD CLASS="cell1" ALIGN="center" VALIGN="middle"><?= $msg_no_data ?></TD><?php endif; ?></TR>
383     </TABLE>
384     </TD>
385    
386     </TR>
387     <TR>
388 ravilov 1.4 <TD ALIGN="left" VALIGN="top" COLSPAN="2"><?php if ($error): ?><FONT COLOR="#FF0000" SIZE="2"><B><?= $error ?></B><?php else: ?>&nbsp;<?php endif; ?></TD>
389     <TD ALIGN="left" VALIGN="middle"><SMALL CLASS="info">&nbsp;&nbsp;Logged in as <B><?= $PHP_AUTH_USER ?></B>.&nbsp;&nbsp;[<A HREF="?relogin=<?= $PHP_AUTH_USER ?>" CLASS="logout">Logout</A>]</SMALL></TD>
390     <TD ALIGN="right"><?php if ($edit): ?><INPUT TYPE="submit" CLASS="button" VALUE="Cancel">&nbsp;<INPUT TYPE="submit" CLASS="button" NAME="save" VALUE="Save"><?php else: ?><INPUT TYPE="hidden" NAME="edit" VALUE="1"><INPUT TYPE="submit" CLASS="button" VALUE="Edit..."><?php endif; ?></TD>
391 ravilov 1.1 </TR>
392     </TABLE>
393     </TD></TR>
394 ravilov 1.4 <INPUT TYPE="hidden" NAME="id" VALUE="<?= $id ?>"></FORM>
395 ravilov 1.1 </TABLE>
396     <?php endif; ?>
397     </BODY>
398 ravilov 1.4 <?php DBClose(); ?>
399 ravilov 1.1 </HTML>

  ViewVC Help
Powered by ViewVC 1.1.26