旬のお料理レシピ
"<% =getRecipeName(RecipeID) %>" <% imageName=getRecipeSeasonImage(RecipeID) if imageName="" or imageName="null" then %>   <% else %> <% =getRecipeSeason(RecipeID) %> <% end if %>
<% =getRecipeNote(RecipeID) %>

<% '' 栄養素の表示/非表示 2003/03/08 add strwork = getMakeEiyou(RecipeID) if strwork <> "" Then %> <% End if %> <% '' カロリーの表示/非表示 2003/03/08 add strwork = getMakeCal(RecipeID) if strwork <> "" Then %> <% End if %> <% '' 調理時間の表示/非表示 2003/03/08 add strwork = getMakeHour(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 %>