旬のお料理レシピ
" <% =getRecipeName(RecipeID) %> " <% ''料理法 imageNameCook=getRecipeCookID(RecipeID) ''調理法 imageNameMethd=getRecipeMethdImage(RecipeID) ''季節 imageNameSeason=getRecipeSeasonImage(RecipeID) ''対象 imageNameObj=getRecipeObjImage(RecipeID) ''料理法 If imageNameCook <> "" and imageNameCook <> "null" Then %> <% =getRecipeCook(RecipeID) %> <% End If ''調理法 If imageNameMethd <> "" and imageNameMethd <> "null" Then %> <% =getRecipeMethd(RecipeID) %> <% End If ''季節 If imageNameSeason <> "" and imageNameSeason <> "null" Then %> <% =getRecipeSeason(RecipeID) %> <% End If ''対象 If imageNameObj <> "" and imageNameObj <> "null" Then %> <% =getRecipeObj(RecipeID) %> <% End If %>
<% =getRecipeNote(RecipeID) %>

<% '' カロリーの表示/非表示 2003/03/08 add strwork = getMakeCal(RecipeID) if strwork <> "" Then %> <% End if %> <% '' 調理時間の表示/非表示 2003/03/08 add strwork = getMakeHour(RecipeID) if strwork <> "" Then %> <% End if %> <% '' 栄養素の表示/非表示 2003/03/08 add strwork = getMakeEiyou(RecipeID) if strwork <> "" Then %> <% End if %>
カロリー: <% = strwork %> 調理時間: <% = strwork %>
 栄養素: <% = strwork %>
<% = getRecipeMaterial(RecipeID) %>
材料( <% =getRecipeNinbun(RecipeID)%> )



<% = getRecipeImage(RecipeID) %>

<% = getRecipeHowTo(RecipeID) %>
作り方

<% '' ホームページリンクの表示/非表示 2003/03/03 add coopURL = getCoopURL(RecipeID) if coopURL <> "" Then %> <% End if %> <% '' メールアドレスの表示/非表示 2003/03/03 add mailAddress = getEmail(RecipeID) if mailAddress <> "" Then %> <% End if %> <% End if %>
<% = 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 %>