Aipo7項目名変更

更新日2012-08-06 (月) 14:04:07

スケジュール項目名変更

スケジュールの項目名を変更する。ただし、まだ完全ではなくたとえば予定にマウスをONさせたとき出る項目名はまだ変更できない
以下のファイルで一部変更できた

パス

aipo/tomcat/webapps/aipo/WEB-INF/templates/vm/portlets/html/ja

schedule-detail-print.vm

#ALtditemfooter()
#ALtdcaption('患者指名')
#ALtditem($!{result.Detail.Name})

#* 共有カテゴリ連携(ここから)  *#

#ALtdcaption('共有カテゴリ')
#ALtditem($!{result.Detail.CommonCategoryName})

#* 共有カテゴリ連携(ここまで)  *#

#ALtdcaption('カルテNo')
#ALtditem($!{result.Detail.Place})
#ALtdcaption('部位')
#ALtditem($!{result.Detail.Note})
#ALtdcaption('公開区分')
#ALtditemheader()

ajax-schedule-form.vm

#ALtditemfooter()
#*ALtdcaption("#ALrequired($!result.getFieldName('name'))")*#
#ALtdcaption("患者氏名")
#ALtditem("#ALtextfield('name' $!result.Name '100%' 50 'active')")

#* 共有カテゴリ連携(ここから) *#
#if($!result.isDisplayManHour())
#ALtdcaption("共有カテゴリ")
#ALtditemheader()
#ALselectpdheader("common_category_id" '90%' "");
#ALselectfooter()
#ALtditemfooter()
#end
#* 共有カテゴリ連携(ここまで) *#

#*ALtdcaption("$!result.getFieldName('place')")*#
#ALtdcaption("カルテNo")
#ALtditem("#ALtextfield('place' $!result.Place '100%' 50 'active')")
#*ALtdcaption("$!result.getFieldName('note')")*#
#ALtdcaption("部位")
#ALtditemheader()
#ALtextarea('note' $!result.Note 5 50)
#ALtditemfooter()
#ALtdcaption($!result.getFieldName("public_flag"))
#ALtditemheader()

ajax-schedule-detail.vm

#ALtditemfooter()
#ALtdcaption('患者氏名')
#ALtditem($!{result.Detail.Name})

#* 共有カテゴリ連携(ここから)  *#
#if($!result.isDisplayManHour())
#ALtdcaption('共有カテゴリ')
#ALtditem($!{result.Detail.CommonCategoryName})
#end
#* 共有カテゴリ連携(ここまで)  *#

#ALtdcaption('カルテNo')
#ALtditem($!{result.Detail.Place})
#ALtdcaption('部位')
#ALtditem($!{result.Detail.Note})
#ALtdcaption('公開区分')
#ALtditemheader()

Login ページロゴ変更

tomcat/webapps/aipo/themes/default/images/

logo_l.pngがそのようだ


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2012-08-06 (月) 14:04:07