2013-04-13 18:50:38 +02:00
|
|
|
<!DOCTYPE html>
|
2013-05-11 22:49:33 +02:00
|
|
|
<html xmlns:wicket="http://wicket.apache.org" wicket:id="html">
|
2013-04-13 18:50:38 +02:00
|
|
|
<head>
|
|
|
|
|
<title>CommaFeed</title>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<wicket:child />
|
|
|
|
|
<wicket:container wicket:id="footer-container"/>
|
2013-04-28 10:44:45 +02:00
|
|
|
<wicket:container wicket:id="uservoice">
|
|
|
|
|
<script>(function(){var uv=document.createElement('script');uv.type='text/javascript';uv.async=true;uv.src='//widget.uservoice.com/XYpTZZteqS4lHvgrTXeA.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(uv,s)})()</script>
|
|
|
|
|
<script>
|
|
|
|
|
UserVoice = window.UserVoice || [];
|
|
|
|
|
UserVoice.push(['showTab', 'classic_widget', {
|
|
|
|
|
mode: 'full',
|
|
|
|
|
default_mode: 'feedback',
|
|
|
|
|
primary_color: '#000',
|
|
|
|
|
link_color: '#007dbf',
|
|
|
|
|
forum_id: 204509,
|
|
|
|
|
support_tab_name: 'Contact',
|
|
|
|
|
feedback_tab_name: 'Feedback',
|
|
|
|
|
tab_label: 'Feedback',
|
|
|
|
|
tab_color: '#7e72db',
|
|
|
|
|
tab_position: 'bottom-right',
|
|
|
|
|
tab_inverted: false
|
|
|
|
|
}]);
|
|
|
|
|
</script>
|
|
|
|
|
</wicket:container>
|
2013-04-13 18:50:38 +02:00
|
|
|
</body>
|
|
|
|
|
</html>
|