@patternfly/patternfly 4.194.4 → 4.195.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/demos/Drawer/examples/Drawer.md +1930 -0
- package/docs/demos/JumpLinks/examples/JumpLinks.md +1946 -0
- package/docs/utilities/Text/examples/Text.md +43 -26
- package/package.json +1 -1
- package/patternfly-addons.css +24 -0
- package/utilities/Text/text.css +24 -0
- package/utilities/Text/text.scss +24 -0
|
@@ -2989,6 +2989,1936 @@ wrapperTag: div
|
|
|
2989
2989
|
|
|
2990
2990
|
```
|
|
2991
2991
|
|
|
2992
|
+
### Drawer with jump links
|
|
2993
|
+
|
|
2994
|
+
```html isFullscreen
|
|
2995
|
+
<div class="pf-c-page" id="drawer-jump-links">
|
|
2996
|
+
<a
|
|
2997
|
+
class="pf-c-skip-to-content pf-c-button pf-m-primary"
|
|
2998
|
+
href="#main-content-drawer-jump-links"
|
|
2999
|
+
>Skip to content</a>
|
|
3000
|
+
<header class="pf-c-masthead" id="drawer-jump-links-masthead">
|
|
3001
|
+
<span class="pf-c-masthead__toggle">
|
|
3002
|
+
<button
|
|
3003
|
+
class="pf-c-button pf-m-plain"
|
|
3004
|
+
type="button"
|
|
3005
|
+
aria-label="Global navigation"
|
|
3006
|
+
>
|
|
3007
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
3008
|
+
</button>
|
|
3009
|
+
</span>
|
|
3010
|
+
<div class="pf-c-masthead__main">
|
|
3011
|
+
<a class="pf-c-masthead__brand" href="#">
|
|
3012
|
+
<picture
|
|
3013
|
+
class="pf-c-brand pf-m-picture"
|
|
3014
|
+
style="--pf-c-brand--Width: 180px; --pf-c-brand--Width-on-md: 180px; --pf-c-brand--Width-on-2xl: 220px;"
|
|
3015
|
+
>
|
|
3016
|
+
<source
|
|
3017
|
+
media="(min-width: 768px)"
|
|
3018
|
+
srcset="/assets/images/logo__pf--reverse-on-md.svg"
|
|
3019
|
+
/>
|
|
3020
|
+
<source srcset="/assets/images/logo__pf--reverse--base.svg" />
|
|
3021
|
+
<img
|
|
3022
|
+
src="/assets/images/logo__pf--reverse--base.png"
|
|
3023
|
+
alt="Fallback patternFly default logo"
|
|
3024
|
+
/>
|
|
3025
|
+
</picture>
|
|
3026
|
+
</a>
|
|
3027
|
+
</div>
|
|
3028
|
+
<div class="pf-c-masthead__content">
|
|
3029
|
+
<div
|
|
3030
|
+
class="pf-c-toolbar pf-m-full-height pf-m-static"
|
|
3031
|
+
id="drawer-jump-links-masthead-toolbar"
|
|
3032
|
+
>
|
|
3033
|
+
<div class="pf-c-toolbar__content">
|
|
3034
|
+
<div class="pf-c-toolbar__content-section">
|
|
3035
|
+
<div
|
|
3036
|
+
class="pf-c-toolbar__group pf-m-icon-button-group pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
3037
|
+
>
|
|
3038
|
+
<div class="pf-c-toolbar__item">
|
|
3039
|
+
<button
|
|
3040
|
+
class="pf-c-button pf-m-plain"
|
|
3041
|
+
type="button"
|
|
3042
|
+
aria-label="Notifications"
|
|
3043
|
+
>
|
|
3044
|
+
<span class="pf-c-notification-badge">
|
|
3045
|
+
<i class="pf-icon-bell" aria-hidden="true"></i>
|
|
3046
|
+
</span>
|
|
3047
|
+
</button>
|
|
3048
|
+
</div>
|
|
3049
|
+
<div
|
|
3050
|
+
class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
3051
|
+
>
|
|
3052
|
+
<div class="pf-c-toolbar__item">
|
|
3053
|
+
<nav
|
|
3054
|
+
class="pf-c-app-launcher"
|
|
3055
|
+
aria-label="Application launcher"
|
|
3056
|
+
id="drawer-jump-links-masthead-icon-group--app-launcher"
|
|
3057
|
+
>
|
|
3058
|
+
<button
|
|
3059
|
+
class="pf-c-app-launcher__toggle"
|
|
3060
|
+
type="button"
|
|
3061
|
+
id="drawer-jump-links-masthead-icon-group--app-launcher-button"
|
|
3062
|
+
aria-expanded="false"
|
|
3063
|
+
aria-label="Application launcher"
|
|
3064
|
+
>
|
|
3065
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
3066
|
+
</button>
|
|
3067
|
+
<div
|
|
3068
|
+
class="pf-c-app-launcher__menu pf-m-align-right"
|
|
3069
|
+
hidden
|
|
3070
|
+
>
|
|
3071
|
+
<div class="pf-c-app-launcher__menu-search">
|
|
3072
|
+
<div class="pf-c-search-input">
|
|
3073
|
+
<div class="pf-c-search-input__bar">
|
|
3074
|
+
<span class="pf-c-search-input__text">
|
|
3075
|
+
<span class="pf-c-search-input__icon">
|
|
3076
|
+
<i
|
|
3077
|
+
class="fas fa-search fa-fw"
|
|
3078
|
+
aria-hidden="true"
|
|
3079
|
+
></i>
|
|
3080
|
+
</span>
|
|
3081
|
+
<input
|
|
3082
|
+
class="pf-c-search-input__text-input"
|
|
3083
|
+
type="text"
|
|
3084
|
+
placeholder="Filter by name"
|
|
3085
|
+
aria-label="Filter by name"
|
|
3086
|
+
/>
|
|
3087
|
+
</span>
|
|
3088
|
+
</div>
|
|
3089
|
+
</div>
|
|
3090
|
+
</div>
|
|
3091
|
+
<section class="pf-c-app-launcher__group">
|
|
3092
|
+
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
3093
|
+
<ul>
|
|
3094
|
+
<li
|
|
3095
|
+
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
3096
|
+
>
|
|
3097
|
+
<a class="pf-c-app-launcher__menu-item">
|
|
3098
|
+
Link 1
|
|
3099
|
+
<span
|
|
3100
|
+
class="pf-c-app-launcher__menu-item-external-icon"
|
|
3101
|
+
>
|
|
3102
|
+
<i
|
|
3103
|
+
class="fas fa-external-link-alt"
|
|
3104
|
+
aria-hidden="true"
|
|
3105
|
+
></i>
|
|
3106
|
+
</span>
|
|
3107
|
+
<span class="pf-screen-reader">(opens new window)</span>
|
|
3108
|
+
</a>
|
|
3109
|
+
<button
|
|
3110
|
+
class="pf-c-app-launcher__menu-item pf-m-action"
|
|
3111
|
+
type="button"
|
|
3112
|
+
aria-label="Favorite"
|
|
3113
|
+
>
|
|
3114
|
+
<i class="fas fa-star" aria-hidden="true"></i>
|
|
3115
|
+
</button>
|
|
3116
|
+
</li>
|
|
3117
|
+
<li
|
|
3118
|
+
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
3119
|
+
>
|
|
3120
|
+
<a class="pf-c-app-launcher__menu-item">
|
|
3121
|
+
Link 2
|
|
3122
|
+
<span
|
|
3123
|
+
class="pf-c-app-launcher__menu-item-external-icon"
|
|
3124
|
+
>
|
|
3125
|
+
<i
|
|
3126
|
+
class="fas fa-external-link-alt"
|
|
3127
|
+
aria-hidden="true"
|
|
3128
|
+
></i>
|
|
3129
|
+
</span>
|
|
3130
|
+
<span class="pf-screen-reader">(opens new window)</span>
|
|
3131
|
+
</a>
|
|
3132
|
+
<button
|
|
3133
|
+
class="pf-c-app-launcher__menu-item pf-m-action"
|
|
3134
|
+
type="button"
|
|
3135
|
+
aria-label="Favorite"
|
|
3136
|
+
>
|
|
3137
|
+
<i class="fas fa-star" aria-hidden="true"></i>
|
|
3138
|
+
</button>
|
|
3139
|
+
</li>
|
|
3140
|
+
</ul>
|
|
3141
|
+
</section>
|
|
3142
|
+
<hr class="pf-c-divider" />
|
|
3143
|
+
<section class="pf-c-app-launcher__group">
|
|
3144
|
+
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
3145
|
+
<ul>
|
|
3146
|
+
<li
|
|
3147
|
+
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
3148
|
+
>
|
|
3149
|
+
<a class="pf-c-app-launcher__menu-item">
|
|
3150
|
+
Link 1
|
|
3151
|
+
<span
|
|
3152
|
+
class="pf-c-app-launcher__menu-item-external-icon"
|
|
3153
|
+
>
|
|
3154
|
+
<i
|
|
3155
|
+
class="fas fa-external-link-alt"
|
|
3156
|
+
aria-hidden="true"
|
|
3157
|
+
></i>
|
|
3158
|
+
</span>
|
|
3159
|
+
<span class="pf-screen-reader">(opens new window)</span>
|
|
3160
|
+
</a>
|
|
3161
|
+
<button
|
|
3162
|
+
class="pf-c-app-launcher__menu-item pf-m-action"
|
|
3163
|
+
type="button"
|
|
3164
|
+
aria-label="Favorite"
|
|
3165
|
+
>
|
|
3166
|
+
<i class="fas fa-star" aria-hidden="true"></i>
|
|
3167
|
+
</button>
|
|
3168
|
+
</li>
|
|
3169
|
+
<li
|
|
3170
|
+
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
3171
|
+
>
|
|
3172
|
+
<a class="pf-c-app-launcher__menu-item">
|
|
3173
|
+
Link 2
|
|
3174
|
+
<span
|
|
3175
|
+
class="pf-c-app-launcher__menu-item-external-icon"
|
|
3176
|
+
>
|
|
3177
|
+
<i
|
|
3178
|
+
class="fas fa-external-link-alt"
|
|
3179
|
+
aria-hidden="true"
|
|
3180
|
+
></i>
|
|
3181
|
+
</span>
|
|
3182
|
+
<span class="pf-screen-reader">(opens new window)</span>
|
|
3183
|
+
</a>
|
|
3184
|
+
<button
|
|
3185
|
+
class="pf-c-app-launcher__menu-item pf-m-action"
|
|
3186
|
+
type="button"
|
|
3187
|
+
aria-label="Favorite"
|
|
3188
|
+
>
|
|
3189
|
+
<i class="fas fa-star" aria-hidden="true"></i>
|
|
3190
|
+
</button>
|
|
3191
|
+
</li>
|
|
3192
|
+
</ul>
|
|
3193
|
+
</section>
|
|
3194
|
+
</div>
|
|
3195
|
+
</nav>
|
|
3196
|
+
</div>
|
|
3197
|
+
<div class="pf-c-toolbar__item">
|
|
3198
|
+
<div class="pf-c-dropdown">
|
|
3199
|
+
<button
|
|
3200
|
+
class="pf-c-dropdown__toggle pf-m-plain"
|
|
3201
|
+
id="drawer-jump-links-masthead-settings-button"
|
|
3202
|
+
aria-expanded="false"
|
|
3203
|
+
type="button"
|
|
3204
|
+
aria-label="Settings"
|
|
3205
|
+
>
|
|
3206
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
3207
|
+
</button>
|
|
3208
|
+
<ul
|
|
3209
|
+
class="pf-c-dropdown__menu pf-m-align-right"
|
|
3210
|
+
aria-labelledby="drawer-jump-links-masthead-settings-button"
|
|
3211
|
+
hidden
|
|
3212
|
+
>
|
|
3213
|
+
<li>
|
|
3214
|
+
<button
|
|
3215
|
+
class="pf-c-dropdown__menu-item"
|
|
3216
|
+
type="button"
|
|
3217
|
+
>Settings</button>
|
|
3218
|
+
</li>
|
|
3219
|
+
<li>
|
|
3220
|
+
<button
|
|
3221
|
+
class="pf-c-dropdown__menu-item"
|
|
3222
|
+
type="button"
|
|
3223
|
+
>Use the beta release</button>
|
|
3224
|
+
</li>
|
|
3225
|
+
</ul>
|
|
3226
|
+
</div>
|
|
3227
|
+
</div>
|
|
3228
|
+
<div class="pf-c-toolbar__item">
|
|
3229
|
+
<div class="pf-c-dropdown">
|
|
3230
|
+
<button
|
|
3231
|
+
class="pf-c-dropdown__toggle pf-m-plain"
|
|
3232
|
+
id="drawer-jump-links-masthead-help-button"
|
|
3233
|
+
aria-expanded="false"
|
|
3234
|
+
type="button"
|
|
3235
|
+
aria-label="Help"
|
|
3236
|
+
>
|
|
3237
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
3238
|
+
</button>
|
|
3239
|
+
<ul
|
|
3240
|
+
class="pf-c-dropdown__menu pf-m-align-right"
|
|
3241
|
+
aria-labelledby="drawer-jump-links-masthead-help-button"
|
|
3242
|
+
hidden
|
|
3243
|
+
>
|
|
3244
|
+
<li>
|
|
3245
|
+
<button
|
|
3246
|
+
class="pf-c-dropdown__menu-item"
|
|
3247
|
+
type="button"
|
|
3248
|
+
>Support options</button>
|
|
3249
|
+
</li>
|
|
3250
|
+
<li>
|
|
3251
|
+
<button
|
|
3252
|
+
class="pf-c-dropdown__menu-item"
|
|
3253
|
+
type="button"
|
|
3254
|
+
>Open support case</button>
|
|
3255
|
+
</li>
|
|
3256
|
+
<li>
|
|
3257
|
+
<button
|
|
3258
|
+
class="pf-c-dropdown__menu-item"
|
|
3259
|
+
type="button"
|
|
3260
|
+
>API documentation</button>
|
|
3261
|
+
</li>
|
|
3262
|
+
</ul>
|
|
3263
|
+
</div>
|
|
3264
|
+
</div>
|
|
3265
|
+
</div>
|
|
3266
|
+
<div class="pf-c-toolbar__item pf-m-hidden-on-lg">
|
|
3267
|
+
<div class="pf-c-dropdown">
|
|
3268
|
+
<button
|
|
3269
|
+
class="pf-c-menu-toggle pf-m-plain"
|
|
3270
|
+
type="button"
|
|
3271
|
+
aria-expanded="false"
|
|
3272
|
+
aria-label="Actions"
|
|
3273
|
+
>
|
|
3274
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
3275
|
+
</button>
|
|
3276
|
+
<div class="pf-c-menu pf-m-drilldown pf-m-align-right" hidden>
|
|
3277
|
+
<div class="pf-c-menu__content">
|
|
3278
|
+
<section class="pf-c-menu__group pf-m-hidden-on-sm">
|
|
3279
|
+
<ul class="pf-c-menu__list" role="menu">
|
|
3280
|
+
<li
|
|
3281
|
+
class="pf-c-menu__list-item pf-m-disabled"
|
|
3282
|
+
role="none"
|
|
3283
|
+
>
|
|
3284
|
+
<button
|
|
3285
|
+
class="pf-c-menu__item"
|
|
3286
|
+
type="button"
|
|
3287
|
+
disabled
|
|
3288
|
+
role="menuitem"
|
|
3289
|
+
>
|
|
3290
|
+
<span class="pf-c-menu__item-description">
|
|
3291
|
+
<div class="pf-u-font-size-sm">Username:</div>
|
|
3292
|
+
<div class="pf-u-font-size-md">ned_username</div>
|
|
3293
|
+
</span>
|
|
3294
|
+
</button>
|
|
3295
|
+
</li>
|
|
3296
|
+
<li
|
|
3297
|
+
class="pf-c-menu__list-item pf-m-disabled"
|
|
3298
|
+
role="none"
|
|
3299
|
+
>
|
|
3300
|
+
<button
|
|
3301
|
+
class="pf-c-menu__item"
|
|
3302
|
+
type="button"
|
|
3303
|
+
disabled
|
|
3304
|
+
role="menuitem"
|
|
3305
|
+
>
|
|
3306
|
+
<span class="pf-c-menu__item-description">
|
|
3307
|
+
<div class="pf-u-font-size-sm">Account number:</div>
|
|
3308
|
+
<div class="pf-u-font-size-md">123456789</div>
|
|
3309
|
+
</span>
|
|
3310
|
+
</button>
|
|
3311
|
+
</li>
|
|
3312
|
+
<li class="pf-c-divider" role="separator"></li>
|
|
3313
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
3314
|
+
<button
|
|
3315
|
+
class="pf-c-menu__item"
|
|
3316
|
+
type="button"
|
|
3317
|
+
role="menuitem"
|
|
3318
|
+
>
|
|
3319
|
+
<span class="pf-c-menu__item-main">
|
|
3320
|
+
<span class="pf-c-menu__item-text">My profile</span>
|
|
3321
|
+
</span>
|
|
3322
|
+
</button>
|
|
3323
|
+
</li>
|
|
3324
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
3325
|
+
<button
|
|
3326
|
+
class="pf-c-menu__item"
|
|
3327
|
+
type="button"
|
|
3328
|
+
role="menuitem"
|
|
3329
|
+
>
|
|
3330
|
+
<span class="pf-c-menu__item-main">
|
|
3331
|
+
<span
|
|
3332
|
+
class="pf-c-menu__item-text"
|
|
3333
|
+
>User management</span>
|
|
3334
|
+
</span>
|
|
3335
|
+
</button>
|
|
3336
|
+
</li>
|
|
3337
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
3338
|
+
<button
|
|
3339
|
+
class="pf-c-menu__item"
|
|
3340
|
+
type="button"
|
|
3341
|
+
role="menuitem"
|
|
3342
|
+
>
|
|
3343
|
+
<span class="pf-c-menu__item-main">
|
|
3344
|
+
<span class="pf-c-menu__item-text">Logout</span>
|
|
3345
|
+
</span>
|
|
3346
|
+
</button>
|
|
3347
|
+
</li>
|
|
3348
|
+
</ul>
|
|
3349
|
+
</section>
|
|
3350
|
+
<hr class="pf-c-divider pf-m-hidden-on-sm" />
|
|
3351
|
+
<section class="pf-c-menu__group">
|
|
3352
|
+
<ul class="pf-c-menu__list" role="menu">
|
|
3353
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
3354
|
+
<button
|
|
3355
|
+
class="pf-c-menu__item"
|
|
3356
|
+
type="button"
|
|
3357
|
+
role="menuitem"
|
|
3358
|
+
aria-expanded="false"
|
|
3359
|
+
>
|
|
3360
|
+
<span class="pf-c-menu__item-main">
|
|
3361
|
+
<span class="pf-c-menu__item-icon">
|
|
3362
|
+
<i
|
|
3363
|
+
class="fas fa-fw fa-cog"
|
|
3364
|
+
aria-hidden="true"
|
|
3365
|
+
></i>
|
|
3366
|
+
</span>
|
|
3367
|
+
<span class="pf-c-menu__item-text">Settings</span>
|
|
3368
|
+
<span class="pf-c-menu__item-toggle-icon">
|
|
3369
|
+
<i class="fas fa-angle-right"></i>
|
|
3370
|
+
</span>
|
|
3371
|
+
</span>
|
|
3372
|
+
</button>
|
|
3373
|
+
<div class="pf-c-menu" hidden>
|
|
3374
|
+
<div class="pf-c-menu__content">
|
|
3375
|
+
<ul class="pf-c-menu__list" role="menu">
|
|
3376
|
+
<li
|
|
3377
|
+
class="pf-c-menu__list-item pf-m-drill-up"
|
|
3378
|
+
role="none"
|
|
3379
|
+
>
|
|
3380
|
+
<button
|
|
3381
|
+
class="pf-c-menu__item"
|
|
3382
|
+
type="button"
|
|
3383
|
+
role="menuitem"
|
|
3384
|
+
>
|
|
3385
|
+
<span class="pf-c-menu__item-main">
|
|
3386
|
+
<span
|
|
3387
|
+
class="pf-c-menu__item-toggle-icon"
|
|
3388
|
+
>
|
|
3389
|
+
<i class="fas fa-angle-left"></i>
|
|
3390
|
+
</span>
|
|
3391
|
+
<span class="pf-c-menu__item-icon">
|
|
3392
|
+
<i
|
|
3393
|
+
class="fas fa-fw fa-cog"
|
|
3394
|
+
aria-hidden="true"
|
|
3395
|
+
></i>
|
|
3396
|
+
</span>
|
|
3397
|
+
<span
|
|
3398
|
+
class="pf-c-menu__item-text"
|
|
3399
|
+
>Settings</span>
|
|
3400
|
+
</span>
|
|
3401
|
+
</button>
|
|
3402
|
+
</li>
|
|
3403
|
+
<li class="pf-c-divider" role="separator"></li>
|
|
3404
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
3405
|
+
<a
|
|
3406
|
+
class="pf-c-menu__item"
|
|
3407
|
+
href="#"
|
|
3408
|
+
role="menuitem"
|
|
3409
|
+
>
|
|
3410
|
+
<span class="pf-c-menu__item-main">
|
|
3411
|
+
<span
|
|
3412
|
+
class="pf-c-menu__item-text"
|
|
3413
|
+
>Customer support</span>
|
|
3414
|
+
</span>
|
|
3415
|
+
</a>
|
|
3416
|
+
</li>
|
|
3417
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
3418
|
+
<a
|
|
3419
|
+
class="pf-c-menu__item"
|
|
3420
|
+
href="#"
|
|
3421
|
+
role="menuitem"
|
|
3422
|
+
>
|
|
3423
|
+
<span class="pf-c-menu__item-main">
|
|
3424
|
+
<span class="pf-c-menu__item-text">About</span>
|
|
3425
|
+
</span>
|
|
3426
|
+
</a>
|
|
3427
|
+
</li>
|
|
3428
|
+
</ul>
|
|
3429
|
+
</div>
|
|
3430
|
+
</div>
|
|
3431
|
+
</li>
|
|
3432
|
+
|
|
3433
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
3434
|
+
<button
|
|
3435
|
+
class="pf-c-menu__item"
|
|
3436
|
+
type="button"
|
|
3437
|
+
role="menuitem"
|
|
3438
|
+
aria-expanded="false"
|
|
3439
|
+
>
|
|
3440
|
+
<span class="pf-c-menu__item-main">
|
|
3441
|
+
<span class="pf-c-menu__item-icon">
|
|
3442
|
+
<i
|
|
3443
|
+
class="fas fa-fw fa-pf-icon pf-icon-help"
|
|
3444
|
+
aria-hidden="true"
|
|
3445
|
+
></i>
|
|
3446
|
+
</span>
|
|
3447
|
+
<span class="pf-c-menu__item-text">Help</span>
|
|
3448
|
+
<span class="pf-c-menu__item-toggle-icon">
|
|
3449
|
+
<i class="fas fa-angle-right"></i>
|
|
3450
|
+
</span>
|
|
3451
|
+
</span>
|
|
3452
|
+
</button>
|
|
3453
|
+
<div class="pf-c-menu" hidden>
|
|
3454
|
+
<div class="pf-c-menu__content">
|
|
3455
|
+
<ul class="pf-c-menu__list" role="menu">
|
|
3456
|
+
<li
|
|
3457
|
+
class="pf-c-menu__list-item pf-m-drill-up"
|
|
3458
|
+
role="none"
|
|
3459
|
+
>
|
|
3460
|
+
<button
|
|
3461
|
+
class="pf-c-menu__item"
|
|
3462
|
+
type="button"
|
|
3463
|
+
role="menuitem"
|
|
3464
|
+
>
|
|
3465
|
+
<span class="pf-c-menu__item-main">
|
|
3466
|
+
<span
|
|
3467
|
+
class="pf-c-menu__item-toggle-icon"
|
|
3468
|
+
>
|
|
3469
|
+
<i class="fas fa-angle-left"></i>
|
|
3470
|
+
</span>
|
|
3471
|
+
<span class="pf-c-menu__item-icon">
|
|
3472
|
+
<i
|
|
3473
|
+
class="fas fa-fw fa-pf-icon pf-icon-help"
|
|
3474
|
+
aria-hidden="true"
|
|
3475
|
+
></i>
|
|
3476
|
+
</span>
|
|
3477
|
+
<span class="pf-c-menu__item-text">Help</span>
|
|
3478
|
+
</span>
|
|
3479
|
+
</button>
|
|
3480
|
+
</li>
|
|
3481
|
+
<li class="pf-c-divider" role="separator"></li>
|
|
3482
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
3483
|
+
<a
|
|
3484
|
+
class="pf-c-menu__item"
|
|
3485
|
+
href="#"
|
|
3486
|
+
role="menuitem"
|
|
3487
|
+
>
|
|
3488
|
+
<span class="pf-c-menu__item-main">
|
|
3489
|
+
<span
|
|
3490
|
+
class="pf-c-menu__item-text"
|
|
3491
|
+
>Support options</span>
|
|
3492
|
+
</span>
|
|
3493
|
+
</a>
|
|
3494
|
+
</li>
|
|
3495
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
3496
|
+
<a
|
|
3497
|
+
class="pf-c-menu__item"
|
|
3498
|
+
href="#"
|
|
3499
|
+
role="menuitem"
|
|
3500
|
+
>
|
|
3501
|
+
<span class="pf-c-menu__item-main">
|
|
3502
|
+
<span
|
|
3503
|
+
class="pf-c-menu__item-text"
|
|
3504
|
+
>Open support case</span>
|
|
3505
|
+
</span>
|
|
3506
|
+
</a>
|
|
3507
|
+
</li>
|
|
3508
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
3509
|
+
<a
|
|
3510
|
+
class="pf-c-menu__item"
|
|
3511
|
+
href="#"
|
|
3512
|
+
role="menuitem"
|
|
3513
|
+
>
|
|
3514
|
+
<span class="pf-c-menu__item-main">
|
|
3515
|
+
<span
|
|
3516
|
+
class="pf-c-menu__item-text"
|
|
3517
|
+
>API documentation</span>
|
|
3518
|
+
</span>
|
|
3519
|
+
</a>
|
|
3520
|
+
</li>
|
|
3521
|
+
</ul>
|
|
3522
|
+
</div>
|
|
3523
|
+
</div>
|
|
3524
|
+
</li>
|
|
3525
|
+
|
|
3526
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
3527
|
+
<button
|
|
3528
|
+
class="pf-c-menu__item"
|
|
3529
|
+
type="button"
|
|
3530
|
+
role="menuitem"
|
|
3531
|
+
>
|
|
3532
|
+
<span class="pf-c-menu__item-main">
|
|
3533
|
+
<span class="pf-c-menu__item-icon">
|
|
3534
|
+
<i class="fas fa-fw fa-th" aria-hidden="true"></i>
|
|
3535
|
+
</span>
|
|
3536
|
+
<span
|
|
3537
|
+
class="pf-c-menu__item-text"
|
|
3538
|
+
>Application launcher</span>
|
|
3539
|
+
<span class="pf-c-menu__item-toggle-icon">
|
|
3540
|
+
<i class="fas fa-angle-right"></i>
|
|
3541
|
+
</span>
|
|
3542
|
+
</span>
|
|
3543
|
+
</button>
|
|
3544
|
+
<div class="pf-c-menu" hidden>
|
|
3545
|
+
<div class="pf-c-menu__header">
|
|
3546
|
+
<button
|
|
3547
|
+
class="pf-c-menu__item"
|
|
3548
|
+
type="button"
|
|
3549
|
+
role="menuitem"
|
|
3550
|
+
>
|
|
3551
|
+
<span class="pf-c-menu__item-main">
|
|
3552
|
+
<span class="pf-c-menu__item-toggle-icon">
|
|
3553
|
+
<i class="fas fa-angle-left"></i>
|
|
3554
|
+
</span>
|
|
3555
|
+
<span class="pf-c-menu__item-icon">
|
|
3556
|
+
<i
|
|
3557
|
+
class="fas fa-fw fa-th"
|
|
3558
|
+
aria-hidden="true"
|
|
3559
|
+
></i>
|
|
3560
|
+
</span>
|
|
3561
|
+
<span
|
|
3562
|
+
class="pf-c-menu__item-text"
|
|
3563
|
+
>Application launcher</span>
|
|
3564
|
+
</span>
|
|
3565
|
+
</button>
|
|
3566
|
+
</div>
|
|
3567
|
+
<div class="pf-c-menu__search">
|
|
3568
|
+
<div class="pf-c-menu__search-input">
|
|
3569
|
+
<div class="pf-c-search-input">
|
|
3570
|
+
<div class="pf-c-search-input__bar">
|
|
3571
|
+
<span class="pf-c-search-input__text">
|
|
3572
|
+
<span class="pf-c-search-input__icon">
|
|
3573
|
+
<i
|
|
3574
|
+
class="fas fa-search fa-fw"
|
|
3575
|
+
aria-hidden="true"
|
|
3576
|
+
></i>
|
|
3577
|
+
</span>
|
|
3578
|
+
<input
|
|
3579
|
+
class="pf-c-search-input__text-input"
|
|
3580
|
+
type="text"
|
|
3581
|
+
placeholder="Search"
|
|
3582
|
+
aria-label="Search"
|
|
3583
|
+
/>
|
|
3584
|
+
</span>
|
|
3585
|
+
</div>
|
|
3586
|
+
</div>
|
|
3587
|
+
</div>
|
|
3588
|
+
</div>
|
|
3589
|
+
<hr class="pf-c-divider" />
|
|
3590
|
+
<section class="pf-c-menu__group">
|
|
3591
|
+
<h1 class="pf-c-menu__group-title">Favorites</h1>
|
|
3592
|
+
<ul class="pf-c-menu__list" role="menu">
|
|
3593
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
3594
|
+
<a
|
|
3595
|
+
class="pf-c-menu__item"
|
|
3596
|
+
href="#"
|
|
3597
|
+
role="menuitem"
|
|
3598
|
+
>
|
|
3599
|
+
<span class="pf-c-menu__item-main">
|
|
3600
|
+
<span
|
|
3601
|
+
class="pf-c-menu__item-text"
|
|
3602
|
+
>Link 1</span>
|
|
3603
|
+
</span>
|
|
3604
|
+
</a>
|
|
3605
|
+
<button
|
|
3606
|
+
class="pf-c-menu__item-action pf-m-favorite pf-m-favorited"
|
|
3607
|
+
type="button"
|
|
3608
|
+
aria-label="Starred"
|
|
3609
|
+
>
|
|
3610
|
+
<span class="pf-c-menu__item-action-icon">
|
|
3611
|
+
<i
|
|
3612
|
+
class="fas fa-star"
|
|
3613
|
+
aria-hidden="true"
|
|
3614
|
+
></i>
|
|
3615
|
+
</span>
|
|
3616
|
+
</button>
|
|
3617
|
+
</li>
|
|
3618
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
3619
|
+
<a
|
|
3620
|
+
class="pf-c-menu__item"
|
|
3621
|
+
href="#"
|
|
3622
|
+
role="menuitem"
|
|
3623
|
+
target="_blank"
|
|
3624
|
+
>
|
|
3625
|
+
<span class="pf-c-menu__item-main">
|
|
3626
|
+
<span
|
|
3627
|
+
class="pf-c-menu__item-text"
|
|
3628
|
+
>Link 2</span>
|
|
3629
|
+
<span
|
|
3630
|
+
class="pf-c-menu__item-external-icon"
|
|
3631
|
+
>
|
|
3632
|
+
<i
|
|
3633
|
+
class="fas fa-external-link-alt"
|
|
3634
|
+
aria-hidden="true"
|
|
3635
|
+
></i>
|
|
3636
|
+
</span>
|
|
3637
|
+
<span
|
|
3638
|
+
class="pf-screen-reader"
|
|
3639
|
+
>(opens new window)</span>
|
|
3640
|
+
</span>
|
|
3641
|
+
</a>
|
|
3642
|
+
<button
|
|
3643
|
+
class="pf-c-menu__item-action pf-m-favorite"
|
|
3644
|
+
type="button"
|
|
3645
|
+
aria-label="Not starred"
|
|
3646
|
+
>
|
|
3647
|
+
<span class="pf-c-menu__item-action-icon">
|
|
3648
|
+
<i
|
|
3649
|
+
class="fas fa-star"
|
|
3650
|
+
aria-hidden="true"
|
|
3651
|
+
></i>
|
|
3652
|
+
</span>
|
|
3653
|
+
</button>
|
|
3654
|
+
</li>
|
|
3655
|
+
</ul>
|
|
3656
|
+
</section>
|
|
3657
|
+
<hr class="pf-c-divider" />
|
|
3658
|
+
<section class="pf-c-menu__group">
|
|
3659
|
+
<h1 class="pf-c-menu__group-title">Group 1</h1>
|
|
3660
|
+
<ul class="pf-c-menu__list" role="menu">
|
|
3661
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
3662
|
+
<a
|
|
3663
|
+
class="pf-c-menu__item"
|
|
3664
|
+
href="#"
|
|
3665
|
+
role="menuitem"
|
|
3666
|
+
>
|
|
3667
|
+
<span class="pf-c-menu__item-main">
|
|
3668
|
+
<span
|
|
3669
|
+
class="pf-c-menu__item-text"
|
|
3670
|
+
>Link 1</span>
|
|
3671
|
+
</span>
|
|
3672
|
+
</a>
|
|
3673
|
+
<button
|
|
3674
|
+
class="pf-c-menu__item-action pf-m-favorite"
|
|
3675
|
+
type="button"
|
|
3676
|
+
aria-label="Not starred"
|
|
3677
|
+
>
|
|
3678
|
+
<span class="pf-c-menu__item-action-icon">
|
|
3679
|
+
<i
|
|
3680
|
+
class="fas fa-star"
|
|
3681
|
+
aria-hidden="true"
|
|
3682
|
+
></i>
|
|
3683
|
+
</span>
|
|
3684
|
+
</button>
|
|
3685
|
+
</li>
|
|
3686
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
3687
|
+
<a
|
|
3688
|
+
class="pf-c-menu__item"
|
|
3689
|
+
href="#"
|
|
3690
|
+
role="menuitem"
|
|
3691
|
+
target="_blank"
|
|
3692
|
+
>
|
|
3693
|
+
<span class="pf-c-menu__item-main">
|
|
3694
|
+
<span
|
|
3695
|
+
class="pf-c-menu__item-text"
|
|
3696
|
+
>Link 2</span>
|
|
3697
|
+
<span
|
|
3698
|
+
class="pf-c-menu__item-external-icon"
|
|
3699
|
+
>
|
|
3700
|
+
<i
|
|
3701
|
+
class="fas fa-external-link-alt"
|
|
3702
|
+
aria-hidden="true"
|
|
3703
|
+
></i>
|
|
3704
|
+
</span>
|
|
3705
|
+
<span
|
|
3706
|
+
class="pf-screen-reader"
|
|
3707
|
+
>(opens new window)</span>
|
|
3708
|
+
</span>
|
|
3709
|
+
</a>
|
|
3710
|
+
<button
|
|
3711
|
+
class="pf-c-menu__item-action pf-m-favorite pf-m-favorited"
|
|
3712
|
+
type="button"
|
|
3713
|
+
aria-label="Starred"
|
|
3714
|
+
>
|
|
3715
|
+
<span class="pf-c-menu__item-action-icon">
|
|
3716
|
+
<i
|
|
3717
|
+
class="fas fa-star"
|
|
3718
|
+
aria-hidden="true"
|
|
3719
|
+
></i>
|
|
3720
|
+
</span>
|
|
3721
|
+
</button>
|
|
3722
|
+
</li>
|
|
3723
|
+
</ul>
|
|
3724
|
+
</section>
|
|
3725
|
+
</div>
|
|
3726
|
+
</li>
|
|
3727
|
+
</ul>
|
|
3728
|
+
</section>
|
|
3729
|
+
</div>
|
|
3730
|
+
</div>
|
|
3731
|
+
</div>
|
|
3732
|
+
</div>
|
|
3733
|
+
</div>
|
|
3734
|
+
<div class="pf-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
3735
|
+
<div
|
|
3736
|
+
class="pf-c-dropdown pf-m-full-height"
|
|
3737
|
+
style="--pf-c-dropdown--MaxWidth: 20ch;"
|
|
3738
|
+
>
|
|
3739
|
+
<button
|
|
3740
|
+
class="pf-c-dropdown__toggle"
|
|
3741
|
+
id="drawer-jump-links-masthead-profile-button"
|
|
3742
|
+
aria-expanded="false"
|
|
3743
|
+
type="button"
|
|
3744
|
+
>
|
|
3745
|
+
<span class="pf-c-dropdown__toggle-image">
|
|
3746
|
+
<img
|
|
3747
|
+
class="pf-c-avatar"
|
|
3748
|
+
src="/assets/images/img_avatar.svg"
|
|
3749
|
+
alt="Avatar image"
|
|
3750
|
+
/>
|
|
3751
|
+
</span>
|
|
3752
|
+
<span class="pf-c-dropdown__toggle-text">Ned Username</span>
|
|
3753
|
+
<span class="pf-c-dropdown__toggle-icon">
|
|
3754
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
3755
|
+
</span>
|
|
3756
|
+
</button>
|
|
3757
|
+
<div class="pf-c-dropdown__menu" hidden>
|
|
3758
|
+
<section class="pf-c-dropdown__group">
|
|
3759
|
+
<div class="pf-c-dropdown__menu-item pf-m-text">
|
|
3760
|
+
<div class="pf-u-font-size-sm">Account number:</div>
|
|
3761
|
+
<div>123456789</div>
|
|
3762
|
+
</div>
|
|
3763
|
+
<div class="pf-c-dropdown__menu-item pf-m-text">
|
|
3764
|
+
<div class="pf-u-font-size-sm">Username:</div>
|
|
3765
|
+
<div>mshaksho@redhat.com</div>
|
|
3766
|
+
</div>
|
|
3767
|
+
</section>
|
|
3768
|
+
<hr class="pf-c-divider" />
|
|
3769
|
+
<section class="pf-c-dropdown__group">
|
|
3770
|
+
<ul>
|
|
3771
|
+
<li>
|
|
3772
|
+
<a class="pf-c-dropdown__menu-item" href="#">My profile</a>
|
|
3773
|
+
</li>
|
|
3774
|
+
<li>
|
|
3775
|
+
<a
|
|
3776
|
+
class="pf-c-dropdown__menu-item"
|
|
3777
|
+
href="#"
|
|
3778
|
+
>User management</a>
|
|
3779
|
+
</li>
|
|
3780
|
+
<li>
|
|
3781
|
+
<a class="pf-c-dropdown__menu-item" href="#">Logout</a>
|
|
3782
|
+
</li>
|
|
3783
|
+
</ul>
|
|
3784
|
+
</section>
|
|
3785
|
+
</div>
|
|
3786
|
+
</div>
|
|
3787
|
+
</div>
|
|
3788
|
+
</div>
|
|
3789
|
+
</div>
|
|
3790
|
+
</div>
|
|
3791
|
+
</div>
|
|
3792
|
+
</header>
|
|
3793
|
+
<div class="pf-c-page__sidebar">
|
|
3794
|
+
<div class="pf-c-page__sidebar-body">
|
|
3795
|
+
<nav
|
|
3796
|
+
class="pf-c-nav"
|
|
3797
|
+
id="drawer-jump-links-primary-nav"
|
|
3798
|
+
aria-label="Global"
|
|
3799
|
+
>
|
|
3800
|
+
<ul class="pf-c-nav__list">
|
|
3801
|
+
<li class="pf-c-nav__item">
|
|
3802
|
+
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
3803
|
+
</li>
|
|
3804
|
+
<li class="pf-c-nav__item">
|
|
3805
|
+
<a
|
|
3806
|
+
href="#"
|
|
3807
|
+
class="pf-c-nav__link pf-m-current"
|
|
3808
|
+
aria-current="page"
|
|
3809
|
+
>Policy</a>
|
|
3810
|
+
</li>
|
|
3811
|
+
<li class="pf-c-nav__item">
|
|
3812
|
+
<a href="#" class="pf-c-nav__link">Authentication</a>
|
|
3813
|
+
</li>
|
|
3814
|
+
<li class="pf-c-nav__item">
|
|
3815
|
+
<a href="#" class="pf-c-nav__link">Network services</a>
|
|
3816
|
+
</li>
|
|
3817
|
+
<li class="pf-c-nav__item">
|
|
3818
|
+
<a href="#" class="pf-c-nav__link">Server</a>
|
|
3819
|
+
</li>
|
|
3820
|
+
</ul>
|
|
3821
|
+
</nav>
|
|
3822
|
+
</div>
|
|
3823
|
+
</div>
|
|
3824
|
+
<main
|
|
3825
|
+
class="pf-c-page__main"
|
|
3826
|
+
tabindex="-1"
|
|
3827
|
+
id="main-content-drawer-jump-links"
|
|
3828
|
+
>
|
|
3829
|
+
<div class="pf-c-drawer">
|
|
3830
|
+
<div class="pf-c-drawer__main">
|
|
3831
|
+
<div
|
|
3832
|
+
class="pf-c-drawer__content"
|
|
3833
|
+
id="drawer-jump-links-drawer-scrollable-container"
|
|
3834
|
+
>
|
|
3835
|
+
<div class="pf-c-drawer__body">
|
|
3836
|
+
<div class="pf-c-drawer__body pf-m-padding">
|
|
3837
|
+
<div class="pf-c-sidebar">
|
|
3838
|
+
<div class="pf-c-sidebar__main">
|
|
3839
|
+
<div class="pf-c-sidebar__panel pf-m-sticky pf-m-gutter">
|
|
3840
|
+
<nav
|
|
3841
|
+
class="pf-c-jump-links pf-m-vertical pf-m-non-expandable-on-md pf-m-expandable"
|
|
3842
|
+
>
|
|
3843
|
+
<div class="pf-c-jump-links__label">Jump to section</div>
|
|
3844
|
+
<ul class="pf-c-jump-links__list">
|
|
3845
|
+
<li class="pf-c-jump-links__item pf-m-current">
|
|
3846
|
+
<a
|
|
3847
|
+
class="pf-c-jump-links__link"
|
|
3848
|
+
href="#drawer-jump-links-jump-links-first"
|
|
3849
|
+
>
|
|
3850
|
+
<span
|
|
3851
|
+
class="pf-c-jump-links__link-text"
|
|
3852
|
+
>First section</span>
|
|
3853
|
+
</a>
|
|
3854
|
+
</li>
|
|
3855
|
+
<li class="pf-c-jump-links__item">
|
|
3856
|
+
<a
|
|
3857
|
+
class="pf-c-jump-links__link"
|
|
3858
|
+
href="#drawer-jump-links-jump-links-second"
|
|
3859
|
+
>
|
|
3860
|
+
<span
|
|
3861
|
+
class="pf-c-jump-links__link-text"
|
|
3862
|
+
>Second section</span>
|
|
3863
|
+
</a>
|
|
3864
|
+
</li>
|
|
3865
|
+
<li class="pf-c-jump-links__item">
|
|
3866
|
+
<a
|
|
3867
|
+
class="pf-c-jump-links__link"
|
|
3868
|
+
href="#drawer-jump-links-jump-links-third"
|
|
3869
|
+
>
|
|
3870
|
+
<span
|
|
3871
|
+
class="pf-c-jump-links__link-text"
|
|
3872
|
+
>Third section</span>
|
|
3873
|
+
</a>
|
|
3874
|
+
</li>
|
|
3875
|
+
<li class="pf-c-jump-links__item">
|
|
3876
|
+
<a
|
|
3877
|
+
class="pf-c-jump-links__link"
|
|
3878
|
+
href="#drawer-jump-links-jump-links-fourth"
|
|
3879
|
+
>
|
|
3880
|
+
<span
|
|
3881
|
+
class="pf-c-jump-links__link-text"
|
|
3882
|
+
>Fourth section</span>
|
|
3883
|
+
</a>
|
|
3884
|
+
</li>
|
|
3885
|
+
<li class="pf-c-jump-links__item">
|
|
3886
|
+
<a
|
|
3887
|
+
class="pf-c-jump-links__link"
|
|
3888
|
+
href="#drawer-jump-links-jump-links-fifth"
|
|
3889
|
+
>
|
|
3890
|
+
<span
|
|
3891
|
+
class="pf-c-jump-links__link-text"
|
|
3892
|
+
>Fifth section</span>
|
|
3893
|
+
</a>
|
|
3894
|
+
</li>
|
|
3895
|
+
</ul>
|
|
3896
|
+
</nav>
|
|
3897
|
+
</div>
|
|
3898
|
+
<div class="pf-c-sidebar__content">
|
|
3899
|
+
<div class="pf-c-content">
|
|
3900
|
+
<p>
|
|
3901
|
+
<b>Note:</b> Jump links require javascript to look and function properly, so while clicking on the jump links in these demos may take you to anchors on the page, the full functionality isn't implemented. Refer to the react demos to see the intended design and functionality.
|
|
3902
|
+
</p>
|
|
3903
|
+
|
|
3904
|
+
<h2 id="drawer-jump-links-jump-links-first">First section</h2>
|
|
3905
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
3906
|
+
|
|
3907
|
+
<h2
|
|
3908
|
+
id="drawer-jump-links-jump-links-second"
|
|
3909
|
+
>Second section</h2>
|
|
3910
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
3911
|
+
|
|
3912
|
+
<h2 id="drawer-jump-links-jump-links-third">Third section</h2>
|
|
3913
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
3914
|
+
|
|
3915
|
+
<h2
|
|
3916
|
+
id="drawer-jump-links-jump-links-fourth"
|
|
3917
|
+
>Fourth section</h2>
|
|
3918
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
3919
|
+
|
|
3920
|
+
<h2 id="drawer-jump-links-jump-links-fifth">Fifth section</h2>
|
|
3921
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
3922
|
+
</div>
|
|
3923
|
+
</div>
|
|
3924
|
+
</div>
|
|
3925
|
+
</div>
|
|
3926
|
+
</div>
|
|
3927
|
+
</div>
|
|
3928
|
+
</div>
|
|
3929
|
+
<div class="pf-c-drawer__panel" hidden>
|
|
3930
|
+
<div class="pf-c-drawer__body">
|
|
3931
|
+
<div class="pf-c-drawer__head">
|
|
3932
|
+
<span>drawer-panel</span>
|
|
3933
|
+
<div class="pf-c-drawer__actions">
|
|
3934
|
+
<div class="pf-c-drawer__close">
|
|
3935
|
+
<button
|
|
3936
|
+
class="pf-c-button pf-m-plain"
|
|
3937
|
+
type="button"
|
|
3938
|
+
aria-label="Close drawer panel"
|
|
3939
|
+
>
|
|
3940
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
3941
|
+
</button>
|
|
3942
|
+
</div>
|
|
3943
|
+
</div>
|
|
3944
|
+
</div>
|
|
3945
|
+
</div>
|
|
3946
|
+
</div>
|
|
3947
|
+
</div>
|
|
3948
|
+
</div>
|
|
3949
|
+
</main>
|
|
3950
|
+
</div>
|
|
3951
|
+
|
|
3952
|
+
```
|
|
3953
|
+
|
|
3954
|
+
### Expanded drawer with jump links
|
|
3955
|
+
|
|
3956
|
+
```html isFullscreen
|
|
3957
|
+
<div class="pf-c-page" id="drawer-expanded-jump-links">
|
|
3958
|
+
<a
|
|
3959
|
+
class="pf-c-skip-to-content pf-c-button pf-m-primary"
|
|
3960
|
+
href="#main-content-drawer-expanded-jump-links"
|
|
3961
|
+
>Skip to content</a>
|
|
3962
|
+
<header class="pf-c-masthead" id="drawer-expanded-jump-links-masthead">
|
|
3963
|
+
<span class="pf-c-masthead__toggle">
|
|
3964
|
+
<button
|
|
3965
|
+
class="pf-c-button pf-m-plain"
|
|
3966
|
+
type="button"
|
|
3967
|
+
aria-label="Global navigation"
|
|
3968
|
+
>
|
|
3969
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
3970
|
+
</button>
|
|
3971
|
+
</span>
|
|
3972
|
+
<div class="pf-c-masthead__main">
|
|
3973
|
+
<a class="pf-c-masthead__brand" href="#">
|
|
3974
|
+
<picture
|
|
3975
|
+
class="pf-c-brand pf-m-picture"
|
|
3976
|
+
style="--pf-c-brand--Width: 180px; --pf-c-brand--Width-on-md: 180px; --pf-c-brand--Width-on-2xl: 220px;"
|
|
3977
|
+
>
|
|
3978
|
+
<source
|
|
3979
|
+
media="(min-width: 768px)"
|
|
3980
|
+
srcset="/assets/images/logo__pf--reverse-on-md.svg"
|
|
3981
|
+
/>
|
|
3982
|
+
<source srcset="/assets/images/logo__pf--reverse--base.svg" />
|
|
3983
|
+
<img
|
|
3984
|
+
src="/assets/images/logo__pf--reverse--base.png"
|
|
3985
|
+
alt="Fallback patternFly default logo"
|
|
3986
|
+
/>
|
|
3987
|
+
</picture>
|
|
3988
|
+
</a>
|
|
3989
|
+
</div>
|
|
3990
|
+
<div class="pf-c-masthead__content">
|
|
3991
|
+
<div
|
|
3992
|
+
class="pf-c-toolbar pf-m-full-height pf-m-static"
|
|
3993
|
+
id="drawer-expanded-jump-links-masthead-toolbar"
|
|
3994
|
+
>
|
|
3995
|
+
<div class="pf-c-toolbar__content">
|
|
3996
|
+
<div class="pf-c-toolbar__content-section">
|
|
3997
|
+
<div
|
|
3998
|
+
class="pf-c-toolbar__group pf-m-icon-button-group pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
3999
|
+
>
|
|
4000
|
+
<div class="pf-c-toolbar__item">
|
|
4001
|
+
<button
|
|
4002
|
+
class="pf-c-button pf-m-plain"
|
|
4003
|
+
type="button"
|
|
4004
|
+
aria-label="Notifications"
|
|
4005
|
+
>
|
|
4006
|
+
<span class="pf-c-notification-badge">
|
|
4007
|
+
<i class="pf-icon-bell" aria-hidden="true"></i>
|
|
4008
|
+
</span>
|
|
4009
|
+
</button>
|
|
4010
|
+
</div>
|
|
4011
|
+
<div
|
|
4012
|
+
class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
4013
|
+
>
|
|
4014
|
+
<div class="pf-c-toolbar__item">
|
|
4015
|
+
<nav
|
|
4016
|
+
class="pf-c-app-launcher"
|
|
4017
|
+
aria-label="Application launcher"
|
|
4018
|
+
id="drawer-expanded-jump-links-masthead-icon-group--app-launcher"
|
|
4019
|
+
>
|
|
4020
|
+
<button
|
|
4021
|
+
class="pf-c-app-launcher__toggle"
|
|
4022
|
+
type="button"
|
|
4023
|
+
id="drawer-expanded-jump-links-masthead-icon-group--app-launcher-button"
|
|
4024
|
+
aria-expanded="false"
|
|
4025
|
+
aria-label="Application launcher"
|
|
4026
|
+
>
|
|
4027
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
4028
|
+
</button>
|
|
4029
|
+
<div
|
|
4030
|
+
class="pf-c-app-launcher__menu pf-m-align-right"
|
|
4031
|
+
hidden
|
|
4032
|
+
>
|
|
4033
|
+
<div class="pf-c-app-launcher__menu-search">
|
|
4034
|
+
<div class="pf-c-search-input">
|
|
4035
|
+
<div class="pf-c-search-input__bar">
|
|
4036
|
+
<span class="pf-c-search-input__text">
|
|
4037
|
+
<span class="pf-c-search-input__icon">
|
|
4038
|
+
<i
|
|
4039
|
+
class="fas fa-search fa-fw"
|
|
4040
|
+
aria-hidden="true"
|
|
4041
|
+
></i>
|
|
4042
|
+
</span>
|
|
4043
|
+
<input
|
|
4044
|
+
class="pf-c-search-input__text-input"
|
|
4045
|
+
type="text"
|
|
4046
|
+
placeholder="Filter by name"
|
|
4047
|
+
aria-label="Filter by name"
|
|
4048
|
+
/>
|
|
4049
|
+
</span>
|
|
4050
|
+
</div>
|
|
4051
|
+
</div>
|
|
4052
|
+
</div>
|
|
4053
|
+
<section class="pf-c-app-launcher__group">
|
|
4054
|
+
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
4055
|
+
<ul>
|
|
4056
|
+
<li
|
|
4057
|
+
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
4058
|
+
>
|
|
4059
|
+
<a class="pf-c-app-launcher__menu-item">
|
|
4060
|
+
Link 1
|
|
4061
|
+
<span
|
|
4062
|
+
class="pf-c-app-launcher__menu-item-external-icon"
|
|
4063
|
+
>
|
|
4064
|
+
<i
|
|
4065
|
+
class="fas fa-external-link-alt"
|
|
4066
|
+
aria-hidden="true"
|
|
4067
|
+
></i>
|
|
4068
|
+
</span>
|
|
4069
|
+
<span class="pf-screen-reader">(opens new window)</span>
|
|
4070
|
+
</a>
|
|
4071
|
+
<button
|
|
4072
|
+
class="pf-c-app-launcher__menu-item pf-m-action"
|
|
4073
|
+
type="button"
|
|
4074
|
+
aria-label="Favorite"
|
|
4075
|
+
>
|
|
4076
|
+
<i class="fas fa-star" aria-hidden="true"></i>
|
|
4077
|
+
</button>
|
|
4078
|
+
</li>
|
|
4079
|
+
<li
|
|
4080
|
+
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
4081
|
+
>
|
|
4082
|
+
<a class="pf-c-app-launcher__menu-item">
|
|
4083
|
+
Link 2
|
|
4084
|
+
<span
|
|
4085
|
+
class="pf-c-app-launcher__menu-item-external-icon"
|
|
4086
|
+
>
|
|
4087
|
+
<i
|
|
4088
|
+
class="fas fa-external-link-alt"
|
|
4089
|
+
aria-hidden="true"
|
|
4090
|
+
></i>
|
|
4091
|
+
</span>
|
|
4092
|
+
<span class="pf-screen-reader">(opens new window)</span>
|
|
4093
|
+
</a>
|
|
4094
|
+
<button
|
|
4095
|
+
class="pf-c-app-launcher__menu-item pf-m-action"
|
|
4096
|
+
type="button"
|
|
4097
|
+
aria-label="Favorite"
|
|
4098
|
+
>
|
|
4099
|
+
<i class="fas fa-star" aria-hidden="true"></i>
|
|
4100
|
+
</button>
|
|
4101
|
+
</li>
|
|
4102
|
+
</ul>
|
|
4103
|
+
</section>
|
|
4104
|
+
<hr class="pf-c-divider" />
|
|
4105
|
+
<section class="pf-c-app-launcher__group">
|
|
4106
|
+
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
4107
|
+
<ul>
|
|
4108
|
+
<li
|
|
4109
|
+
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
4110
|
+
>
|
|
4111
|
+
<a class="pf-c-app-launcher__menu-item">
|
|
4112
|
+
Link 1
|
|
4113
|
+
<span
|
|
4114
|
+
class="pf-c-app-launcher__menu-item-external-icon"
|
|
4115
|
+
>
|
|
4116
|
+
<i
|
|
4117
|
+
class="fas fa-external-link-alt"
|
|
4118
|
+
aria-hidden="true"
|
|
4119
|
+
></i>
|
|
4120
|
+
</span>
|
|
4121
|
+
<span class="pf-screen-reader">(opens new window)</span>
|
|
4122
|
+
</a>
|
|
4123
|
+
<button
|
|
4124
|
+
class="pf-c-app-launcher__menu-item pf-m-action"
|
|
4125
|
+
type="button"
|
|
4126
|
+
aria-label="Favorite"
|
|
4127
|
+
>
|
|
4128
|
+
<i class="fas fa-star" aria-hidden="true"></i>
|
|
4129
|
+
</button>
|
|
4130
|
+
</li>
|
|
4131
|
+
<li
|
|
4132
|
+
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
4133
|
+
>
|
|
4134
|
+
<a class="pf-c-app-launcher__menu-item">
|
|
4135
|
+
Link 2
|
|
4136
|
+
<span
|
|
4137
|
+
class="pf-c-app-launcher__menu-item-external-icon"
|
|
4138
|
+
>
|
|
4139
|
+
<i
|
|
4140
|
+
class="fas fa-external-link-alt"
|
|
4141
|
+
aria-hidden="true"
|
|
4142
|
+
></i>
|
|
4143
|
+
</span>
|
|
4144
|
+
<span class="pf-screen-reader">(opens new window)</span>
|
|
4145
|
+
</a>
|
|
4146
|
+
<button
|
|
4147
|
+
class="pf-c-app-launcher__menu-item pf-m-action"
|
|
4148
|
+
type="button"
|
|
4149
|
+
aria-label="Favorite"
|
|
4150
|
+
>
|
|
4151
|
+
<i class="fas fa-star" aria-hidden="true"></i>
|
|
4152
|
+
</button>
|
|
4153
|
+
</li>
|
|
4154
|
+
</ul>
|
|
4155
|
+
</section>
|
|
4156
|
+
</div>
|
|
4157
|
+
</nav>
|
|
4158
|
+
</div>
|
|
4159
|
+
<div class="pf-c-toolbar__item">
|
|
4160
|
+
<div class="pf-c-dropdown">
|
|
4161
|
+
<button
|
|
4162
|
+
class="pf-c-dropdown__toggle pf-m-plain"
|
|
4163
|
+
id="drawer-expanded-jump-links-masthead-settings-button"
|
|
4164
|
+
aria-expanded="false"
|
|
4165
|
+
type="button"
|
|
4166
|
+
aria-label="Settings"
|
|
4167
|
+
>
|
|
4168
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
4169
|
+
</button>
|
|
4170
|
+
<ul
|
|
4171
|
+
class="pf-c-dropdown__menu pf-m-align-right"
|
|
4172
|
+
aria-labelledby="drawer-expanded-jump-links-masthead-settings-button"
|
|
4173
|
+
hidden
|
|
4174
|
+
>
|
|
4175
|
+
<li>
|
|
4176
|
+
<button
|
|
4177
|
+
class="pf-c-dropdown__menu-item"
|
|
4178
|
+
type="button"
|
|
4179
|
+
>Settings</button>
|
|
4180
|
+
</li>
|
|
4181
|
+
<li>
|
|
4182
|
+
<button
|
|
4183
|
+
class="pf-c-dropdown__menu-item"
|
|
4184
|
+
type="button"
|
|
4185
|
+
>Use the beta release</button>
|
|
4186
|
+
</li>
|
|
4187
|
+
</ul>
|
|
4188
|
+
</div>
|
|
4189
|
+
</div>
|
|
4190
|
+
<div class="pf-c-toolbar__item">
|
|
4191
|
+
<div class="pf-c-dropdown">
|
|
4192
|
+
<button
|
|
4193
|
+
class="pf-c-dropdown__toggle pf-m-plain"
|
|
4194
|
+
id="drawer-expanded-jump-links-masthead-help-button"
|
|
4195
|
+
aria-expanded="false"
|
|
4196
|
+
type="button"
|
|
4197
|
+
aria-label="Help"
|
|
4198
|
+
>
|
|
4199
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
4200
|
+
</button>
|
|
4201
|
+
<ul
|
|
4202
|
+
class="pf-c-dropdown__menu pf-m-align-right"
|
|
4203
|
+
aria-labelledby="drawer-expanded-jump-links-masthead-help-button"
|
|
4204
|
+
hidden
|
|
4205
|
+
>
|
|
4206
|
+
<li>
|
|
4207
|
+
<button
|
|
4208
|
+
class="pf-c-dropdown__menu-item"
|
|
4209
|
+
type="button"
|
|
4210
|
+
>Support options</button>
|
|
4211
|
+
</li>
|
|
4212
|
+
<li>
|
|
4213
|
+
<button
|
|
4214
|
+
class="pf-c-dropdown__menu-item"
|
|
4215
|
+
type="button"
|
|
4216
|
+
>Open support case</button>
|
|
4217
|
+
</li>
|
|
4218
|
+
<li>
|
|
4219
|
+
<button
|
|
4220
|
+
class="pf-c-dropdown__menu-item"
|
|
4221
|
+
type="button"
|
|
4222
|
+
>API documentation</button>
|
|
4223
|
+
</li>
|
|
4224
|
+
</ul>
|
|
4225
|
+
</div>
|
|
4226
|
+
</div>
|
|
4227
|
+
</div>
|
|
4228
|
+
<div class="pf-c-toolbar__item pf-m-hidden-on-lg">
|
|
4229
|
+
<div class="pf-c-dropdown">
|
|
4230
|
+
<button
|
|
4231
|
+
class="pf-c-menu-toggle pf-m-plain"
|
|
4232
|
+
type="button"
|
|
4233
|
+
aria-expanded="false"
|
|
4234
|
+
aria-label="Actions"
|
|
4235
|
+
>
|
|
4236
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
4237
|
+
</button>
|
|
4238
|
+
<div class="pf-c-menu pf-m-drilldown pf-m-align-right" hidden>
|
|
4239
|
+
<div class="pf-c-menu__content">
|
|
4240
|
+
<section class="pf-c-menu__group pf-m-hidden-on-sm">
|
|
4241
|
+
<ul class="pf-c-menu__list" role="menu">
|
|
4242
|
+
<li
|
|
4243
|
+
class="pf-c-menu__list-item pf-m-disabled"
|
|
4244
|
+
role="none"
|
|
4245
|
+
>
|
|
4246
|
+
<button
|
|
4247
|
+
class="pf-c-menu__item"
|
|
4248
|
+
type="button"
|
|
4249
|
+
disabled
|
|
4250
|
+
role="menuitem"
|
|
4251
|
+
>
|
|
4252
|
+
<span class="pf-c-menu__item-description">
|
|
4253
|
+
<div class="pf-u-font-size-sm">Username:</div>
|
|
4254
|
+
<div class="pf-u-font-size-md">ned_username</div>
|
|
4255
|
+
</span>
|
|
4256
|
+
</button>
|
|
4257
|
+
</li>
|
|
4258
|
+
<li
|
|
4259
|
+
class="pf-c-menu__list-item pf-m-disabled"
|
|
4260
|
+
role="none"
|
|
4261
|
+
>
|
|
4262
|
+
<button
|
|
4263
|
+
class="pf-c-menu__item"
|
|
4264
|
+
type="button"
|
|
4265
|
+
disabled
|
|
4266
|
+
role="menuitem"
|
|
4267
|
+
>
|
|
4268
|
+
<span class="pf-c-menu__item-description">
|
|
4269
|
+
<div class="pf-u-font-size-sm">Account number:</div>
|
|
4270
|
+
<div class="pf-u-font-size-md">123456789</div>
|
|
4271
|
+
</span>
|
|
4272
|
+
</button>
|
|
4273
|
+
</li>
|
|
4274
|
+
<li class="pf-c-divider" role="separator"></li>
|
|
4275
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
4276
|
+
<button
|
|
4277
|
+
class="pf-c-menu__item"
|
|
4278
|
+
type="button"
|
|
4279
|
+
role="menuitem"
|
|
4280
|
+
>
|
|
4281
|
+
<span class="pf-c-menu__item-main">
|
|
4282
|
+
<span class="pf-c-menu__item-text">My profile</span>
|
|
4283
|
+
</span>
|
|
4284
|
+
</button>
|
|
4285
|
+
</li>
|
|
4286
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
4287
|
+
<button
|
|
4288
|
+
class="pf-c-menu__item"
|
|
4289
|
+
type="button"
|
|
4290
|
+
role="menuitem"
|
|
4291
|
+
>
|
|
4292
|
+
<span class="pf-c-menu__item-main">
|
|
4293
|
+
<span
|
|
4294
|
+
class="pf-c-menu__item-text"
|
|
4295
|
+
>User management</span>
|
|
4296
|
+
</span>
|
|
4297
|
+
</button>
|
|
4298
|
+
</li>
|
|
4299
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
4300
|
+
<button
|
|
4301
|
+
class="pf-c-menu__item"
|
|
4302
|
+
type="button"
|
|
4303
|
+
role="menuitem"
|
|
4304
|
+
>
|
|
4305
|
+
<span class="pf-c-menu__item-main">
|
|
4306
|
+
<span class="pf-c-menu__item-text">Logout</span>
|
|
4307
|
+
</span>
|
|
4308
|
+
</button>
|
|
4309
|
+
</li>
|
|
4310
|
+
</ul>
|
|
4311
|
+
</section>
|
|
4312
|
+
<hr class="pf-c-divider pf-m-hidden-on-sm" />
|
|
4313
|
+
<section class="pf-c-menu__group">
|
|
4314
|
+
<ul class="pf-c-menu__list" role="menu">
|
|
4315
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
4316
|
+
<button
|
|
4317
|
+
class="pf-c-menu__item"
|
|
4318
|
+
type="button"
|
|
4319
|
+
role="menuitem"
|
|
4320
|
+
aria-expanded="false"
|
|
4321
|
+
>
|
|
4322
|
+
<span class="pf-c-menu__item-main">
|
|
4323
|
+
<span class="pf-c-menu__item-icon">
|
|
4324
|
+
<i
|
|
4325
|
+
class="fas fa-fw fa-cog"
|
|
4326
|
+
aria-hidden="true"
|
|
4327
|
+
></i>
|
|
4328
|
+
</span>
|
|
4329
|
+
<span class="pf-c-menu__item-text">Settings</span>
|
|
4330
|
+
<span class="pf-c-menu__item-toggle-icon">
|
|
4331
|
+
<i class="fas fa-angle-right"></i>
|
|
4332
|
+
</span>
|
|
4333
|
+
</span>
|
|
4334
|
+
</button>
|
|
4335
|
+
<div class="pf-c-menu" hidden>
|
|
4336
|
+
<div class="pf-c-menu__content">
|
|
4337
|
+
<ul class="pf-c-menu__list" role="menu">
|
|
4338
|
+
<li
|
|
4339
|
+
class="pf-c-menu__list-item pf-m-drill-up"
|
|
4340
|
+
role="none"
|
|
4341
|
+
>
|
|
4342
|
+
<button
|
|
4343
|
+
class="pf-c-menu__item"
|
|
4344
|
+
type="button"
|
|
4345
|
+
role="menuitem"
|
|
4346
|
+
>
|
|
4347
|
+
<span class="pf-c-menu__item-main">
|
|
4348
|
+
<span
|
|
4349
|
+
class="pf-c-menu__item-toggle-icon"
|
|
4350
|
+
>
|
|
4351
|
+
<i class="fas fa-angle-left"></i>
|
|
4352
|
+
</span>
|
|
4353
|
+
<span class="pf-c-menu__item-icon">
|
|
4354
|
+
<i
|
|
4355
|
+
class="fas fa-fw fa-cog"
|
|
4356
|
+
aria-hidden="true"
|
|
4357
|
+
></i>
|
|
4358
|
+
</span>
|
|
4359
|
+
<span
|
|
4360
|
+
class="pf-c-menu__item-text"
|
|
4361
|
+
>Settings</span>
|
|
4362
|
+
</span>
|
|
4363
|
+
</button>
|
|
4364
|
+
</li>
|
|
4365
|
+
<li class="pf-c-divider" role="separator"></li>
|
|
4366
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
4367
|
+
<a
|
|
4368
|
+
class="pf-c-menu__item"
|
|
4369
|
+
href="#"
|
|
4370
|
+
role="menuitem"
|
|
4371
|
+
>
|
|
4372
|
+
<span class="pf-c-menu__item-main">
|
|
4373
|
+
<span
|
|
4374
|
+
class="pf-c-menu__item-text"
|
|
4375
|
+
>Customer support</span>
|
|
4376
|
+
</span>
|
|
4377
|
+
</a>
|
|
4378
|
+
</li>
|
|
4379
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
4380
|
+
<a
|
|
4381
|
+
class="pf-c-menu__item"
|
|
4382
|
+
href="#"
|
|
4383
|
+
role="menuitem"
|
|
4384
|
+
>
|
|
4385
|
+
<span class="pf-c-menu__item-main">
|
|
4386
|
+
<span class="pf-c-menu__item-text">About</span>
|
|
4387
|
+
</span>
|
|
4388
|
+
</a>
|
|
4389
|
+
</li>
|
|
4390
|
+
</ul>
|
|
4391
|
+
</div>
|
|
4392
|
+
</div>
|
|
4393
|
+
</li>
|
|
4394
|
+
|
|
4395
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
4396
|
+
<button
|
|
4397
|
+
class="pf-c-menu__item"
|
|
4398
|
+
type="button"
|
|
4399
|
+
role="menuitem"
|
|
4400
|
+
aria-expanded="false"
|
|
4401
|
+
>
|
|
4402
|
+
<span class="pf-c-menu__item-main">
|
|
4403
|
+
<span class="pf-c-menu__item-icon">
|
|
4404
|
+
<i
|
|
4405
|
+
class="fas fa-fw fa-pf-icon pf-icon-help"
|
|
4406
|
+
aria-hidden="true"
|
|
4407
|
+
></i>
|
|
4408
|
+
</span>
|
|
4409
|
+
<span class="pf-c-menu__item-text">Help</span>
|
|
4410
|
+
<span class="pf-c-menu__item-toggle-icon">
|
|
4411
|
+
<i class="fas fa-angle-right"></i>
|
|
4412
|
+
</span>
|
|
4413
|
+
</span>
|
|
4414
|
+
</button>
|
|
4415
|
+
<div class="pf-c-menu" hidden>
|
|
4416
|
+
<div class="pf-c-menu__content">
|
|
4417
|
+
<ul class="pf-c-menu__list" role="menu">
|
|
4418
|
+
<li
|
|
4419
|
+
class="pf-c-menu__list-item pf-m-drill-up"
|
|
4420
|
+
role="none"
|
|
4421
|
+
>
|
|
4422
|
+
<button
|
|
4423
|
+
class="pf-c-menu__item"
|
|
4424
|
+
type="button"
|
|
4425
|
+
role="menuitem"
|
|
4426
|
+
>
|
|
4427
|
+
<span class="pf-c-menu__item-main">
|
|
4428
|
+
<span
|
|
4429
|
+
class="pf-c-menu__item-toggle-icon"
|
|
4430
|
+
>
|
|
4431
|
+
<i class="fas fa-angle-left"></i>
|
|
4432
|
+
</span>
|
|
4433
|
+
<span class="pf-c-menu__item-icon">
|
|
4434
|
+
<i
|
|
4435
|
+
class="fas fa-fw fa-pf-icon pf-icon-help"
|
|
4436
|
+
aria-hidden="true"
|
|
4437
|
+
></i>
|
|
4438
|
+
</span>
|
|
4439
|
+
<span class="pf-c-menu__item-text">Help</span>
|
|
4440
|
+
</span>
|
|
4441
|
+
</button>
|
|
4442
|
+
</li>
|
|
4443
|
+
<li class="pf-c-divider" role="separator"></li>
|
|
4444
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
4445
|
+
<a
|
|
4446
|
+
class="pf-c-menu__item"
|
|
4447
|
+
href="#"
|
|
4448
|
+
role="menuitem"
|
|
4449
|
+
>
|
|
4450
|
+
<span class="pf-c-menu__item-main">
|
|
4451
|
+
<span
|
|
4452
|
+
class="pf-c-menu__item-text"
|
|
4453
|
+
>Support options</span>
|
|
4454
|
+
</span>
|
|
4455
|
+
</a>
|
|
4456
|
+
</li>
|
|
4457
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
4458
|
+
<a
|
|
4459
|
+
class="pf-c-menu__item"
|
|
4460
|
+
href="#"
|
|
4461
|
+
role="menuitem"
|
|
4462
|
+
>
|
|
4463
|
+
<span class="pf-c-menu__item-main">
|
|
4464
|
+
<span
|
|
4465
|
+
class="pf-c-menu__item-text"
|
|
4466
|
+
>Open support case</span>
|
|
4467
|
+
</span>
|
|
4468
|
+
</a>
|
|
4469
|
+
</li>
|
|
4470
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
4471
|
+
<a
|
|
4472
|
+
class="pf-c-menu__item"
|
|
4473
|
+
href="#"
|
|
4474
|
+
role="menuitem"
|
|
4475
|
+
>
|
|
4476
|
+
<span class="pf-c-menu__item-main">
|
|
4477
|
+
<span
|
|
4478
|
+
class="pf-c-menu__item-text"
|
|
4479
|
+
>API documentation</span>
|
|
4480
|
+
</span>
|
|
4481
|
+
</a>
|
|
4482
|
+
</li>
|
|
4483
|
+
</ul>
|
|
4484
|
+
</div>
|
|
4485
|
+
</div>
|
|
4486
|
+
</li>
|
|
4487
|
+
|
|
4488
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
4489
|
+
<button
|
|
4490
|
+
class="pf-c-menu__item"
|
|
4491
|
+
type="button"
|
|
4492
|
+
role="menuitem"
|
|
4493
|
+
>
|
|
4494
|
+
<span class="pf-c-menu__item-main">
|
|
4495
|
+
<span class="pf-c-menu__item-icon">
|
|
4496
|
+
<i class="fas fa-fw fa-th" aria-hidden="true"></i>
|
|
4497
|
+
</span>
|
|
4498
|
+
<span
|
|
4499
|
+
class="pf-c-menu__item-text"
|
|
4500
|
+
>Application launcher</span>
|
|
4501
|
+
<span class="pf-c-menu__item-toggle-icon">
|
|
4502
|
+
<i class="fas fa-angle-right"></i>
|
|
4503
|
+
</span>
|
|
4504
|
+
</span>
|
|
4505
|
+
</button>
|
|
4506
|
+
<div class="pf-c-menu" hidden>
|
|
4507
|
+
<div class="pf-c-menu__header">
|
|
4508
|
+
<button
|
|
4509
|
+
class="pf-c-menu__item"
|
|
4510
|
+
type="button"
|
|
4511
|
+
role="menuitem"
|
|
4512
|
+
>
|
|
4513
|
+
<span class="pf-c-menu__item-main">
|
|
4514
|
+
<span class="pf-c-menu__item-toggle-icon">
|
|
4515
|
+
<i class="fas fa-angle-left"></i>
|
|
4516
|
+
</span>
|
|
4517
|
+
<span class="pf-c-menu__item-icon">
|
|
4518
|
+
<i
|
|
4519
|
+
class="fas fa-fw fa-th"
|
|
4520
|
+
aria-hidden="true"
|
|
4521
|
+
></i>
|
|
4522
|
+
</span>
|
|
4523
|
+
<span
|
|
4524
|
+
class="pf-c-menu__item-text"
|
|
4525
|
+
>Application launcher</span>
|
|
4526
|
+
</span>
|
|
4527
|
+
</button>
|
|
4528
|
+
</div>
|
|
4529
|
+
<div class="pf-c-menu__search">
|
|
4530
|
+
<div class="pf-c-menu__search-input">
|
|
4531
|
+
<div class="pf-c-search-input">
|
|
4532
|
+
<div class="pf-c-search-input__bar">
|
|
4533
|
+
<span class="pf-c-search-input__text">
|
|
4534
|
+
<span class="pf-c-search-input__icon">
|
|
4535
|
+
<i
|
|
4536
|
+
class="fas fa-search fa-fw"
|
|
4537
|
+
aria-hidden="true"
|
|
4538
|
+
></i>
|
|
4539
|
+
</span>
|
|
4540
|
+
<input
|
|
4541
|
+
class="pf-c-search-input__text-input"
|
|
4542
|
+
type="text"
|
|
4543
|
+
placeholder="Search"
|
|
4544
|
+
aria-label="Search"
|
|
4545
|
+
/>
|
|
4546
|
+
</span>
|
|
4547
|
+
</div>
|
|
4548
|
+
</div>
|
|
4549
|
+
</div>
|
|
4550
|
+
</div>
|
|
4551
|
+
<hr class="pf-c-divider" />
|
|
4552
|
+
<section class="pf-c-menu__group">
|
|
4553
|
+
<h1 class="pf-c-menu__group-title">Favorites</h1>
|
|
4554
|
+
<ul class="pf-c-menu__list" role="menu">
|
|
4555
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
4556
|
+
<a
|
|
4557
|
+
class="pf-c-menu__item"
|
|
4558
|
+
href="#"
|
|
4559
|
+
role="menuitem"
|
|
4560
|
+
>
|
|
4561
|
+
<span class="pf-c-menu__item-main">
|
|
4562
|
+
<span
|
|
4563
|
+
class="pf-c-menu__item-text"
|
|
4564
|
+
>Link 1</span>
|
|
4565
|
+
</span>
|
|
4566
|
+
</a>
|
|
4567
|
+
<button
|
|
4568
|
+
class="pf-c-menu__item-action pf-m-favorite pf-m-favorited"
|
|
4569
|
+
type="button"
|
|
4570
|
+
aria-label="Starred"
|
|
4571
|
+
>
|
|
4572
|
+
<span class="pf-c-menu__item-action-icon">
|
|
4573
|
+
<i
|
|
4574
|
+
class="fas fa-star"
|
|
4575
|
+
aria-hidden="true"
|
|
4576
|
+
></i>
|
|
4577
|
+
</span>
|
|
4578
|
+
</button>
|
|
4579
|
+
</li>
|
|
4580
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
4581
|
+
<a
|
|
4582
|
+
class="pf-c-menu__item"
|
|
4583
|
+
href="#"
|
|
4584
|
+
role="menuitem"
|
|
4585
|
+
target="_blank"
|
|
4586
|
+
>
|
|
4587
|
+
<span class="pf-c-menu__item-main">
|
|
4588
|
+
<span
|
|
4589
|
+
class="pf-c-menu__item-text"
|
|
4590
|
+
>Link 2</span>
|
|
4591
|
+
<span
|
|
4592
|
+
class="pf-c-menu__item-external-icon"
|
|
4593
|
+
>
|
|
4594
|
+
<i
|
|
4595
|
+
class="fas fa-external-link-alt"
|
|
4596
|
+
aria-hidden="true"
|
|
4597
|
+
></i>
|
|
4598
|
+
</span>
|
|
4599
|
+
<span
|
|
4600
|
+
class="pf-screen-reader"
|
|
4601
|
+
>(opens new window)</span>
|
|
4602
|
+
</span>
|
|
4603
|
+
</a>
|
|
4604
|
+
<button
|
|
4605
|
+
class="pf-c-menu__item-action pf-m-favorite"
|
|
4606
|
+
type="button"
|
|
4607
|
+
aria-label="Not starred"
|
|
4608
|
+
>
|
|
4609
|
+
<span class="pf-c-menu__item-action-icon">
|
|
4610
|
+
<i
|
|
4611
|
+
class="fas fa-star"
|
|
4612
|
+
aria-hidden="true"
|
|
4613
|
+
></i>
|
|
4614
|
+
</span>
|
|
4615
|
+
</button>
|
|
4616
|
+
</li>
|
|
4617
|
+
</ul>
|
|
4618
|
+
</section>
|
|
4619
|
+
<hr class="pf-c-divider" />
|
|
4620
|
+
<section class="pf-c-menu__group">
|
|
4621
|
+
<h1 class="pf-c-menu__group-title">Group 1</h1>
|
|
4622
|
+
<ul class="pf-c-menu__list" role="menu">
|
|
4623
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
4624
|
+
<a
|
|
4625
|
+
class="pf-c-menu__item"
|
|
4626
|
+
href="#"
|
|
4627
|
+
role="menuitem"
|
|
4628
|
+
>
|
|
4629
|
+
<span class="pf-c-menu__item-main">
|
|
4630
|
+
<span
|
|
4631
|
+
class="pf-c-menu__item-text"
|
|
4632
|
+
>Link 1</span>
|
|
4633
|
+
</span>
|
|
4634
|
+
</a>
|
|
4635
|
+
<button
|
|
4636
|
+
class="pf-c-menu__item-action pf-m-favorite"
|
|
4637
|
+
type="button"
|
|
4638
|
+
aria-label="Not starred"
|
|
4639
|
+
>
|
|
4640
|
+
<span class="pf-c-menu__item-action-icon">
|
|
4641
|
+
<i
|
|
4642
|
+
class="fas fa-star"
|
|
4643
|
+
aria-hidden="true"
|
|
4644
|
+
></i>
|
|
4645
|
+
</span>
|
|
4646
|
+
</button>
|
|
4647
|
+
</li>
|
|
4648
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
4649
|
+
<a
|
|
4650
|
+
class="pf-c-menu__item"
|
|
4651
|
+
href="#"
|
|
4652
|
+
role="menuitem"
|
|
4653
|
+
target="_blank"
|
|
4654
|
+
>
|
|
4655
|
+
<span class="pf-c-menu__item-main">
|
|
4656
|
+
<span
|
|
4657
|
+
class="pf-c-menu__item-text"
|
|
4658
|
+
>Link 2</span>
|
|
4659
|
+
<span
|
|
4660
|
+
class="pf-c-menu__item-external-icon"
|
|
4661
|
+
>
|
|
4662
|
+
<i
|
|
4663
|
+
class="fas fa-external-link-alt"
|
|
4664
|
+
aria-hidden="true"
|
|
4665
|
+
></i>
|
|
4666
|
+
</span>
|
|
4667
|
+
<span
|
|
4668
|
+
class="pf-screen-reader"
|
|
4669
|
+
>(opens new window)</span>
|
|
4670
|
+
</span>
|
|
4671
|
+
</a>
|
|
4672
|
+
<button
|
|
4673
|
+
class="pf-c-menu__item-action pf-m-favorite pf-m-favorited"
|
|
4674
|
+
type="button"
|
|
4675
|
+
aria-label="Starred"
|
|
4676
|
+
>
|
|
4677
|
+
<span class="pf-c-menu__item-action-icon">
|
|
4678
|
+
<i
|
|
4679
|
+
class="fas fa-star"
|
|
4680
|
+
aria-hidden="true"
|
|
4681
|
+
></i>
|
|
4682
|
+
</span>
|
|
4683
|
+
</button>
|
|
4684
|
+
</li>
|
|
4685
|
+
</ul>
|
|
4686
|
+
</section>
|
|
4687
|
+
</div>
|
|
4688
|
+
</li>
|
|
4689
|
+
</ul>
|
|
4690
|
+
</section>
|
|
4691
|
+
</div>
|
|
4692
|
+
</div>
|
|
4693
|
+
</div>
|
|
4694
|
+
</div>
|
|
4695
|
+
</div>
|
|
4696
|
+
<div class="pf-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
4697
|
+
<div
|
|
4698
|
+
class="pf-c-dropdown pf-m-full-height"
|
|
4699
|
+
style="--pf-c-dropdown--MaxWidth: 20ch;"
|
|
4700
|
+
>
|
|
4701
|
+
<button
|
|
4702
|
+
class="pf-c-dropdown__toggle"
|
|
4703
|
+
id="drawer-expanded-jump-links-masthead-profile-button"
|
|
4704
|
+
aria-expanded="false"
|
|
4705
|
+
type="button"
|
|
4706
|
+
>
|
|
4707
|
+
<span class="pf-c-dropdown__toggle-image">
|
|
4708
|
+
<img
|
|
4709
|
+
class="pf-c-avatar"
|
|
4710
|
+
src="/assets/images/img_avatar.svg"
|
|
4711
|
+
alt="Avatar image"
|
|
4712
|
+
/>
|
|
4713
|
+
</span>
|
|
4714
|
+
<span class="pf-c-dropdown__toggle-text">Ned Username</span>
|
|
4715
|
+
<span class="pf-c-dropdown__toggle-icon">
|
|
4716
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
4717
|
+
</span>
|
|
4718
|
+
</button>
|
|
4719
|
+
<div class="pf-c-dropdown__menu" hidden>
|
|
4720
|
+
<section class="pf-c-dropdown__group">
|
|
4721
|
+
<div class="pf-c-dropdown__menu-item pf-m-text">
|
|
4722
|
+
<div class="pf-u-font-size-sm">Account number:</div>
|
|
4723
|
+
<div>123456789</div>
|
|
4724
|
+
</div>
|
|
4725
|
+
<div class="pf-c-dropdown__menu-item pf-m-text">
|
|
4726
|
+
<div class="pf-u-font-size-sm">Username:</div>
|
|
4727
|
+
<div>mshaksho@redhat.com</div>
|
|
4728
|
+
</div>
|
|
4729
|
+
</section>
|
|
4730
|
+
<hr class="pf-c-divider" />
|
|
4731
|
+
<section class="pf-c-dropdown__group">
|
|
4732
|
+
<ul>
|
|
4733
|
+
<li>
|
|
4734
|
+
<a class="pf-c-dropdown__menu-item" href="#">My profile</a>
|
|
4735
|
+
</li>
|
|
4736
|
+
<li>
|
|
4737
|
+
<a
|
|
4738
|
+
class="pf-c-dropdown__menu-item"
|
|
4739
|
+
href="#"
|
|
4740
|
+
>User management</a>
|
|
4741
|
+
</li>
|
|
4742
|
+
<li>
|
|
4743
|
+
<a class="pf-c-dropdown__menu-item" href="#">Logout</a>
|
|
4744
|
+
</li>
|
|
4745
|
+
</ul>
|
|
4746
|
+
</section>
|
|
4747
|
+
</div>
|
|
4748
|
+
</div>
|
|
4749
|
+
</div>
|
|
4750
|
+
</div>
|
|
4751
|
+
</div>
|
|
4752
|
+
</div>
|
|
4753
|
+
</div>
|
|
4754
|
+
</header>
|
|
4755
|
+
<div class="pf-c-page__sidebar">
|
|
4756
|
+
<div class="pf-c-page__sidebar-body">
|
|
4757
|
+
<nav
|
|
4758
|
+
class="pf-c-nav"
|
|
4759
|
+
id="drawer-expanded-jump-links-primary-nav"
|
|
4760
|
+
aria-label="Global"
|
|
4761
|
+
>
|
|
4762
|
+
<ul class="pf-c-nav__list">
|
|
4763
|
+
<li class="pf-c-nav__item">
|
|
4764
|
+
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
4765
|
+
</li>
|
|
4766
|
+
<li class="pf-c-nav__item">
|
|
4767
|
+
<a
|
|
4768
|
+
href="#"
|
|
4769
|
+
class="pf-c-nav__link pf-m-current"
|
|
4770
|
+
aria-current="page"
|
|
4771
|
+
>Policy</a>
|
|
4772
|
+
</li>
|
|
4773
|
+
<li class="pf-c-nav__item">
|
|
4774
|
+
<a href="#" class="pf-c-nav__link">Authentication</a>
|
|
4775
|
+
</li>
|
|
4776
|
+
<li class="pf-c-nav__item">
|
|
4777
|
+
<a href="#" class="pf-c-nav__link">Network services</a>
|
|
4778
|
+
</li>
|
|
4779
|
+
<li class="pf-c-nav__item">
|
|
4780
|
+
<a href="#" class="pf-c-nav__link">Server</a>
|
|
4781
|
+
</li>
|
|
4782
|
+
</ul>
|
|
4783
|
+
</nav>
|
|
4784
|
+
</div>
|
|
4785
|
+
</div>
|
|
4786
|
+
<main
|
|
4787
|
+
class="pf-c-page__main"
|
|
4788
|
+
tabindex="-1"
|
|
4789
|
+
id="main-content-drawer-expanded-jump-links"
|
|
4790
|
+
>
|
|
4791
|
+
<div class="pf-c-drawer pf-m-expanded">
|
|
4792
|
+
<div class="pf-c-drawer__main">
|
|
4793
|
+
<div
|
|
4794
|
+
class="pf-c-drawer__content"
|
|
4795
|
+
id="drawer-expanded-jump-links-drawer-scrollable-container"
|
|
4796
|
+
>
|
|
4797
|
+
<div class="pf-c-drawer__body">
|
|
4798
|
+
<div class="pf-c-drawer__body pf-m-padding">
|
|
4799
|
+
<div class="pf-c-sidebar">
|
|
4800
|
+
<div class="pf-c-sidebar__main">
|
|
4801
|
+
<div class="pf-c-sidebar__panel pf-m-sticky pf-m-gutter">
|
|
4802
|
+
<nav
|
|
4803
|
+
class="pf-c-jump-links pf-m-vertical pf-m-non-expandable-on-md pf-m-expandable"
|
|
4804
|
+
>
|
|
4805
|
+
<div class="pf-c-jump-links__label">Jump to section</div>
|
|
4806
|
+
<ul class="pf-c-jump-links__list">
|
|
4807
|
+
<li class="pf-c-jump-links__item pf-m-current">
|
|
4808
|
+
<a
|
|
4809
|
+
class="pf-c-jump-links__link"
|
|
4810
|
+
href="#drawer-expanded-jump-links-jump-links-first"
|
|
4811
|
+
>
|
|
4812
|
+
<span
|
|
4813
|
+
class="pf-c-jump-links__link-text"
|
|
4814
|
+
>First section</span>
|
|
4815
|
+
</a>
|
|
4816
|
+
</li>
|
|
4817
|
+
<li class="pf-c-jump-links__item">
|
|
4818
|
+
<a
|
|
4819
|
+
class="pf-c-jump-links__link"
|
|
4820
|
+
href="#drawer-expanded-jump-links-jump-links-second"
|
|
4821
|
+
>
|
|
4822
|
+
<span
|
|
4823
|
+
class="pf-c-jump-links__link-text"
|
|
4824
|
+
>Second section</span>
|
|
4825
|
+
</a>
|
|
4826
|
+
</li>
|
|
4827
|
+
<li class="pf-c-jump-links__item">
|
|
4828
|
+
<a
|
|
4829
|
+
class="pf-c-jump-links__link"
|
|
4830
|
+
href="#drawer-expanded-jump-links-jump-links-third"
|
|
4831
|
+
>
|
|
4832
|
+
<span
|
|
4833
|
+
class="pf-c-jump-links__link-text"
|
|
4834
|
+
>Third section</span>
|
|
4835
|
+
</a>
|
|
4836
|
+
</li>
|
|
4837
|
+
<li class="pf-c-jump-links__item">
|
|
4838
|
+
<a
|
|
4839
|
+
class="pf-c-jump-links__link"
|
|
4840
|
+
href="#drawer-expanded-jump-links-jump-links-fourth"
|
|
4841
|
+
>
|
|
4842
|
+
<span
|
|
4843
|
+
class="pf-c-jump-links__link-text"
|
|
4844
|
+
>Fourth section</span>
|
|
4845
|
+
</a>
|
|
4846
|
+
</li>
|
|
4847
|
+
<li class="pf-c-jump-links__item">
|
|
4848
|
+
<a
|
|
4849
|
+
class="pf-c-jump-links__link"
|
|
4850
|
+
href="#drawer-expanded-jump-links-jump-links-fifth"
|
|
4851
|
+
>
|
|
4852
|
+
<span
|
|
4853
|
+
class="pf-c-jump-links__link-text"
|
|
4854
|
+
>Fifth section</span>
|
|
4855
|
+
</a>
|
|
4856
|
+
</li>
|
|
4857
|
+
</ul>
|
|
4858
|
+
</nav>
|
|
4859
|
+
</div>
|
|
4860
|
+
<div class="pf-c-sidebar__content">
|
|
4861
|
+
<div class="pf-c-content">
|
|
4862
|
+
<p>
|
|
4863
|
+
<b>Note:</b> Jump links require javascript to look and function properly, so while clicking on the jump links in these demos may take you to anchors on the page, the full functionality isn't implemented. Refer to the react demos to see the intended design and functionality.
|
|
4864
|
+
</p>
|
|
4865
|
+
|
|
4866
|
+
<h2
|
|
4867
|
+
id="drawer-expanded-jump-links-jump-links-first"
|
|
4868
|
+
>First section</h2>
|
|
4869
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
4870
|
+
|
|
4871
|
+
<h2
|
|
4872
|
+
id="drawer-expanded-jump-links-jump-links-second"
|
|
4873
|
+
>Second section</h2>
|
|
4874
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
4875
|
+
|
|
4876
|
+
<h2
|
|
4877
|
+
id="drawer-expanded-jump-links-jump-links-third"
|
|
4878
|
+
>Third section</h2>
|
|
4879
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
4880
|
+
|
|
4881
|
+
<h2
|
|
4882
|
+
id="drawer-expanded-jump-links-jump-links-fourth"
|
|
4883
|
+
>Fourth section</h2>
|
|
4884
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
4885
|
+
|
|
4886
|
+
<h2
|
|
4887
|
+
id="drawer-expanded-jump-links-jump-links-fifth"
|
|
4888
|
+
>Fifth section</h2>
|
|
4889
|
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas sed dui ullamcorper, dignissim purus eu, mattis leo. Curabitur eleifend turpis ipsum, aliquam pretium risus efficitur vel. Etiam eget enim vitae quam facilisis pharetra at eget diam. Suspendisse ut vulputate magna. Nunc viverra posuere orci sit amet pulvinar. Quisque dui justo, egestas ac accumsan suscipit, tristique eu risus. In aliquet libero ante, ac pulvinar lectus pretium in. Ut enim tellus, vulputate et lorem et, hendrerit rutrum diam. Cras pharetra dapibus elit vitae ullamcorper. Nulla facilisis euismod diam, at sodales sem laoreet hendrerit. Curabitur porttitor ex nulla. Proin ligula leo, egestas ac nibh a, pellentesque mollis augue. Donec nec augue vehicula eros pulvinar vehicula eget rutrum neque. Duis sit amet interdum lorem. Vivamus porttitor nec quam a accumsan. Nam pretium vitae leo vitae rhoncus.</p>
|
|
4890
|
+
</div>
|
|
4891
|
+
</div>
|
|
4892
|
+
</div>
|
|
4893
|
+
</div>
|
|
4894
|
+
</div>
|
|
4895
|
+
</div>
|
|
4896
|
+
</div>
|
|
4897
|
+
<div class="pf-c-drawer__panel">
|
|
4898
|
+
<div class="pf-c-drawer__body">
|
|
4899
|
+
<div class="pf-c-drawer__head">
|
|
4900
|
+
<span>drawer-panel</span>
|
|
4901
|
+
<div class="pf-c-drawer__actions">
|
|
4902
|
+
<div class="pf-c-drawer__close">
|
|
4903
|
+
<button
|
|
4904
|
+
class="pf-c-button pf-m-plain"
|
|
4905
|
+
type="button"
|
|
4906
|
+
aria-label="Close drawer panel"
|
|
4907
|
+
>
|
|
4908
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
4909
|
+
</button>
|
|
4910
|
+
</div>
|
|
4911
|
+
</div>
|
|
4912
|
+
</div>
|
|
4913
|
+
</div>
|
|
4914
|
+
</div>
|
|
4915
|
+
</div>
|
|
4916
|
+
</div>
|
|
4917
|
+
</main>
|
|
4918
|
+
</div>
|
|
4919
|
+
|
|
4920
|
+
```
|
|
4921
|
+
|
|
2992
4922
|
## Documentation
|
|
2993
4923
|
|
|
2994
4924
|
This demo implements the drawer in context of the page component.
|