|
25 | 25 | <ServiceUnavailable></ServiceUnavailable> |
26 | 26 | </div> |
27 | 27 | <div v-else> |
28 | | - <div v-if="Object.keys(cveListSearchStore.recordData).length > 0"> |
29 | | - <h2 class="title">CVE Record Lookup</h2> |
| 28 | + <div class="notification is-warning is-light" role="alert"> |
| 29 | + <div v-if="websiteEnv !== 'prd'" class="is-flex is-justify-content-center"> |
| 30 | + <p id="alertIconCveRecordsRequestErrored" class="is-hidden">alert</p> |
| 31 | + <font-awesome-icon style="flex: 0 0 40px;" size="1x" icon="triangle-exclamation" role="alert" |
| 32 | + aria-labelledby="alertIconCveRecordsRequestErrored" aria-hidden="false" /> |
| 33 | + <p> |
| 34 | + You are accessing <span class="has-text-weight-bold">Production</span> data from |
| 35 | + <span class="icon-text"> |
| 36 | + <a :href="resultUrl" target="_blank">{{ resultUrl }} |
| 37 | + <span class="icon cve-icon-xxs"> |
| 38 | + <p id="externalLinkIcon" class="is-hidden">external website</p> |
| 39 | + <font-awesome-icon icon="up-right-from-square" |
| 40 | + aria-labelledby="externalLinkIcon" aria-hidden="false"/> |
| 41 | + </span> |
| 42 | + </a> |
| 43 | + </span> |
| 44 | + </p> |
| 45 | + </div> |
| 46 | + </div> |
| 47 | + <div class="mb-3" v-if="Object.keys(cveListSearchStore.recordData).length > 0"> |
| 48 | + <h2 class="title">CVE Record Found</h2> |
30 | 49 | <p class="cve-help-text"> |
31 | | - Find the information on the specific CVE Record below. |
32 | | - If you're searching for that CVE Record, use the Search Results section below. |
| 50 | + See the CVE Record below. If you are searching for this CVE ID in other CVE Records, view the Search Results section below. |
33 | 51 | </p> |
34 | 52 | <div class="columns cve-columns is-variable is-1-desktop is-0-mobile mt-5 mr-2 mb-0 ml-2"> |
35 | 53 | <div class="column cve-column"> |
|
63 | 81 | </div> |
64 | 82 | </div> |
65 | 83 | <div id="cve-search-results-container" v-if="cveListSearchStore.totalSearchResultCount > 0"> |
66 | | - <div class="notification is-warning is-light" role="alert"> |
67 | | - <div v-if="websiteEnv !== 'prd'" class="is-flex" style="justify-content: center;"> |
68 | | - <p id="alertIconCveRecordsRequestErrored" class="is-hidden">alert</p> |
69 | | - <font-awesome-icon style="flex: 0 0 40px;" size="1x" icon="triangle-exclamation" role="img" |
70 | | - aria-labelledby="alertIconCveRecordsRequestErrored" aria-hidden="false" /> |
71 | | - <p>You are viewing <span class="has-text-weight-bold">Production</span> data from </p> |
72 | | - <a :href="resultUrl" target="_blank"> {{ resultUrl }} |
73 | | - <span class="icon cve-icon-xxs"> |
74 | | - <p id="externalLinkIcon" class="is-hidden">external website</p> |
75 | | - <font-awesome-icon icon="up-right-from-square" |
76 | | - aria-labelledby="externalLinkIcon" aria-hidden="false"/> |
77 | | - </span> |
78 | | - </a> |
79 | | - </div> |
80 | | - </div> |
81 | 84 | <h2 class="title">Search Results</h2> |
82 | | - <div class="mt-2 mb-2"> |
| 85 | + <p class="cve-help-text" v-if="Object.keys(cveListSearchStore.recordData).length > 0"> |
| 86 | + Includes all record(s) that reference this CVE ID. |
| 87 | + </p> |
| 88 | + <div class="mt-4 mb-2"> |
83 | 89 | <p> |
84 | 90 | <span>Showing </span> |
85 | 91 | <span> |
|
224 | 230 | </div> |
225 | 231 | <div v-else> |
226 | 232 | <p class="has-text-weight-bold">No search results found for: <span class="is-italic">{{ cveListSearchStore.query }}</span></p> |
227 | | - <p>Please try your search again using the following |
228 | | - <router-link to="/ResourcesSupport/FAQs#pc_cve_list_basicssearch_cve_list_tips">search tips and ticks</router-link> on the FAQs page. |
| 233 | + <p>Please try your search again using different keyword(s) or access the |
| 234 | + <router-link to="/ResourcesSupport/FAQs#pc_cve_list_basicssearch_cve_list_tips">search tips</router-link>. |
229 | 235 | </p> |
230 | 236 | </div> |
231 | 237 | </div> |
|
0 commit comments