summaryrefslogtreecommitdiff
path: root/screenshots.tmpl
blob: 8b3acf06c83cbbe47df26dd716bef2b553b517b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[^header.incl]
[^linkbox.incl]
    <div id="content">
[^headline.incl]
[^clear.incl]
      <h2>Screenshots</h2>
      <p>Here are some Screenshots from the graphical JSON Editor
      <i>edit_json.rb</i>, that is included in the library package. To run it, a
      working installation of <a
      href="http://ruby-gnome2.sourceforge.jp/">Ruby GTK2</a> is necessary.</p>
      [@screenshots.each_with_index do |s,i|]
      <div style="text-align: center; padding: 20px;">
      <a href="[=s]">
        <img src="[=s]" width="80%" alt="Screenshot #[=i + 1]" />
      </a>
      <br />
      <span class="caption">Screenshot #[=i + 1] (Click to enlarge)</span>
      </div>
      [end]
    </div>
[^footer.incl]