Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi into observer3.0
[plstackapi.git] / planetstack / core / xoslib / dashboards / helloworld.html
1 <!-- /opt/planetstack/templates/admin/dashboard/helloworld.html -->
2 <div>Hello, {{ user.firstname }} {{ user.lastname }}.</div>
3 <div>This is the hello world view. The value of foobar is {{ foobar }}.</div>
4 <div id="dynamicTableOfInterestingThings"></div>
5 <p>Type a new description for the the first slice in the collection:</p>
6 <input type="text" name="newDescription" id="newDescription">
7 <input type="button" name="submitNewDescription" value="submit new description"  id="submitNewDescription">
8
9 <script src="{{ STATIC_URL }}/js/vendor/underscore-min.js"></script>
10 <script src="{{ STATIC_URL }}/js/vendor/backbone.js"></script>
11 <script src="{{ STATIC_URL }}/js/xoslib/xos-backbone.js"></script>
12
13 <script src="{{ STATIC_URL }}/js/helloworld.js"></script>