diff options
author | Michele Calgaro <[email protected]> | 2024-10-13 11:56:14 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-10-29 21:58:42 +0900 |
commit | 2879ff70be9271550477982a1a6371714db38562 (patch) | |
tree | c2054149dba923ab080fe7093432c7663a990111 /layouts/Default.template | |
parent | 3eb38d2556f676d1027746f20bf12a1dd74451ef (diff) | |
download | krecipes-2879ff70be9271550477982a1a6371714db38562.tar.gz krecipes-2879ff70be9271550477982a1a6371714db38562.zip |
Rearrange folders structure to remove unnecessary 'krecipes' second level subfolder
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 0c8ed6c9a4000af8f48581a81c4b5c2f5b9fd502)
Diffstat (limited to 'layouts/Default.template')
-rw-r--r-- | layouts/Default.template | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/layouts/Default.template b/layouts/Default.template new file mode 100644 index 0000000..f3db8c3 --- /dev/null +++ b/layouts/Default.template @@ -0,0 +1,35 @@ +<table width="100%"> + <tr><td class="title" colspan="3" width="100%">**TITLE**</td></tr> + <tr><td colspan="3"> </td></tr> + <tr> + <td width="20%"> + <img src="**PHOTO**" class="photo" /> + </td> + + <td width="3%"> </td> + + <td> + <p class="overall_rating">**OVERALL_RATING**</p> + <p class="categories">**CATEGORIES**</p> + <p class="authors">**AUTHORS**</p> + <p class="yield">**YIELD**</p> + <p class="prep_time">**PREP_TIME**</p> + </td> + </tr> + <tr><td colspan="3"> </td></tr> + + <tr><td class="ratings" colspan="3">**RATINGS**</td></tr> + + <tr><td colspan="3"> </td></tr> + + <tr><td valign="top" class="ingredients" colspan="3">**INGREDIENTS**</td></tr> + + <tr><td colspan="3"> </td></tr> + + <tr><td valign="top" class="instructions" colspan="3">**INSTRUCTIONS**</td></tr> + + <tr><td colspan="3"> </td></tr> + + <tr><td valign="top" class="properties" colspan="3">**PROPERTIES**</td></tr> +</table> +<hr size="3" /> |