footer.html 818 B

12345678910111213
  1. <div id="nav-path" class="topicfooter">
  2. <a href="mailto:docfeedback@nordicsemi.no?subject=Documentation%20feedback" id="maillink">Documentation feedback</a> | <a href="https://devzone.nordicsemi.com/questions/" target="_blank">Developer Zone</a> | <a href="http://response.nordicsemi.com/subscribe-to-our-newsletters" target="_blank">Subscribe</a> | Updated <span id="date"/>
  3. <script>
  4. var date = new Date("$date" + " UTC");
  5. document.getElementById("date").innerHTML = date.toJSON().slice(0, 10);
  6. var url=window.location.href.split("?")[0];
  7. var filename=url.substring(url.lastIndexOf('/')+1);
  8. document.getElementById("maillink").href = "mailto:docfeedback@nordicsemi.no?subject=Documentation%20feedback"+decodeURIComponent("%26")+"body=File%20name%3A%20"+encodeURIComponent(filename);
  9. </script>
  10. </div>
  11. </body>
  12. </html>