Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>AVID Samples</title>
- <link href='http://localhost:8181/data/a607bbf' rel='exhibit/data' />
- <script src="http://localhost:8181/backstage/exhibit/api/exhibit-api.js?autoCreate=false&postLoad=true&js=http://localhost:8181/backstage/api/backstage-api.js"></script>';
- <style>
- html{
- font-size: 82.5%;
- }
- body {
- margin: 20px;
- }
- #main-content { background: white; }
- #title-panel { padding: 0.25in 0.5in; }
- table.nobelist {
- border: 1px solid #ddd;
- padding: 0.5em;
- }
- div.name {
- font-weight: bold;
- font-size: 120%;
- }
- .year {
- font-style: italic;
- }
- .relationship {
- color: #888;
- }
- #top-panels {
- padding: 0.5em 0.5in;
- border-top: 1px solid #BCB79E;
- border-bottom: 1px solid #BCB79E;
- background: #FBF4D3;
- }
- div.sample-thumbnail {
- float: left;
- width: 11.5em;
- height: 7em;
- border: 1px solid #BCB79E;
- background: #F0FFF0;
- padding: 0.5em;
- margin: 0.5em;
- }
- div.nobelist-timeline-lens {
- padding: 1em;
- text-align: center;
- }
- div.exhibit-text-facet{
- text-align: center;
- }
- div.exhibit-text-facet input{
- width: 20%;
- margin-top: 10px;
- }
- </style>
- </head>
- <body>
- <h1>AVID Samples</h1>
- <div id="main-content">
- <div id="title-panel">
- <h1>All AVID samples</h1>
- <p>The information within this page has been retrieved from the AVID database</p>
- </div>
- <div id="top-panels">
- <table width="100%"><tr>
- <td><div ex:role="facet" ex:expression=".collectionSite" ex:facetLabel="Collection Site" id='collectionSite'></div></td>
- <td><div ex:role="facet" ex:expression=".organism" ex:facetLabel="Organism" id='orgId'></div></td>
- <td><div ex:role="facet" ex:expression=".sampleType" ex:facetLabel="Sample Type" id='sampleTypeId'></div></td>
- </tr></table>
- </div>
- <div ex:role="viewPanel" style="padding: 1em 0.5in;">
- <div ex:content=".sampleType"></div>
- <div>
- <div>Collection Site: <span ex:content=".collectionSite"></span></div>
- <div>Organism: <span ex:content=".organism"></span></div>
- </div>
- <div ex:content=".organism"></div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement