The following template exports Bookmarks as a simple list. For each Bookmark, the first 200 characters of the highlighted changes are displayed, followed by a link to the file with highlighted changes.


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>WebSite-Watcher Report</title>
</head>
<body>

{wsw_begin_url}
 <a href="{wsw_url_path_filename_chg1}"><b>{wsw_url_name}</b></a><br>
 <blockquote>
{wsw_url_highlighted_changes(200)}<br>
 <i>date: {wsw_url_date_changed}
 <a href="{wsw_url_path_filename_chg1}">{wsw_url_path_filename_chg1}</a></i>
 </blockquote>
 <br>
{wsw_end_url}

<br>

report date: {wsw_report_date}<br>
</body>
</html>