Files
build/tools/droiddoc/templates-sac/footer.cs
Gina Dimino f9a5ae53ce Docs: Add Google Feedback link to the footer for SAC pages.
Bug: 8906018
Change-Id: Id53b8a4421e01cef0ea1609efde1e29eb2a50f47
2015-07-30 13:54:48 -07:00

13 lines
482 B
C#

<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">
<?cs call:custom_cc_copyright() ?>
</div>
<div id="footerlinks">
<?cs call:custom_footerlinks() ?>
</div>