Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions assets/css/f5-hugo.css
Original file line number Diff line number Diff line change
Expand Up @@ -1652,4 +1652,22 @@ li.nav-item a.nav-link {

.last-modified {
font-weight:300;
}

.QSIUserDefinedHTML {
width: 83% !important;
}

div.QSIUserDefinedHTML * {
width: 100% !important;
}

@media (max-width: 618px) {
.QSIUserDefinedHTML {
height: 550px !important;
}

div.QSIUserDefinedHTML * {
height: 550px !important;
}
}
5 changes: 3 additions & 2 deletions layouts/_default/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@ <h1>{{ .Title }}</h1>

{{ .Content }}
{{ partial "version-list" . }}
{{ partial "qualtrics-feedback.html" }}
<hr>

{{ if .Page.Lastmod }}
<div class="last-modified">
Last modified {{ .Page.Lastmod.Format "January 2, 2006" }}
</div>
{{ end }}

{{ partial "previous-next-links-in-section-with-title.html" . }}
{{ partial "previous-next-links-in-section-with-title.html" . }}
</main>
{{ if and (gt .WordCount 200 ) (.Params.toc) }}
{{ if (add (len (findRE "<h3" .Content)) (len (findRE "<h2" .Content))) }}
Expand Down
2 changes: 2 additions & 0 deletions layouts/partials/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
https://cdn.bizible.com/xdc.js
https://f5networksglobalprod.122.2o7.net/
https://f5networksnginxdocs.122.2o7.net/
https://*.siteintercept.qualtrics.com/SIE/?Q_ZID=*
https://siteintercept.qualtrics.com/
{{ if in .Params.doctypes "devportal" }} 'unsafe-eval' {{end}};
worker-src 'self' blob:">
{{/* end */}}
Expand Down
63 changes: 63 additions & 0 deletions layouts/partials/qualtrics-feedback.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<!--BEGIN QUALTRICS WEBSITE FEEDBACK SNIPPET-->
<script type='text/javascript'>
(function(){var g=function(e,h,f,g){
this.get=function(a){
for(var a=a+"=",c=document.cookie.split(";"),b=0,e=c.length;b<e;b++){
for(var d=c[b];" "==d.charAt(0);)
d=d.substring(1,d.length);
if(0==d.indexOf(a))
return d.substring(a.length,d.length)
}
return null
};

this.set=function(a,c){
var b="",b=new Date;
b.setTime(b.getTime()+6048E5);
b="; expires="+b.toGMTString();
document.cookie=a+"="+c+b+"; path=/; "
};

this.check=function(){
var a=this.get(f);
if(a)
a=a.split(":");
else if(100!=e)
"v"==h&&(e=Math.random()>=e/100?0:100),
a=[h,e,0],
this.set(f,a.join(":"));
else
return!0;
var c=a[1];
if(100==c)
return!0;
switch(a[0]){
case "v":
return!1;
case "r":
return c=a[2]%Math.floor(100/c),a[2]++,this.set(f,a.join(":")),!c
}
return!0
};

this.go=function(){
if(this.check()){
var a=document.createElement("script");
a.type="text/javascript";
a.src=g;document.body&&document.body.appendChild(a)
}
};

this.start=function(){
var t=this;
"complete"!==document.readyState?window.addEventListener ?
window.addEventListener("load",function(){t.go()},!1) :
window.attachEvent&&window.attachEvent("onload",function(){t.go()}):t.go()};};
try{
(new g(100,"r","QSI_S_ZN_2YG73ads2zp5bN0","https://zn2yg73ads2zp5bn0-f5.siteintercept.qualtrics.com/SIE/?Q_ZID=ZN_2YG73ads2zp5bN0")).start()
}
catch(i){}})();
</script>
<div style="height: 30px;"></div>
<div id='ZN_2YG73ads2zp5bN0'><!--DO NOT REMOVE-CONTENTS PLACED HERE--></div>
<!--END WEBSITE FEEDBACK SNIPPET-->