Browse Source

updated test data due to revision 135

hg/35a367e65a464cf6cdf277c73f977a6828b723fe/bookmarks/master
Martin Monperrus 14 years ago
parent
commit
4e22e7c5ab
  1. 8
      test/output/03fb25137cdb797acfbe13e927ce41ce.html
  2. 8
      test/output/16162487c2271877973423daff5222d6.html
  3. 8
      test/output/31721507999c0fb567513d8d51d99c31.html
  4. 8
      test/output/357e491edfc8fde4daae7117d9164366.html
  5. 8
      test/output/36916793e4585f7a22196db21e2724fb.html
  6. 8
      test/output/4cd4dec945a0966623128fe8dfe9b10e.html
  7. 8
      test/output/57379f4d9506be7cd75de2f83219e84f.html
  8. 8
      test/output/632abba2651d0c76144a55419914682d.html
  9. 8
      test/output/6d99d602a3271c529e8dd56e0e39fdfc.html
  10. 8
      test/output/982dbdb9aaff28b153228d3d6b01a406.html
  11. 8
      test/output/b4155fdd8a001ff84fed76fdff701bff.html
  12. 8
      test/output/edeaf42415d65bf6708bafa6396c7824.html

8
test/output/03fb25137cdb797acfbe13e927ce41ce.html

