예제 #1
0
    ?>
"><?php 
    echo $demo->desc;
    ?>
</a><?php 
    if (isset($demo->note)) {
        echo ' <small>' . $demo->note . '</small>';
    }
    ?>
</td>
            <td class="support"><?php 
    echo support($demo->support);
    ?>
</td>
            <td class="tags"><?php 
    echo spans($demo->tags);
    ?>
</td>
          </tr>
          <?php 
}
?>
        </tbody>
      </table>
      
      <!-- <section>
        <a href="http://full-frontal.org" id="ffad" title="JavaScript Conference: Full Frontal, 20th November">
          <img src="http://2009.full-frontal.org/images/ff.gif" alt="Full Frontal Logo" width="70" />
          <p><b>Want to learn more about JavaScript?</b></p>
          <p>Full Frontal is a <strong>JavaScript conference</strong>, <em>run by</em> front end developers <em>for</em> front end developers, held in the UK on 20th November.</p>
          <p>Early bird tickets start at £100. Find out more: <em class="url">http://full-frontal.org</em></p>
예제 #2
0
파일: index.php 프로젝트: nitzan/html5demos
        
      </p>
      <table id="demos">
        <thead>
          <tr>
            <th>Demo</th>
            <th>Support</th>
            <th>Technology</th>
          </tr>
        </thead>
        <tbody>
          <?php foreach ($demos as $demo) :?>
          <tr>
            <td class="demo"><a href="<?=$demo->url?>"><?=$demo->desc?></a><?php if (isset($demo->note)) { echo ' <small>' . $demo->note . '</small>'; }?></td>
            <td class="support"><?=support($demo->support, $demo->url)?></td>
            <td class="tags"><?=spans($demo->tags)?></td>
          </tr>
          <?php endforeach ?>
        </tbody>
      </table>
      
	<p>All content, code, video and audio is <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Share Alike 2.0</a></p>
    </article>
    <a id="html5badge" href="http://www.w3.org/html/logo/">
    <img src="http://www.w3.org/html/logo/badge/html5-badge-h-connectivity-device-graphics-multimedia-performance-semantics-storage.png" width="325" height="64" alt="HTML5 Powered with Connectivity / Realtime, Device Access, Graphics, 3D &amp; Effects, Multimedia, Performance &amp; Integration, Semantics, and Offline &amp; Storage" title="HTML5 Powered with Connectivity / Realtime, Device Access, Graphics, 3D &amp; Effects, Multimedia, Performance &amp; Integration, Semantics, and Offline &amp; Storage">
    </a>
    <footer><a id="built" href="http://twitter.com/rem">@rem built this</a></footer> 
</section>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<script>