|
41 | 41 | { |
42 | 42 | var evidenceType = group.Key; |
43 | 43 |
|
44 | | - @:*| INTERESTED:Daily specialities of interest:specialitiesAsString | * |
| 44 | + @:*|INTERESTED:Daily specialities of interest:specialitiesAsString|* |
45 | 45 | <table class="spacer-heading"> |
46 | 46 | <tbody> |
47 | 47 | <tr> |
|
54 | 54 |
|
55 | 55 | @foreach (var item in group) |
56 | 56 | { |
57 | | - @:*| INTERESTED:Daily specialities of interest:specialitiesAsString | * |
| 57 | + @:*|INTERESTED:Daily specialities of interest:specialitiesAsString|* |
58 | 58 | <table class="row article-border"> |
59 | 59 | <tbody> |
60 | 60 | <tr> |
|
82 | 82 | </tr> |
83 | 83 | </tbody> |
84 | 84 | </table> |
85 | | - @:*| END:INTERESTED | * |
| 85 | + @:*|END:INTERESTED|* |
86 | 86 | } |
87 | | -@:*| END:INTERESTED | * |
| 87 | + @:*|END:INTERESTED|* |
88 | 88 | } |
89 | 89 |
|
90 | | -<table class="row article-border article-mec"> |
91 | | - <tbody> |
92 | | - <tr> |
93 | | - <th class="small-12 large-12 columns first last"> |
94 | | - <table> |
95 | | - <tbody> |
96 | | - <tr> |
97 | | - <th> |
98 | | - <p> |
99 | | - All articles from Medicines awareness services: Daily edition |
100 | | - </p> |
101 | | - </th> |
102 | | - <th class="expander"></th> |
103 | | - </tr> |
104 | | - </tbody> |
105 | | - </table> |
106 | | - </th> |
107 | | - </tr> |
108 | | - </tbody> |
109 | | -</table> |
| 90 | +*|INTERESTED:Send me everything from the Medicines Awareness Daily service:Send me everything|* |
| 91 | + <table class="row article-border article-mec"> |
| 92 | + <tbody> |
| 93 | + <tr> |
| 94 | + <th class="small-12 large-12 columns first last"> |
| 95 | + <table> |
| 96 | + <tbody> |
| 97 | + <tr> |
| 98 | + <th> |
| 99 | + <p> |
| 100 | + All articles from Medicines awareness services: Daily edition |
| 101 | + </p> |
| 102 | + </th> |
| 103 | + <th class="expander"></th> |
| 104 | + </tr> |
| 105 | + </tbody> |
| 106 | + </table> |
| 107 | + </th> |
| 108 | + </tr> |
| 109 | + </tbody> |
| 110 | + </table> |
| 111 | + |
| 112 | + @foreach (var group in groupedItems) |
| 113 | + { |
| 114 | + var evidenceType = group.Key; |
| 115 | + |
| 116 | + <table class="spacer-heading"> |
| 117 | + <tbody> |
| 118 | + <tr> |
| 119 | + <td height="16px" style="font-size:16px;line-height:16px;"> |
| 120 | + <h3 class="article-heading">evidenceType</h3> |
| 121 | + </td> |
| 122 | + </tr> |
| 123 | + </tbody> |
| 124 | + </table> |
| 125 | + |
| 126 | + @foreach (var item in group) |
| 127 | + { |
| 128 | + <table class="row article-border"> |
| 129 | + <tbody> |
| 130 | + <tr> |
| 131 | + <th class="small-12 large-12 columns first last"> |
| 132 | + <table> |
| 133 | + <tbody> |
| 134 | + <tr> |
| 135 | + <th> |
| 136 | + <h4 class="h4 article-title"><a class="article-link" href="#">@item.Title</a></h4> |
| 137 | + <p class="article-description">@item.ShortSummary</p> |
| 138 | + <p class="article-description"><a class="article-link-subtle standard-link" href="https://www.medicinesresources.nhs.uk/@item.Slug">Read SPS commentary</a></p> |
| 139 | + <p class="article-tags"> |
| 140 | + <span class="source-tag">@item.Source.Title</span> |
| 141 | + @foreach (var spec in item.Specialities) |
| 142 | + { |
| 143 | + <span class="specialism-tag">@spec.Title</span> |
| 144 | + } |
| 145 | + </p> |
| 146 | + </th> |
| 147 | + <th class="expander"></th> |
| 148 | + </tr> |
| 149 | + </tbody> |
| 150 | + </table> |
| 151 | + </th> |
| 152 | + </tr> |
| 153 | + </tbody> |
| 154 | + </table> |
| 155 | + } |
| 156 | + } |
| 157 | +*|END:INTERESTED|* |
110 | 158 |
|
0 commit comments