Table of Contents
|
All Slides
|
Link List
|
Examples
|
CSCI E-12
<< previous
|
next >>
Other Exhibit Components
Colleges in Exhibit
<html> <head> <title>University and College Web Sites</title> <link href="college.json" type="application/json" rel="exhibit/data"/> <script src="http://static.simile.mit.edu/exhibit/api/exhibit-api.js" type="text/javascript"> </script> <style type="text/css"> body { margin: 0.25in; } </style> </head> <body> <h1>University and College Web Sites</h1> <table width="100%"> <tr valign="top"> <td> <div id="exhibit-control-panel"></div> <div id="exhibit-view-panel"> <div ex:role="exhibit-view" ex:viewClass="Exhibit.TileView" ex:possibleOrders=".Valid, .Title, .Errors, .Doctype"> </div> <table ex:role="exhibit-lens" class="college"> <tr> <td><img ex:src-content=".thumbshot_url" alt="thumbshot" height="90" width="120"/> </td> <td> <a ex:href-content=".URL" ex:content=".Title"></a> <ul> <li ex:content=".Doctype"></li> <li ex:content=".error+string"></li> <li ex:content=".encoding"></li> </ul> </td> </tr> </table> </div> </td> <td width="25%"> <div id="exhibit-browse-panel" ex:facets=".Valid, .Doctype"> </div> </td> </tr> </table> </body> </html>
Table of Contents
|
All Slides
|
Link List
|
Examples
|
CSCI E-12
<< previous
|
next >>