dashboard
repositories
filestore
activity
search
login
main
/
pyhmap
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
搜索细节调整,弹框字体,行点击定位
liuyg
2021-06-16
d1b572d63b7d15f3243e17fe793f3d080ff03255
[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>