summaryrefslogtreecommitdiffstats
path: root/krecipes/layouts/Default.template
blob: f3db8c3fc30033f9f69fc5a7defa1756e65805bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<table width="100%">
    <tr><td class="title" colspan="3" width="100%">**TITLE**</td></tr>
    <tr><td colspan="3">&nbsp;</td></tr>
    <tr>
      <td width="20%">
        <img src="**PHOTO**" class="photo" />
      </td>

      <td width="3%">&nbsp;</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">&nbsp;</td></tr>

    <tr><td class="ratings" colspan="3">**RATINGS**</td></tr>

    <tr><td colspan="3">&nbsp;</td></tr>

    <tr><td valign="top" class="ingredients" colspan="3">**INGREDIENTS**</td></tr>

    <tr><td colspan="3">&nbsp;</td></tr>

    <tr><td valign="top" class="instructions" colspan="3">**INSTRUCTIONS**</td></tr>

    <tr><td colspan="3">&nbsp;</td></tr>

    <tr><td valign="top" class="properties" colspan="3">**PROPERTIES**</td></tr>
</table>
<hr size="3" />