Changeset 398 in ETALON for SPESO


Ignore:
Timestamp:
Mar 22, 2016, 4:20:13 PM (8 years ago)
Author:
malovyts
Message:

Fixed links to each shot on the 'Shots info for day' page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SPESO/ana2015/analyse_day.m

    r384 r398  
    177177
    178178
    179 % hourly page
     179% page for each hour
    180180    for ihour=0:23
    181181      %ihour=24 => full day
     
    335335
    336336        for jhour=1:24
    337                     fprintf(fid,strrep(htmltxt_img{jhour},'="scope', [ '="'  sprintf('%02d',jhour-1) '/scope' ] ));
     337                        shot_html=strrep(htmltxt_img{jhour}, '="scope', [ '="'  sprintf('%02d',jhour-1) '/scope' ]);
     338                        shot_html=strrep(shot_html,     '"info', ['"' sprintf('%02d',jhour-1) '/info']);
     339                        fprintf(fid, shot_html);
    338340        end %for each hour       
    339341
Note: See TracChangeset for help on using the changeset viewer.