Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.tpl « Feedback « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 77536a0773b52a895d193cf7fce3745f9edb67be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{literal}
<style>
input, textarea, p {
	font-family: Georgia,"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	padding:0.2em;
}
</style>
{/literal}

<form method="post" action="?module=Feedback&action=sendFeedback">

<p><strong>Your e-mail:</strong>
<br /><input type="text" name="email" size="40" /></p>
 

<p><strong>Body:</strong>
<br /><textarea name="body" cols="40" rows="15"></textarea></p>

<p><input type="submit" value="Send feedback" />

</form>