function web_pobex_update_pres(web_root) %function web_pobex_update_pubs irec=0; % ---------------------------- Load db db=web_db_load('../web_db_movies/movies.txt'); % Keep pobex for i=1:length(db) str=db(i).vis{:}; if strfind(str,'#pobex#') irec=irec+1; db_all(irec)=db(i); end end % Prepare HTML db=db_all; clear file for i=1:length(db) FILE=db(i).file{:}; DURATION=db(i).duration{:}; TITLE=db(i).title{:}; str_video=['
',TITLE,' - [',DURATION,'. talk ]
']; file{i}=str_video; end % Update HTML str_start='