148
148
149
149
<!-- description, etc. -->
150
150
{ { # descBlockExists } }
151
-
151
+
152
152
< div class = "sg-pattern-extra-info" >
153
-
153
+
154
154
{ { # isPatternView } }
155
155
<!-- if this is for a single pattern provide some extra info -->
156
156
< div class = "sg-pattern-head" >
157
-
157
+
158
158
< div class = "sg-pattern-breadcrumb" >
159
159
{ { # patternBreadcrumb } }
160
160
{ { patternType } }
163
163
{ { / patternSubtype } }
164
164
{ { / patternBreadcrumb } }
165
165
</ div >
166
-
166
+
167
167
< h2 class = "sg-pattern-title" >
168
168
{ { patternNameCaps } }
169
169
{ { # patternState } }
170
170
< span class = "sg-pattern-state {{ patternState }}" > { { patternState } } </ span >
171
171
{ { / patternState } }
172
172
</ h2 >
173
-
173
+
174
174
</ div > <!--end .sg-pattern-head-->
175
175
{ { / isPatternView } }
176
-
176
+
177
177
{ { # patternDescExists } }
178
178
< div class = "sg-pattern-desc" >
179
179
{ { { patternDesc } } }
@@ -182,7 +182,7 @@ <h2 class="sg-pattern-title">
182
182
{ { / patternDescAdditions } }
183
183
</ div > <!--end .sg-pattern-desc-->
184
184
{ { / patternDescExists } }
185
-
185
+
186
186
{ { # lineageExists } }
187
187
< p class = "sg-pattern-lineage" >
188
188
The < strong > { { patternName } } </ strong > pattern contains the following patterns:
@@ -193,7 +193,7 @@ <h2 class="sg-pattern-title">
193
193
</ span >
194
194
</ p > <!--end .sg-pattern-lineage-->
195
195
{ { / lineageExists } }
196
-
196
+
197
197
{ { # lineageRExists } }
198
198
< p class = "sg-pattern-lineage" >
199
199
The < strong > { { patternName } } </ strong > pattern is included in the following patterns:
@@ -204,42 +204,42 @@ <h2 class="sg-pattern-title">
204
204
</ span >
205
205
</ p > <!--end .sg-pattern-lineage-->
206
206
{ { / lineageRExists } }
207
-
207
+
208
208
{ { # annotationExists } }
209
209
< div class = "sg-annotations" id = "sg-annotations" >
210
210
< h2 class = "sg-annotations-title" > Annotations</ h2 >
211
211
< ol class = "sg-annotations-list" >
212
212
{ { # annotations } }
213
- < li > < strong > { { title } } </ strong > { { { comment } } } </ li >
213
+ < li > < h4 class = "sg-annotations-list-title" > { { title } } </ h4 > { { { comment } } } </ li >
214
214
{ { / annotations } }
215
215
</ ol >
216
216
</ div >
217
217
{ { / annotationExists } }
218
-
218
+
219
219
</ div > <!--end .sg-pattern-extra-info-->
220
220
{ { / descBlockExists } }
221
-
221
+
222
222
< div class = "sg-pattern-extra-code" >
223
-
223
+
224
224
< div id = "sg-{{ patternPartial }}-tabs" class = "sg-tabs" >
225
225
< ul class = "sg-tabs-list" >
226
226
{ { # panels } }
227
227
< li id = "sg-{{ patternPartial }}-{{ id }}-tab" data-patternpartial = "{{ patternPartial }}" data-panelid = "{{ id }}" > < a href = "#sg-{{ patternPartial }}-{{ id }}-panel" class = "active" > { { name } } </ a > </ li >
228
228
{ { / panels } }
229
229
</ ul > <!--end .sg-tabs-list-->
230
-
230
+
231
231
< div id = "sg-{{ patternPartial }}-panels" class = "sg-tabs-content" >
232
232
{ { # panels } }
233
233
< div id = "sg-{{ patternPartial }}-{{ id }}-panel" class = "sg-tabs-panel" style = "display: none" >
234
234
{ { { content } } }
235
235
</ div >
236
236
{ { / panels } }
237
237
</ div > <!--end .sg-tabs-content-->
238
-
238
+
239
239
</ div > <!--end .sg-tabs-->
240
-
240
+
241
241
</ div > <!--end .sg-pattern-extra-code-->
242
-
242
+
243
243
</ div > < ! -- end . sg - pattern - extra - inner -- >
244
244
245
245
</ script >
0 commit comments