Changeset 35005


Ignore:
Timestamp:
2021-04-04T16:46:23+12:00 (3 years ago)
Author:
davidb
Message:

HTML generated changed when moving from using wget with GET to POST

Location:
main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare/problem-lod-lists
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare/problem-lod-lists/dbpedia-problem-entrants.html

    r34856 r35005  
     1<!DOCTYPE html>
    12<html>
    23<head>
    3   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     4<meta charset="utf-8">
     5<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
     6<title>HTML5 table</title>
     7<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/css/bootstrap.min.css" integrity="sha512-P5MgMn1jBN01asBgU0z60Qk4QxiXo86+wlFahKrsQf37c9cro517WzVSPPV1tDKzhku2iJ2FVgL67wG03SGnNA==" crossorigin="anonymous" />
     8<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.4.0/font/bootstrap-icons.min.css" integrity="sha512-jNfYp+q76zAGok++m0PjqlsP7xwJSnadvhhsL7gzzfjbXTqqOq+FmEtplSXGVI5uzKq7FrNimWaoc8ubP7PT5w==" crossorigin="anonymous" />
    49</head>
    510<body>
    6  
    7 <table class="sparql" border="1">
     11<div class="container-fluid">
     12<nav class="navbar navbar-expand-md sticky-top navbar-light bg-light"><a class="navbar-brand" href="#" onclick="javascript:history.go(-1); return false;">SPARQL | HTML5 table</a></nav>
     13<table class="table table-striped table-sm table-borderless">
    814  <tr>
    915    <th>country_in_year</th>
     
    654660    <td><pre>"Darude feat. Sebastian Rejman"@en</pre></td>
    655661  </tr>
    656 </table></body>
     662</table></div>
     663</body>
    657664</html>
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare/problem-lod-lists/dbpedia-problem-songs.html

    r34856 r35005  
     1<!DOCTYPE html>
    12<html>
    23<head>
    3   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     4<meta charset="utf-8">
     5<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
     6<title>HTML5 table</title>
     7<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/css/bootstrap.min.css" integrity="sha512-P5MgMn1jBN01asBgU0z60Qk4QxiXo86+wlFahKrsQf37c9cro517WzVSPPV1tDKzhku2iJ2FVgL67wG03SGnNA==" crossorigin="anonymous" />
     8<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.4.0/font/bootstrap-icons.min.css" integrity="sha512-jNfYp+q76zAGok++m0PjqlsP7xwJSnadvhhsL7gzzfjbXTqqOq+FmEtplSXGVI5uzKq7FrNimWaoc8ubP7PT5w==" crossorigin="anonymous" />
    49</head>
    510<body>
    6  
    7 <table class="sparql" border="1">
     11<div class="container-fluid">
     12<nav class="navbar navbar-expand-md sticky-top navbar-light bg-light"><a class="navbar-brand" href="#" onclick="javascript:history.go(-1); return false;">SPARQL | HTML5 table</a></nav>
     13<table class="table table-striped table-sm table-borderless">
    814  <tr>
    915    <th>country_in_year</th>
     
    187193    <td><pre>22</pre></td>
    188194  </tr>
    189 </table></body>
     195</table></div>
     196</body>
    190197</html>
Note: See TracChangeset for help on using the changeset viewer.