|
@@ 4264-4274 (lines=11) @@
|
| 4261 |
|
$stuffing = $justify ? ' ' : ''; |
| 4262 |
|
|
| 4263 |
|
// ͽ����ֻ����Í̵����ǧ��Í̵�ˤ�äƥɥå�GIF���ؤ��� |
| 4264 |
|
if ($admission) { |
| 4265 |
|
if ($is_start_date) { |
| 4266 |
|
$dot = "<img border='0' src='$this->images_url/dot_startday.gif' />"; |
| 4267 |
|
} elseif ($is_end_date) { |
| 4268 |
|
$dot = "<img border='0' src='$this->images_url/dot_endday.gif' />"; |
| 4269 |
|
} else { |
| 4270 |
|
$dot = "<img border='0' src='$this->images_url/dot_interimday.gif' />"; |
| 4271 |
|
} |
| 4272 |
|
} else { |
| 4273 |
|
$dot = "<img border='0' src='$this->images_url/dot_notadmit.gif' />"; |
| 4274 |
|
} |
| 4275 |
|
|
| 4276 |
|
if ($is_start_date) { |
| 4277 |
|
if ($is_end_date) { |
|
@@ 4329-4339 (lines=11) @@
|
| 4326 |
|
$stuffing = $justify ? ' ' : ''; |
| 4327 |
|
|
| 4328 |
|
// ͽ����ֻ����Í̵����ǧ��Í̵�ˤ�äƥɥå�GIF���ؤ��� |
| 4329 |
|
if ($admission) { |
| 4330 |
|
if ($event->is_start_date) { |
| 4331 |
|
$dot = "<img border='0' src='$this->images_url/dot_startday.gif' />"; |
| 4332 |
|
} elseif ($event->is_end_date) { |
| 4333 |
|
$dot = "<img border='0' src='$this->images_url/dot_endday.gif' />"; |
| 4334 |
|
} else { |
| 4335 |
|
$dot = "<img border='0' src='$this->images_url/dot_interimday.gif' />"; |
| 4336 |
|
} |
| 4337 |
|
} else { |
| 4338 |
|
$dot = "<img border='0' src='$this->images_url/dot_notadmit.gif' />"; |
| 4339 |
|
} |
| 4340 |
|
|
| 4341 |
|
if ($event->is_start_date) { |
| 4342 |
|
if ($event->is_end_date) { |