Advertisement
soloincc

raw html

Dec 19th, 2011
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.71 KB | None | 0 0
  1. <html>
  2. <head>
  3.    <title>AVID Samples</title>
  4.     <link href='http://localhost:8181/data/a607bbf' rel='exhibit/data' />
  5.     <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>';
  6.    <style>
  7.       html{
  8.          font-size: 82.5%;
  9.       }
  10.        body {
  11.            margin: 20px;
  12.        }
  13.        #main-content { background: white; }
  14.        #title-panel { padding: 0.25in 0.5in; }
  15.        table.nobelist {
  16.            border:     1px solid #ddd;
  17.            padding:    0.5em;
  18.        }
  19.        div.name {
  20.            font-weight: bold;
  21.            font-size:   120%;
  22.        }
  23.        .year {
  24.            font-style:  italic;
  25.        }
  26.        .relationship {
  27.           color:  #888;
  28.        }
  29.  
  30.        #top-panels {
  31.             padding:        0.5em 0.5in;
  32.             border-top:     1px solid #BCB79E;
  33.             border-bottom:  1px solid #BCB79E;
  34.             background:     #FBF4D3;
  35.         }
  36.        
  37.        div.sample-thumbnail {
  38.           float:      left;
  39.           width:      11.5em;
  40.           height:     7em;
  41.           border:     1px solid #BCB79E;
  42.           background: #F0FFF0;
  43.           padding:    0.5em;
  44.           margin:     0.5em;
  45.        }
  46.        
  47.         div.nobelist-timeline-lens {
  48.             padding:    1em;
  49.             text-align: center;
  50.         }
  51.        
  52.        
  53.         div.exhibit-text-facet{
  54.            text-align: center;
  55.         }
  56.        
  57.         div.exhibit-text-facet input{
  58.            width: 20%;
  59.            margin-top: 10px;
  60.         }
  61.    </style>
  62. </head>
  63. <body>
  64.    <h1>AVID Samples</h1>
  65.    <div id="main-content">
  66.         <div id="title-panel">
  67.             <h1>All AVID samples</h1>
  68.             <p>The information within this page has been retrieved from the AVID database</p>
  69.         </div>
  70.      
  71.       <div id="top-panels">
  72.          <table width="100%"><tr>
  73.             <td><div ex:role="facet" ex:expression=".collectionSite" ex:facetLabel="Collection Site" id='collectionSite'></div></td>
  74.             <td><div ex:role="facet" ex:expression=".organism" ex:facetLabel="Organism" id='orgId'></div></td>
  75.             <td><div ex:role="facet" ex:expression=".sampleType" ex:facetLabel="Sample Type" id='sampleTypeId'></div></td>
  76.          </tr></table>
  77.       </div>
  78.      
  79.       <div ex:role="viewPanel" style="padding: 1em 0.5in;">
  80.          <div ex:content=".sampleType"></div>
  81.          <div>
  82.             <div>Collection Site: <span ex:content=".collectionSite"></span></div>
  83.             <div>Organism: <span ex:content=".organism"></span></div>
  84.          </div>
  85.          <div ex:content=".organism"></div>
  86.       </div>
  87.    </div>
  88. </body>
  89. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement