User:Cameron Neylon/sandpit: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(first test)
(No difference)

Revision as of 03:48, 29 October 2007

First attempts at using the Simile package Exhibit to display our lab materials that are recorded on DabbleDB.

<html>

<head>
   <title>Neylon Laboratory Strains</title>
 
   <link href="http://neylonlaboratory.dabbledb.com/publish/laboratorystocks/45d96e7d-f73c-4f7f-9697-c0b15ef95eed/allplasmidsbystorageboxnumber.json" type="application/json" rel="exhibit/data" />
 
   <script src="http://static.simile.mit.edu/exhibit/api-2.0/exhibit-api.js"
           type="text/javascript"></script>
   <style>
   </style>
</head> 
<body>
   <h1>Plasmids</h1>
   <table width="100%">
       <tr valign="top">
           <td ex:role="viewPanel">
               <div ex:role="view"></div>
           </td>
           <td width="25%">
               browsing controls here...
           </td>
       </tr>
   </table>
</body>
</html>