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

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

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

<p><strong>your email	:</strong>
<br /><input type="text" name="email" size="40" /></p>

<p><strong>your feedback:</strong><br/>
<i>please be precise if you request for a feature or report a bug</i></p>
<textarea name="body" cols="37" rows="10"></textarea>
<br/>
<input type="submit" value="Send feedback" />
</form>