-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroadmap.html
More file actions
102 lines (87 loc) · 3.87 KB
/
roadmap.html
File metadata and controls
102 lines (87 loc) · 3.87 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>OpenBoxes | Roadmap</title>
<!--#include file="head.ext" -->
<!-- Le styles -->
<!--#include file="css.ext" -->
</head>
<a name="top"></a>
<body>
<div id="wrap">
<!--#include file="header.ext" -->
<div class="container-narrow">
<div class="jumbotron">
<h1>Roadmap</h1>
<p class="lead">The Road Ahead </p>
<p>
Help us prioritize our feature backlog by voting for
the things that you'd like to see implemented in an upcoming version of OpenBoxes.
In addition, please read our blog entry
<a href="http://blog.openboxes.com/2016/09/the-road-ahead.html">The Road Ahead</a> to get more details
about the items in the roadmap. And as always, please <a href="https://openboxes.com/support">contact us</a>
with any feedback or questions.
</p>
</div>
</div>
<!--
<div class="pull-right">
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#newFeatureModal">Request New Feature</button>
</div>
-->
<div class="container">
<div class="row">
<div class="span12">
<iframe src="https://trello.com/b/5RJMqUwa.html" width="100%" height="800" style="overflow-x:hidden;" frameborder="0"></iframe>
</div>
</div>
<!-- Modal
<div class="modal fade" id="newFeatureModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">Request improvement or new feature</h4>
</div>
<div class="modal-body">
<div data-uv-inline="classic_widget" data-uv-mode="feedback" data-uv-primary-color="#cc6d00" data-uv-link-color="#007dbf"
data-uv-default-mode="support" data-uv-forum-id="163294" data-uv-width="100%" data-uv-height="550px"></div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div>
</div>
</div>-->
<!--
<div class="well">
<div>
<a name="voting"></a>
<h2>How to vote for a roadmap item <small><a href="roadmap.html">Back to top</a></small></h2>
<ol>
<li>Click on desired card on the roadmap</li>
<li>Sign into your Trello (or signup if you don't already have an account)</li>
<li>Click on the <strong>Vote</strong> button</li>
</ol>
<img src='/images/trello-vote.png' />
</div>
</div>-->
</div>
</div>
<!--#include file="footer.ext" -->
<script src="./ember/js/libs/jquery-1.9.1.js"></script>
<script src="./bootstrap/js/bootstrap.js"></script>
<script src="./ember/js/libs/handlebars-1.0.0-rc.4.js"></script>
<script src="./ember/js/libs/ember-1.0.0-rc.6.1.js"></script>
<script type="text/javascript">
$(function() {
$('#vote').popover({ placement:'bottom', title: 'How to vote for a feature', content: $('#popover-data'), html:true, width: 600});
});
</script>
<!--#include file="analytics.ext" -->
<!--#include file="uservoice.ext" -->
<!--#include file="chat.ext" -->
</body>
</html>