Example #1
0
 &nbsp;<img src="../../images/calendar.gif" alt="calendar" border="0" onClick="showCalendar('date_year','date_day','date_month','date_year','d m y')">&nbsp; YYYY-MM-DD </font></td>
						</tr>


						<tr>
							<td height="18" bgcolor="ECECEC"><font class="style8"> &nbsp;標題 :</font></td>
							<td height="18" bgcolor="FFFFFF"><font class="style8"> <input type="text" name="n_title" id="n_title" value="<?php 
echo $file_title;
?>
" size="40"> </font></td>
						</tr>

						<tr>
							<td height="18" bgcolor="ECECEC"><font class="style8"> &nbsp;描述 :</font></td>
							<td height="18" bgcolor="FFFFFF"><?php 
$content6 = fck_editor('n_content', 'Normal', $file_content);
echo $content6;
?>
</td>
						</tr>

						<tr bgcolor="FFFFFF">
							<td height="18" bgcolor="ECECEC">相關連結名稱:</td>
							<td height="18"><input name="n_link_text" type="text" id="n_link_text" size="40" value="<?php 
echo $file_link_text;
?>
" ></td>
						</tr>

						<tr bgcolor="FFFFFF">
							<td height="18" bgcolor="ECECEC">相關連結網址:</td>
Example #2
0
<input name="date_day" id="date_day" type="text" size="2" maxlength="2" class="style8" value="<?php 
echo substr($file_date, 8, 2);
?>
">
 &nbsp;<img src="../../images/calendar.gif" alt="calendar" border="0" onClick="showCalendar('date_year','date_day','date_month','date_year','d m y')">&nbsp; YYYY-MM-DD </font></td>
						</tr>

						<tr>
							<td height="18" bgcolor="ECECEC"><font class="style8"> &nbsp;標題 :</font></td>
							<td height="18" bgcolor="FFFFFF"><font class="style8"> <input type="text" name="n_title" id="n_title" value="" size="40"> </font></td>
						</tr>

						<tr>
							<td height="18" bgcolor="ECECEC"><font class="style8"> &nbsp;描述 :</font></td>
						  <td height="18" bgcolor="FFFFFF"><?php 
$content6 = fck_editor('n_content', 'Normal');
echo $content6;
?>
</td>
						</tr>

						<tr bgcolor="FFFFFF">
							<td height="18" bgcolor="ECECEC">相關連結名稱:</td>
							<td height="18"><input name="n_link_text" type="text" id="n_link_text" size="40"></td>
						</tr>

						<tr bgcolor="FFFFFF">
							<td height="18" bgcolor="ECECEC">相關連結網址:</td>
							<td height="18"><input name="n_link_url" type="text" id="n_link_url" value="http://" size="40"></td>
						</tr>