![]() 範例: <script src="@{'/public/javascripts/gallery/eye.js'}" type="text/javascript" charset="utf-8"></script> <script src="@{'/public/javascripts/gallery/spacegallery.js'}" type="text/javascript" charset="utf-8"></script> <script src="@{'/public/javascripts/gallery/utils.js'}" type="text/javascript" charset="utf-8"></script> <script src="@{'/public/javascripts/gallery/layout.js'}" type="text/javascript" charset="utf-8"></script> <link rel="stylesheet" media="screen" type="text/css" href="@{'/public/stylesheets/gallery/spacegallery.css'}" /> <link rel="stylesheet" media="screen" type="text/css" href="@{'/public/stylesheets/gallery/layout.css'}" /> <link rel="stylesheet" media="screen" type="text/css" href="@{'/public/stylesheets/gallery/custom.css'}" /> <h1>SPACEGALLERY</h1> <div id="myGallery" class="spacegallery"> <img src="/public/images/gallery/bw3.jpg" alt="" /> <img src="/public/images/gallery/lights3.jpg" alt="" /> <img src="/public/images/gallery/bw2.jpg" alt="" /> <img src="/public/images/gallery/lights2.jpg" alt="" /> <img src="/public/images/gallery/bw1.jpg" alt="" /> <img src="/public/images/gallery/lights1.jpg" alt="" /> </div> |