" <% =getRecipeName(RecipeID) %> " | <% ''料理法 imageNameCook=getRecipeCookID(RecipeID) ''調理法 imageNameMethd=getRecipeMethdImage(RecipeID) ''季節 imageNameSeason=getRecipeSeasonImage(RecipeID) ''対象 imageNameObj=getRecipeObjImage(RecipeID) ''料理法 If imageNameCook <> "" and imageNameCook <> "null" Then %> <% End If ''調理法 If imageNameMethd <> "" and imageNameMethd <> "null" Then %> <% End If ''季節 If imageNameSeason <> "" and imageNameSeason <> "null" Then %> <% End If ''対象 If imageNameObj <> "" and imageNameObj <> "null" Then %> <% End If %> |
<% =getRecipeNote(RecipeID) %> |
<% '' カロリーの表示/非表示 2003/03/08 add strwork = getMakeCal(RecipeID) if strwork <> "" Then %> | カロリー: <% = strwork %> | <% End if %> <% '' 調理時間の表示/非表示 2003/03/08 add strwork = getMakeHour(RecipeID) if strwork <> "" Then %>調理時間: <% = strwork %> | <% End if %>|
<% '' 栄養素の表示/非表示 2003/03/08 add strwork = getMakeEiyou(RecipeID) if strwork <> "" Then %> | 栄養素: <% = strwork %> | <% End if %>
|
<% = getRecipeImage(RecipeID) %> |
<% = getRecipePref(RecipeID) %><% = getTown(RecipeID) %><% = getCoop(RecipeID) %> |
<% = getPhone(RecipeID) %> |
ホームページ |
メール |
<% '' 作成者氏名の表示/非表示 2003/03/08 add strwork = getMakeName(RecipeID) if strwork <> "" Then %> 作成者 <% = strwork %> <% End if %> <% '' 監修者の表示/非表示 2003/03/08 add strwork = getMakeKansyu(RecipeID) if strwork <> "" Then %> 監修 <% = strwork %> <% End if %> <% '' 特記事項の表示/非表示 2003/03/08 add strwork = getMakeToku(RecipeID) if strwork <> "" Then %> |
特記事項 <% = strwork %> |