recipeDetails.ejs 1.0 KB

1234567891011121314151617181920212223242526272829
  1. <div id="recipeDetails">
  2. <div id="recipeDetailsButtons">
  3. <button class="sidebarIconButton" onclick="closeSidebar()">
  4. <svg width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  5. <line x1="5" y1="12" x2="19" y2="12"></line>
  6. <polyline points="12 5 19 12 12 19"></polyline>
  7. </svg>
  8. </button>
  9. <button class="sidebarIconButton" onclick="recipeBookStrandObj.editRecipe()">
  10. <svg width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  11. <path d="M12 20h9"></path>
  12. <path d="M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"></path>
  13. </svg>
  14. </button>
  15. </div>
  16. <h1></h1>
  17. <div id="recipeIngredients"></div>
  18. <div class="lineBorder"></div>
  19. <div id="recipePrice">
  20. <h3>Price</h3>
  21. <p></p>
  22. </div>
  23. </div>