forked from Gawdl3y/task-timer-chrome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsuggestion.html
27 lines (24 loc) · 1.3 KB
/
suggestion.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<title i18n="txtSuggestionTitle">Make a suggestion</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style/global.css" />
<link rel="stylesheet" type="text/css" href="style/suggestion.css" />
<script type="text/javascript" src="scripts/jquery-2.0.3.min.js"></script>
<script type="text/javascript" src="scripts/utilities.js"></script>
<script type="text/javascript" src="scripts/suggestion.js"></script>
</head>
<body>
<header>
<h1 i18n="txtSuggestionTitle">Make a suggestion</h1>
<a href="https://chrome.google.com/webstore/detail/task-timer/aomfjmibjhhfdenfkpaodhnlhkolngif" target="_blank"><img src="style/images/icon-64.png" id="logo" width="64" height="64" alt="Task Timer" /></a>
</header>
<div class="container">
<p i18n="txtSuggestionInfo" i18n-url="http://code.google.com/p/simple-task-timer/issues/list">
To make a suggestion, please click <a href="http://code.google.com/p/simple-task-timer/issues/list">here</a>.<br />
If nobody has already suggested the same idea, click "New issue". Make sure to select "Enhancement Request" for the template, and title it descriptively!<br />
If you have multiple ideas, please create a separate issue for each one.
</p>
</div>
</body>