Skip to content
Snippets Groups Projects
Commit 6af8a039 authored by Hass AbouZeid's avatar Hass AbouZeid Committed by Tim Martin
Browse files

Merge branch '21.0-physval-name-plots' into '21.0'

Physval: print names of histogram in index page

See merge request !1368
Former-commit-id: 43e18db27bfa27838148b861a7e72fed6a18cc46
parent 86f55233
No related merge requests found
...@@ -327,12 +327,12 @@ def makeSubDirFile( htmlDir, name, s, number, subname, assessIndex, runlistLoc,c ...@@ -327,12 +327,12 @@ def makeSubDirFile( htmlDir, name, s, number, subname, assessIndex, runlistLoc,c
title = titleStream[1] title = titleStream[1]
col+=1 col+=1
if col==1: if col==1:
h.write('<tr>\n<td class="' + sp[1] + '" align="center"><a href="'+sp[0]+'.html" class="hintanchor" onmouseover="showhint(\'' +title+'\', this, event, \'400px\')"><img src="'+ sp[0] +'.png" height="200" alt="' + name + ' ' + subname+'/'+sp[0]+'.png" /></a></td>\n') h.write('<tr>\n<td class="' + sp[1] + '" align="center"><a href="'+sp[0]+'.html" class="hintanchor" onmouseover="showhint(\'' +title+'\', this, event, \'400px\')"><img src="'+ sp[0] +'.png" height="200" alt="' + name + ' ' + subname+'/'+sp[0]+'.png" /></a><br/><div style="text-overflow:ellipsis;overflow:hidden;max-width:240px">'+sp[0]+'</div></td>\n')
elif col==3: elif col==3:
h.write('<td class="' + sp[1] + '" align="center"><a href="'+sp[0]+'.html" class="hintanchor" onmouseover="showhint(\'' +title+'\', this, event, \'500px\')"><img src="'+ sp[0] +'.png" height="200" alt="' + name + ' ' + subname+'/'+sp[0]+'.png" /></a></td>\n</tr>\n') h.write('<td class="' + sp[1] + '" align="center"><a href="'+sp[0]+'.html" class="hintanchor" onmouseover="showhint(\'' +title+'\', this, event, \'500px\')"><img src="'+ sp[0] +'.png" height="200" alt="' + name + ' ' + subname+'/'+sp[0]+'.png" /></a><br/><div style="text-overflow:ellipsis;overflow:hidden;max-width:240px">'+sp[0]+'</div></td>\n</tr>\n')
col=0 col=0
else: else:
h.write('<td class="' + sp[1] + '" align="center"><a href="'+sp[0]+'.html" class="hintanchor" onmouseover="showhint(\'' +title+'\', this, event, \'400px\')"><img src="'+ sp[0] +'.png" height="200" alt="' + name + ' ' + subname+'/'+sp[0]+'.png" /></a></td>\n') h.write('<td class="' + sp[1] + '" align="center"><a href="'+sp[0]+'.html" class="hintanchor" onmouseover="showhint(\'' +title+'\', this, event, \'400px\')"><img src="'+ sp[0] +'.png" height="200" alt="' + name + ' ' + subname+'/'+sp[0]+'.png" /></a><br/><div style="text-overflow:ellipsis;overflow:hidden;max-width:240px">'+sp[0]+'</div></td>\n')
temp = s[y].rsplit(" title ") temp = s[y].rsplit(" title ")
sp = temp[0].split() sp = temp[0].split()
makeOneHistFile( htmlDir, name, subname, sp, runlistLoc,compare ) makeOneHistFile( htmlDir, name, subname, sp, runlistLoc,compare )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment