dashboard
repositories
filestore
activity
search
login
main
/
pyhmap
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
左侧目录树调整
shuishen
2021-06-15
073945f1e73b877b64c584b31a20ac5e18ef1dde
[pyhmap.git]
/
corelib
/
dgrid
/
demos
/
laboratory
/
widgets
/
templates
/
AboutDialog.html
1
2
3
4
5
6
7
8
9
<div>
<p>${i18n.appDescription}</p>
<ol>
<li>${i18n.appInstructions1}</li>
<li>${i18n.appInstructions2}</li>
<li>${i18n.appInstructions3}</li>
</ol>
<p data-dojo-attach-point="appInformationNode"></p>
</div>