sharieswebsite/multi/support.md

43 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2011-05-08 00:56:21 +00:00
---
en: title: Support
fr: title: Aide
noSubMenu: false
no_entete: true
menupriority: 4
---
2011-07-12 10:59:37 +00:00
<% content_for :bodyclass do %>std support<% end %>
2011-08-09 22:15:22 +00:00
<% content_for :js do %>
<script>
$.fn.clearOnFocus = function() {
return this.focus(function(){
var v = $(this).val();
$(this).val( v === this.defaultValue ? '' : v );
}).blur(function(){
var v = $(this).val();
$(this).val( v.match(/^\s*$/) ? this.defaultValue : v );
});
};
$('input[type=text]').clearOnFocus();
$('textarea').clearOnFocus();
</script>
<% end %>
2011-07-12 10:59:37 +00:00
## A problem? A remark?
2011-05-12 20:20:57 +00:00
<form name="email" id="email" action="/contact" method="post">
2011-08-09 22:15:22 +00:00
<input type="text" name="name" value="Your Name"/>
<input type="text" name="mail" value="Your email"/>
<textarea name="body" id="bodytextarea" value="">Enter your comment here</textarea>
2011-05-12 20:20:57 +00:00
<input type="submit" value="Send"/>
</form>
<br/>
By mail:
2011-08-08 14:05:39 +00:00
<a class="bluebutton big" href="&#109;&#097;&#105;&#108;&#116;&#111;:&#121;&#097;&#110;&#110;&#046;&#101;&#115;&#112;&#111;&#115;&#105;&#116;&#111;&#046;&#104;&#101;&#108;&#112;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;">&#121;&#097;&#110;&#110;&#046;&#101;&#115;&#112;&#111;&#115;&#105;&#116;&#111;&#046;&#104;&#101;&#108;&#112;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;</a>
2011-05-08 00:56:21 +00:00
2011-05-12 20:20:57 +00:00
Via twitter:
2011-08-08 14:05:39 +00:00
<a class="big bluebutton" href="http://twitter.com/yogsototh">@yogsototh</a>