am 44c5e346: Merge "Docs: Add Google Feedback link to the footer for SAC pages."
* commit '44c5e346cbf3fc2313699f142c6e17b9ef915aec': Docs: Add Google Feedback link to the footer for SAC pages.
This commit is contained in:
commit
a5bacf6e0c
|
@ -420,8 +420,12 @@ video.with-shadow {
|
||||||
border-top: 1px solid #ccc;
|
border-top: 1px solid #ccc;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
padding-top:10px;
|
padding-top:10px;
|
||||||
height: 30px; }
|
height: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-footer-test {
|
||||||
|
border-top: 1px solid #ccc;
|
||||||
|
}
|
||||||
.content-footer .col-9 {
|
.content-footer .col-9 {
|
||||||
margin-left:0;
|
margin-left:0;
|
||||||
}
|
}
|
||||||
|
@ -4457,6 +4461,11 @@ a.download-sdk {
|
||||||
float:right;
|
float:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.feedback {
|
||||||
|
float:right !important;
|
||||||
|
margin: 0 0 0 10px;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/************* HOME/LANDING PAGE *****************/
|
/************* HOME/LANDING PAGE *****************/
|
||||||
|
|
|
@ -116,18 +116,13 @@
|
||||||
<div class="jd-descr" itemprop="articleBody">
|
<div class="jd-descr" itemprop="articleBody">
|
||||||
<?cs call:tag_list(root.descr) ?>
|
<?cs call:tag_list(root.descr) ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content-footer <?cs
|
<div class="content-footer-test"
|
||||||
if:fullpage ?>wrap<?cs
|
|
||||||
else ?>layout-content-row<?cs /if ?>"
|
|
||||||
itemscope itemtype="http://schema.org/SiteNavigationElement">
|
itemscope itemtype="http://schema.org/SiteNavigationElement">
|
||||||
<div class="layout-content-col <?cs
|
<div class="layout-content-col <?cs
|
||||||
if:fullpage ?>col-16<?cs
|
if:fullpage ?>col-16<?cs
|
||||||
elif:training||guide ?>col-8<?cs
|
elif:training||guide ?>col-8<?cs
|
||||||
else ?>col-9<?cs /if ?>" style="padding-top:4px">
|
else ?>col-9<?cs /if ?>" style="padding-top:4px">
|
||||||
<?cs if:!page.noplus ?><?cs if:fullpage ?><style>#___plusone_0 {float:right !important;}</style><?cs /if ?>
|
|
||||||
<div class="g-plusone" data-size="medium"></div>
|
|
||||||
<?cs /if ?>
|
|
||||||
</div>
|
</div>
|
||||||
<?cs if:!fullscreen ?>
|
<?cs if:!fullscreen ?>
|
||||||
<div class="paging-links layout-content-col col-4">
|
<div class="paging-links layout-content-col col-4">
|
||||||
|
@ -138,7 +133,7 @@
|
||||||
ru-lang="Предыдущий"
|
ru-lang="Предыдущий"
|
||||||
ko-lang="이전"
|
ko-lang="이전"
|
||||||
ja-lang="前へ"
|
ja-lang="前へ"
|
||||||
es-lang="Anterior"
|
es-lang="Anterior"
|
||||||
>Previous</a>
|
>Previous</a>
|
||||||
<a href="#" class="next-page-link hide"
|
<a href="#" class="next-page-link hide"
|
||||||
zh-TW-lang="下一堂課"
|
zh-TW-lang="下一堂課"
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
<div id="footer" class="wrap" <?cs if:fullpage ?>style="width:940px"<?cs /if ?>>
|
<div id="footer" class="wrap" <?cs if:fullpage ?>style="width:940px"<?cs /if ?>>
|
||||||
|
<style>.feedback { float: right !Important }</style>
|
||||||
|
<div class="feedback">
|
||||||
|
<a href="#" class="button" onclick=" try {
|
||||||
|
userfeedback.api.startFeedback({'productId':'715571','authuser':'1'});return false;}catch(e){}">Send Feedback</a>
|
||||||
|
</div>
|
||||||
<div id="copyright">
|
<div id="copyright">
|
||||||
<?cs call:custom_cc_copyright() ?>
|
<?cs call:custom_cc_copyright() ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -46,6 +46,8 @@ else
|
||||||
<script src="<?cs var:toroot ?>navtree_data.js" async type="text/javascript"></script>
|
<script src="<?cs var:toroot ?>navtree_data.js" async type="text/javascript"></script>
|
||||||
<?cs /if ?>
|
<?cs /if ?>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="//www.gstatic.com/feedback/api.js"></script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var _gaq = _gaq || [];
|
var _gaq = _gaq || [];
|
||||||
_gaq.push(['_setAccount', 'UA-45455297-1']);
|
_gaq.push(['_setAccount', 'UA-45455297-1']);
|
||||||
|
|
Loading…
Reference in New Issue