> I'm not good at this. Trying to just have teachers complete a form and 
> then have the google sheet attached to that form display the data in an 
> exhibit 3 page but can't seem to get the data to display at all. The 
> spreadsheet is public and published (we are a google apps for edu domain). 
> If copied html from other ehibit 3 samples and did substitution but 
> nothing. Can someone look at html code below and advise.
>

<html> 
<head> 
<title>Shen Educational Website Database</title> 
    <link rel="stylesheet" 
href="http://www.simile-widgets.org/styles/common.css"; type="text/css" /> 
 
 
<link rel="exhibit-data" type="application/jsonp" 
href="https://docs.google.com/a/shenschools.org/spreadsheets/d/1QaeZO16WXDLcbLerHzZbTghgX7lLIR4qnpVZ7gbAoc8/pubhtml?alt=json-in-script";
 

ex:converter="googleSpreadsheets" /> 
 
<<script 
src="http://people.csail.mit.edu/karger/Exhibit3/api/exhibit-api.js"; 
type="text/javascript"></script> 
  
     <style> 
       body {
margin-left:20%;
margin-right:20%;
       }
       table.show {
           border:     1px solid #ddd;
           padding:    0.5em;
       }
       div.name {
           font-weight: bold;
           font-size:   120%;
       }
 
   </style> 
 
 </head> 
 <body> 
    <h1>Shen Educational Website Database</h1> 
 <br /><br /><br /><br /><br /><br /> 
 
    <table width="100%"> 
        <tr valign="top"> 
 
          <td ex:role="viewPanel"> 
 
<div ex:role="view" ex:viewClass="Tabular"
  ex:columns=".url, .grade, .subject, .description, .username" > 
<table style="display: none;"> 
<tr> 
<td><a ex:href-content=".url"><b ex:content=".url"></b></a></td> 
<td><span ex:content=".grade"></span></td> 
<td><span ex:content=".subject"></span></td> 
<td><span ex:content=".description"></span></td> 
<td><span ex:content=".username"></span></td> 
</tr> 
</table> 
</div> 
 
 
   </td> 
 
 
            <td width="25%"> 
   <h2>Search as you type:</h2> 
               <div ex:role="facet" ex:facetClass="TextSearch"></div> 
<br /><br /><br /> 
  <h2>Filter by:</h2> 
               <div ex:role="facet" ex:expression=".grade" 
ex:facetLabel="Grade(s)"></div> 
               <div ex:role="facet" ex:expression=".subject" 
ex:facetLabel="Subject(s)"></div> 
               <div ex:role="facet" ex:expression=".username" 
ex:facetLabel="Reviewer"></div> 
 
            </td> 
        </tr> 
    </table> 
 </body> 
 </html> 

 

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.

Reply via email to