@@ -15,23 +15,7 @@ <h2 class="page-heading">
15
15
< a href ="{{{script.scriptInstallPageXUrl}}}.min.user.js " class ="btn btn-{{#script.showMinficationNotices}}warning{{/script.showMinficationNotices}}{{^script.showMinficationNotices}}primary{{/script.showMinficationNotices}} " title ="EXPERIMENTAL INSTALLATION FORKING "> < i class ="fa fa-fw fa-download "> </ i > Install {{#script.hasAlternateDownloadURL}}once {{/script.hasAlternateDownloadURL}} with minification</ a >
16
16
</ div >
17
17
{{#script.showMinficationNotices}}
18
- < div class ="alert alert-warning " role ="alert ">
19
- {{#script.hasInvalidDownloadURL}}
20
- < p >
21
- < i class ="fa fa-fw fa-exclamation "> </ i > Invalid download target
22
- </ p >
23
- {{/script.hasInvalidDownloadURL}}
24
- {{#script.hasUnstableMinify}}
25
- < p >
26
- < i class ="fa fa-fw fa-exclamation-triangle "> </ i > The script author suggests that minification of this script may be unstable.
27
- < p >
28
- {{/script.hasUnstableMinify}}
29
- {{#script.hasAlternateDownloadURL}}
30
- < p >
31
- < i class ="fa fa-fw fa-exclamation-triangle "> </ i > Alternate download target.
32
- </ p >
33
- {{/script.hasAlternateDownloadURL}}
34
- </ div >
18
+ {{> includes/scriptPageHeaderMinificationNotices.html }}
35
19
{{/script.showMinficationNotices}}
36
20
</ li >
37
21
< li role ="separator " class ="divider "> </ li >
@@ -55,23 +39,7 @@ <h2 class="page-heading">
55
39
< a href ="{{{script.scriptRawPageXUrl}}} " class ="btn btn-{{#script.showMinficationNotices}}warning{{/script.showMinficationNotices}}{{^script.showMinficationNotices}}primary{{/script.showMinficationNotices}} " title ="EXPERIMENTAL "> < i class ="fa fa-file-{{#script.isLib}}excel{{/script.isLib}}{{^script.isLib}}code{{/script.isLib}}-o "> </ i > Minified Source</ a >
56
40
</ div >
57
41
{{#script.showMinficationNotices}}
58
- < div class ="alert alert-warning " role ="alert ">
59
- {{#script.hasInvalidDownloadURL}}
60
- < p >
61
- < i class ="fa fa-fw fa-exclamation "> </ i > Invalid download target
62
- </ p >
63
- {{/script.hasInvalidDownloadURL}}
64
- {{#script.hasUnstableMinify}}
65
- < p >
66
- < i class ="fa fa-fw fa-exclamation-triangle "> </ i > The script author suggests that minification of this script may be unstable.
67
- < p >
68
- {{/script.hasUnstableMinify}}
69
- {{#script.hasAlternateDownloadURL}}
70
- < p >
71
- < i class ="fa fa-fw fa-exclamation-triangle "> </ i > Alternate download target.
72
- </ p >
73
- {{/script.hasAlternateDownloadURL}}
74
- </ div >
42
+ {{> includes/scriptPageHeaderMinificationNotices.html }}
75
43
{{/script.showMinficationNotices}}
76
44
</ li >
77
45
</ ul >
0 commit comments