2012-04-23 01:48:33 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
|
|
<script type="text/javascript" src="unicode-bidi-isolate-basic.js"></script>
|
|
|
|
<style>
|
|
|
|
.resultsDiv {
|
|
|
|
-moz-column-width: 3em;
|
|
|
|
-webkit-column-width: 3em;
|
|
|
|
-moz-column-gap: 5em;
|
|
|
|
-webkit-column-gap: 5em;
|
2012-04-23 01:48:33 -07:00
|
|
|
text-align: left;
|
2012-04-23 01:48:33 -07:00
|
|
|
}
|
|
|
|
.enclosed { display: inline-block; }
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body onload="buildTable();">
|
|
|
|
<div id="resultsContainer" style="position: relative">
|
|
|
|
<div id="elem" class="resultsDiv"></div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|