main
Last change
on this file was
42bd667,
checked in by David Fuertes <dfuertes@…>, 4 years ago
|
Historial Limpio
|
-
Property mode set to
100755
|
File size:
1.1 KB
|
Line | |
---|
1 | {{extend 'layout.html'}} |
---|
2 | {{block sectionclass}}about{{end}} |
---|
3 | <!-- begin "about" block --> |
---|
4 | <h2>{{=T("About application")}} "{{=app}}"</h2> |
---|
5 | <h3>{{=T("About")}} {{=app}}</h3> |
---|
6 | <p class="controls">{{=button(URL('edit/%s/ABOUT' % (app)), T('Edit'))}}</p> |
---|
7 | <div class="about_text legalese well well-small">{{=about}}</div> |
---|
8 | <h3>{{=T('License for')}} {{=app}}</h3> |
---|
9 | <p class="controls">{{=button(URL('edit/%s/LICENSE' % (app)), T('Edit'))}}</p> |
---|
10 | <div class="license_text legalese well well-small">{{=license}}</div> |
---|
11 | <h3>{{=T('Project Progress')}}</h3> |
---|
12 | <script language="javascript" type="text/javascript" src="{{=URL('static','js/jquery.flot.js')}}"></script> |
---|
13 | <script language="javascript" type="text/javascript" src="{{=URL('static','js/jquery.flot.resize.js')}}"></script> |
---|
14 | <div class="row-fluid"> |
---|
15 | <div class="span2"> </div> |
---|
16 | <div class="span8 center"> |
---|
17 | <div id="placeholder"></div> |
---|
18 | </div> |
---|
19 | <div class="span2"> </div> |
---|
20 | </div> |
---|
21 | <script type="text/javascript"> |
---|
22 | jQuery(document).ready(function() { |
---|
23 | jQuery.plot(jQuery("#placeholder"), [ {{=progress}} ]); |
---|
24 | }) |
---|
25 | </script> |
---|
26 | <!-- end "about" block --> |
---|
Note: See
TracBrowser
for help on using the repository browser.