1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
|
<?php require_once('../webadmin/configure.php'); $result0 = mysql_query("SELECT * FROM home "); $row0 = mysql_fetch_array($result0,MYSQL_ASSOC); $result = mysql_query("SELECT * FROM sys_menu WHERE mpage = 'career' "); $row = mysql_fetch_array($result,MYSQL_ASSOC);
$result1 = mysql_query("SELECT * FROM career WHERE carid = ".safe_param($_GET['carid'])." AND carpagemodule = 'careerlist' AND carstatus = '1' ORDER BY carsort ASC "); if (mysql_num_rows($result1) > 0){ $row1 = mysql_fetch_array($result1,MYSQL_ASSOC); } else { header("Location: index.php"); } ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=7" /> <title><?=$row1{'metatitleen'};?></title> <meta name="keywords" content="<?=$row1{'metakeyworden'};?>" /> <meta name="description" content="<?=$row1{'metadescen'};?>" /> <link rel="stylesheet" type="text/css" href="../css/style.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> <script type="text/javascript" src="../js/jquery.cycle.all.js"></script> <script type="text/javascript"> $(document).ready(function() { $('.banner').cycle({ fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc... }); }); </script>
<script type="text/javascript" src="../js/check_form.js"></script> </head> <body> <div id="container"> <!-- Header --> <?php require_once('header.php');?> <!-- Main Content --> <div id="body"> <div id="body_content"> <div id="submenu"> <ul><?php // Left Menu $result3 = mysql_query("SELECT * FROM career WHERE carstatus = '1' ORDER BY carsort ASC "); while ($row3 = mysql_fetch_array($result3,MYSQL_ASSOC)){ echo "<li><a href='".$row3{'carpagemodule'}.".php?carid=".$row3{'carid'}."'>".$row3{'cartitleen'}."</a></li>"; }?></ul> </div>
<div id="maincontent"> <?php if(!empty($row1{'carbanneren'})) { echo '<div id="pagebanner"><a href="'.$row1{'carbannerlinken'}.'"><img src="../pagebanner/'.$row1{'carbanneren'}.'" width="670" /></a></div>'; }?> <div id="pagetitle" class="pagetitle"><?=$row1{'cartitleen'};?></div> <div id="path" class="path"><a href="index.php">Home</a> > <?=$row{'mtitleen'};?> > <?=$row1{'cartitleen'};?></div> <div id="pagecontent" class="pagecontent"><?=$row1{'cardescen'};?> <?php $result5 = mysql_query("SELECT * FROM career_list WHERE carlistid = ".safe_param($_GET['carlistid'])." AND carliststatus = '1' ORDER BY carlistsort ASC "); if (mysql_num_rows($result5) > 0){ $row5 = mysql_fetch_array($result5,MYSQL_ASSOC); ?> <br /><br /> <form action="career_submit.php" method="post" name="careerform" id="careerform" onsubmit="return validate_form(this)"> <input type="hidden" name="mailto" value="<?=$row5{'carlistmailto'};?>" /> <table width="670" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="174" align="right" valign="top" class="application_type"><span>*</span> Position : </td> <td width="496" align="left" valign="top" class="application_type"><input name="Position" type="text" value="<?=$row5{'carlisttitleen'};?>" size="40" maxlength="100" /></td> </tr> <tr> <td align="right" valign="top" class="application_type"><span>*</span> Name : </td> <td align="left" valign="top" class="application_type"><input name="Sex" type="radio" value="Mr." checked />Mr.<input type="radio" name="Sex" value="Mrs." />Mrs. <input name="Linkman" type="text" value="" size="20" maxlength="50" /></td> </tr> <tr> <td align="right" valign="top" class="application_type"><span>*</span> Date of Birth : </td> <td align="left" valign="top" class="application_type"><input name="BirthDate" type="text" id="BirthDate" size="20" maxlength="10" /></td> </tr> <tr> <td align="right" valign="top" class="application_type">Marital Status : </td> <td align="left" valign="top" class="application_type"><input name="Marriage" type="radio" value="未婚" checked="checked" /> Single <input type="radio" name="Marriage" value="已婚" /> Married</td> </tr> <tr> <td align="right" valign="top" class="application_type"><span>*</span> Height : </td> <td align="left" valign="top" class="application_type"><input name="hight" type="text" id="hight" size="20" maxlength="10" /> cm </td> </tr> <tr> <td align="right" valign="top" class="application_type"><span>*</span> Account Address : </td> <td align="left" valign="top" class="application_type"><input name="Nation" type="text" id="Nation" size="40" maxlength="100" /></td> </tr> <tr> <td align="right" valign="top" class="application_type">Eduction : </td> <td align="left" valign="middle"><div class="application_edu">Date Name of Institute Degree/Diploma/Certificate </div></td> </tr> <tr> <td align="right" valign="top" class="application_type"> </td> <td align="left" valign="top" class="application_edutextarea"><textarea name="Eduction" rows="6" id="Eduction" style="width:518px;"></textarea></td> </tr> <tr> <td align="right" valign="top" class="application_type">Work experience : </td> <td align="left" valign="top"><div class="application_edu">Date Jot Title Work content Company/Organization </div></td> </tr> <tr> <td align="right" valign="top" class="application_type"> </td> <td align="left" valign="top" class="application_edutextarea"><textarea name="WorkExperience" rows="6" id="WorkExperience" style="width:518px;"></textarea></td> </tr> <tr> <td align="right" valign="top" class="application_type"><span>*</span> Address : </td> <td align="left" valign="top" class="application_type"><input name="Address" type="text" value="" size="40" maxlength="100" /></td> </tr> <tr> <td align="right" valign="top" class="application_type"><span>*</span> Zip Code : </td> <td align="left" valign="top" class="application_type"><input name="ZipCode" type="text" id="ZipCode" value="" size="20" maxlength="20" /></td> </tr> <tr> <td align="right" valign="top" class="application_type">Phone : </td> <td align="left" valign="top" class="application_type"><input name="Telephone" type="text" id="Telephone" value="" size="20" maxlength="50" /> <span>*</span> Mobile : <input name="Mobile" type="text" id="Mobile" value="" size="20" maxlength="50" /></td> </tr> <tr> <td align="right" valign="top" class="application_type"><span>*</span> E-mail : </td> <td align="left" valign="top" class="application_type"><input name="Email" type="text" id="Email" value="" size="30" maxlength="50" /></td> </tr> <tr> <td align="right" valign="top" class="application_type"><span>*</span> Code : </td> <td align="left" valign="top" class="application_type"> <input type="text" id="verify_code_field" name="verify_code_field" value="" /> <div> <img src="../captcha/vCodeImage.php?_=1" alt="點此刷新驗證碼" id="verify_code" name="verify_code" width="150" height="60" border="0" onclick="document.getElementById('verify_code').src='../captcha/vCodeImage.php?' + Math.random();" style="FILTER: wave(add=0,freq=3,lightstrength=50,phase=0,strength=3);cursor:pointer;" /> </div> </td> </tr> <tr> <td align="right" valign="top" class="application_type"> </td> <td align="left" valign="top" class="application_type"><input name="submit" type="image" src="../images/btn_submit_en.jpg" align="absmiddle" /></td> </tr> </table></form> <?php } ?> </div> </div> <div class="clear"></div> </div> </div> <!-- Footer --> <?php require_once('footer.php');?> </div> </body> </html>
|