通常', "\n"; echo '', "\n"; } // 写真画像URL取得 $ur_photo = get_system_info('url_photo'); // 似顔絵URL取得 $ur_nigaoe = get_system_info('url_nigaoe'); // メイン処理 set_global('staff', 'スタッフ情報管理', '似顔絵チェックリスト', BACK_TOP); $sql = "SELECT nd_nigaoe_id,nd_status,nd_random_id,nd_campaign_cd,nd_photo_date,nd_assign_date,nd_creation_date,nd_completion_date,nd_nouki_date" . ",nd_priority, nd_staff_id,nd_sex_code,nd_brushwork,nd_age,nd_photo_file,nd_nigaoe_file,to_char(nd_nouki_date - now(),'dd日 HH24時間MI分') AS limit_nouki" . " FROM t_nigaoe_data WHERE nd_nigaoe_id=$id"; $result = db_exec($sql); if (pg_numrows($result) == 0) system_error("所属名IDが不正", __FILE__); $fetch = pg_fetch_object($result, 0); ?> <?=$g_title?>
■似顔絵を確認して下さい
顔写真 似顔絵
似顔絵ID nd_random_id?> 性別 nd_sex_code)?> 年齢 nd_age != '' ? $fetch->nd_age : '-'?>才
担当作画スタッフ nd_staff_id)?> <nd_staff_id)?>>

納期 nd_nouki_date)?>  [ 納期まで:limit_nouki?> ]
ユーザからの写真受信日時 nd_photo_date)?>  photo != '' ? "[経過時間:$fetch->photo]":''?>
作画スタッフ割当日時 nd_assign_date)?>  assign != '' ? "[経過時間:$fetch->assign]":''?>
似顔絵作成開始日時 nd_creation_date)?>  creation != '' ? "[経過時間:$fetch->creation]":''?>
似顔絵完成日時 nd_completion_date)?>  completion != '' ? "[経過時間:$fetch->completion]":''?>

>