@ -88,8 +88,10 @@ color: red;
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.1.min.js"></script>
<script type="text/javascript" ><!--
// Javascript progressive enhancement for bibtexbrowser
$('a.biburl').each(function(item) { // for each url "[bib]"
$('a.biburl').each(function() { // for each url "[bib]"
var biburl = $(this);
if (biburl.attr('bibtexbrowser') === undefined)
{
biburl.click(function(ev) { // we change the click semantics
ev.preventDefault(); // no open url
if (biburl.nextAll('pre').length == 0) { // we don't have yet the bibtex data
@ -105,6 +107,10 @@ $('a.biburl').each(function(item) { // for each url "[bib]"
}, error: function() {window.location.href = biburl.attr('href');}});
} else {biburl.nextAll('pre').toggle();} // we toggle the view
});
biburl.attr('bibtexbrowser','done');
} // end if biburl.bibtexbrowser;
});
--></script></body>
</html>

8
test/output/16162487c2271877973423daff5222d6.html

@ -37,8 +37,10 @@ color: red;
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.1.min.js"></script>
<script type="text/javascript" ><!--
// Javascript progressive enhancement for bibtexbrowser
$('a.biburl').each(function(item) { // for each url "[bib]"
$('a.biburl').each(function() { // for each url "[bib]"
var biburl = $(this);
if (biburl.attr('bibtexbrowser') === undefined)
{
biburl.click(function(ev) { // we change the click semantics
ev.preventDefault(); // no open url
if (biburl.nextAll('pre').length == 0) { // we don't have yet the bibtex data
@ -54,6 +56,10 @@ $('a.biburl').each(function(item) { // for each url "[bib]"
}, error: function() {window.location.href = biburl.attr('href');}});
} else {biburl.nextAll('pre').toggle();} // we toggle the view
});
biburl.attr('bibtexbrowser','done');
} // end if biburl.bibtexbrowser;
});
--></script></body>
</html>

8
test/output/31721507999c0fb567513d8d51d99c31.html

@ -37,8 +37,10 @@ color: red;
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.1.min.js"></script>
<script type="text/javascript" ><!--
// Javascript progressive enhancement for bibtexbrowser
$('a.biburl').each(function(item) { // for each url "[bib]"
$('a.biburl').each(function() { // for each url "[bib]"
var biburl = $(this);
if (biburl.attr('bibtexbrowser') === undefined)
{
biburl.click(function(ev) { // we change the click semantics
ev.preventDefault(); // no open url
if (biburl.nextAll('pre').length == 0) { // we don't have yet the bibtex data
@ -54,6 +56,10 @@ $('a.biburl').each(function(item) { // for each url "[bib]"
}, error: function() {window.location.href = biburl.attr('href');}});
} else {biburl.nextAll('pre').toggle();} // we toggle the view
});
biburl.attr('bibtexbrowser','done');
} // end if biburl.bibtexbrowser;
});
--></script></body>
</html>

8
test/output/357e491edfc8fde4daae7117d9164366.html

@ -23,8 +23,10 @@ color: red;
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.1.min.js"></script>
<script type="text/javascript" ><!--
// Javascript progressive enhancement for bibtexbrowser
$('a.biburl').each(function(item) { // for each url "[bib]"
$('a.biburl').each(function() { // for each url "[bib]"
var biburl = $(this);
if (biburl.attr('bibtexbrowser') === undefined)
{
biburl.click(function(ev) { // we change the click semantics
ev.preventDefault(); // no open url
if (biburl.nextAll('pre').length == 0) { // we don't have yet the bibtex data
@ -40,6 +42,10 @@ $('a.biburl').each(function(item) { // for each url "[bib]"
}, error: function() {window.location.href = biburl.attr('href');}});
} else {biburl.nextAll('pre').toggle();} // we toggle the view
});
biburl.attr('bibtexbrowser','done');
} // end if biburl.bibtexbrowser;
});
--></script></body>
</html>

8
test/output/36916793e4585f7a22196db21e2724fb.html

@ -38,8 +38,10 @@ color: red;
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.1.min.js"></script>
<script type="text/javascript" ><!--
// Javascript progressive enhancement for bibtexbrowser
$('a.biburl').each(function(item) { // for each url "[bib]"
$('a.biburl').each(function() { // for each url "[bib]"
var biburl = $(this);
if (biburl.attr('bibtexbrowser') === undefined)
{
biburl.click(function(ev) { // we change the click semantics
ev.preventDefault(); // no open url
if (biburl.nextAll('pre').length == 0) { // we don't have yet the bibtex data
@ -55,6 +57,10 @@ $('a.biburl').each(function(item) { // for each url "[bib]"
}, error: function() {window.location.href = biburl.attr('href');}});
} else {biburl.nextAll('pre').toggle();} // we toggle the view
});
biburl.attr('bibtexbrowser','done');
} // end if biburl.bibtexbrowser;
});
--></script></body>
</html>

8
test/output/4cd4dec945a0966623128fe8dfe9b10e.html

@ -80,8 +80,10 @@ color: red;
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.1.min.js"></script>
<script type="text/javascript" ><!--
// Javascript progressive enhancement for bibtexbrowser
$('a.biburl').each(function(item) { // for each url "[bib]"
$('a.biburl').each(function() { // for each url "[bib]"
var biburl = $(this);
if (biburl.attr('bibtexbrowser') === undefined)
{
biburl.click(function(ev) { // we change the click semantics
ev.preventDefault(); // no open url
if (biburl.nextAll('pre').length == 0) { // we don't have yet the bibtex data
@ -97,6 +99,10 @@ $('a.biburl').each(function(item) { // for each url "[bib]"
}, error: function() {window.location.href = biburl.attr('href');}});
} else {biburl.nextAll('pre').toggle();} // we toggle the view
});
biburl.attr('bibtexbrowser','done');
} // end if biburl.bibtexbrowser;
});
--></script></body>
</html>

8
test/output/57379f4d9506be7cd75de2f83219e84f.html

@ -35,8 +35,10 @@ color: red;
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.1.min.js"></script>
<script type="text/javascript" ><!--
// Javascript progressive enhancement for bibtexbrowser
$('a.biburl').each(function(item) { // for each url "[bib]"
$('a.biburl').each(function() { // for each url "[bib]"
var biburl = $(this);
if (biburl.attr('bibtexbrowser') === undefined)
{
biburl.click(function(ev) { // we change the click semantics
ev.preventDefault(); // no open url
if (biburl.nextAll('pre').length == 0) { // we don't have yet the bibtex data
@ -52,6 +54,10 @@ $('a.biburl').each(function(item) { // for each url "[bib]"
}, error: function() {window.location.href = biburl.attr('href');}});
} else {biburl.nextAll('pre').toggle();} // we toggle the view
});
biburl.attr('bibtexbrowser','done');
} // end if biburl.bibtexbrowser;
});
--></script></body>
</html>

8
test/output/632abba2651d0c76144a55419914682d.html

@ -38,8 +38,10 @@ color: red;
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.1.min.js"></script>
<script type="text/javascript" ><!--
// Javascript progressive enhancement for bibtexbrowser
$('a.biburl').each(function(item) { // for each url "[bib]"
$('a.biburl').each(function() { // for each url "[bib]"
var biburl = $(this);
if (biburl.attr('bibtexbrowser') === undefined)
{
biburl.click(function(ev) { // we change the click semantics
ev.preventDefault(); // no open url
if (biburl.nextAll('pre').length == 0) { // we don't have yet the bibtex data
@ -55,6 +57,10 @@ $('a.biburl').each(function(item) { // for each url "[bib]"
}, error: function() {window.location.href = biburl.attr('href');}});
} else {biburl.nextAll('pre').toggle();} // we toggle the view
});
biburl.attr('bibtexbrowser','done');
} // end if biburl.bibtexbrowser;
});
--></script></body>
</html>

8
test/output/6d99d602a3271c529e8dd56e0e39fdfc.html

@ -336,8 +336,10 @@ color: red;
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.1.min.js"></script>
<script type="text/javascript" ><!--
// Javascript progressive enhancement for bibtexbrowser
$('a.biburl').each(function(item) { // for each url "[bib]"
$('a.biburl').each(function() { // for each url "[bib]"
var biburl = $(this);
if (biburl.attr('bibtexbrowser') === undefined)
{
biburl.click(function(ev) { // we change the click semantics
ev.preventDefault(); // no open url
if (biburl.nextAll('pre').length == 0) { // we don't have yet the bibtex data
@ -353,6 +355,10 @@ $('a.biburl').each(function(item) { // for each url "[bib]"
}, error: function() {window.location.href = biburl.attr('href');}});
} else {biburl.nextAll('pre').toggle();} // we toggle the view
});
biburl.attr('bibtexbrowser','done');
} // end if biburl.bibtexbrowser;
});
--></script></body>
</html>

8
test/output/982dbdb9aaff28b153228d3d6b01a406.html

@ -23,8 +23,10 @@ color: red;
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.1.min.js"></script>
<script type="text/javascript" ><!--
// Javascript progressive enhancement for bibtexbrowser
$('a.biburl').each(function(item) { // for each url "[bib]"
$('a.biburl').each(function() { // for each url "[bib]"
var biburl = $(this);
if (biburl.attr('bibtexbrowser') === undefined)
{
biburl.click(function(ev) { // we change the click semantics
ev.preventDefault(); // no open url
if (biburl.nextAll('pre').length == 0) { // we don't have yet the bibtex data
@ -40,6 +42,10 @@ $('a.biburl').each(function(item) { // for each url "[bib]"
}, error: function() {window.location.href = biburl.attr('href');}});
} else {biburl.nextAll('pre').toggle();} // we toggle the view
});
biburl.attr('bibtexbrowser','done');
} // end if biburl.bibtexbrowser;
});
--></script></body>
</html>

8
test/output/b4155fdd8a001ff84fed76fdff701bff.html

@ -29,8 +29,10 @@ color: red;
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.1.min.js"></script>
<script type="text/javascript" ><!--
// Javascript progressive enhancement for bibtexbrowser
$('a.biburl').each(function(item) { // for each url "[bib]"
$('a.biburl').each(function() { // for each url "[bib]"
var biburl = $(this);
if (biburl.attr('bibtexbrowser') === undefined)
{
biburl.click(function(ev) { // we change the click semantics
ev.preventDefault(); // no open url
if (biburl.nextAll('pre').length == 0) { // we don't have yet the bibtex data
@ -46,6 +48,10 @@ $('a.biburl').each(function(item) { // for each url "[bib]"
}, error: function() {window.location.href = biburl.attr('href');}});
} else {biburl.nextAll('pre').toggle();} // we toggle the view
});
biburl.attr('bibtexbrowser','done');
} // end if biburl.bibtexbrowser;
});
--></script></body>
</html>

8
test/output/edeaf42415d65bf6708bafa6396c7824.html

@ -37,8 +37,10 @@ color: red;
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.1.min.js"></script>
<script type="text/javascript" ><!--
// Javascript progressive enhancement for bibtexbrowser
$('a.biburl').each(function(item) { // for each url "[bib]"
$('a.biburl').each(function() { // for each url "[bib]"
var biburl = $(this);
if (biburl.attr('bibtexbrowser') === undefined)
{
biburl.click(function(ev) { // we change the click semantics
ev.preventDefault(); // no open url
if (biburl.nextAll('pre').length == 0) { // we don't have yet the bibtex data
@ -54,6 +56,10 @@ $('a.biburl').each(function(item) { // for each url "[bib]"
}, error: function() {window.location.href = biburl.attr('href');}});
} else {biburl.nextAll('pre').toggle();} // we toggle the view
});
biburl.attr('bibtexbrowser','done');
} // end if biburl.bibtexbrowser;
});
--></script></body>
</html>
Loading…
Cancel
Save