Skip to content
Snippets Groups Projects

Release 0.6.5

Merged LE GAC Renaud requested to merge master into production
+ 134
256
Compare changes
  • Side-by-side
  • Inline
Files
+ 10
5
@@ -226,6 +226,8 @@ def documentations():
"""
from plugin_dbui import get_reference_paths, Store
plugin = plugins.dbui
# alias
a = '<a href="%s" target="_blank">%s</a>'
@@ -295,16 +297,19 @@ def documentations():
cfg.fields = [dict(name='code', type='string'),
dict(name='source', type='string')]
src = ""
if plugin.app_git:
src = "<em>git clone %s</em>" % plugin.app_git
r1 = dict(code=request.application,
source="<em>git clone http://www.cppm.in2p3.fr/~legac/wap/git/"
"%s.git</em>" % request.application)
source=src)
r2 = dict(code="plugin_dbui",
source="<em>git clone http://www.cppm.in2p3.fr/~legac/wap/git/"
"web2py_plugin_dbui.git</em>")
source="<em>git clone https://gitlab.in2p3.fr/legac/"
"plugin_dbui.git</em>")
r3 = dict(code="Web2py",
source="<em>git clone git://github.com/web2py/web2py.git</em>")
source="<em>git clone https://github.com/web2py/web2py.git</em>")
r4 = dict(code="Ext JS",
source="<em>Download from the Ext JS web site. </em><br>"
Loading