public
Description: Selenium Ruby project
Homepage: http://selenium.rubyforge.org
Clone URL: git://github.com/wolfdancer/selenium.git
selenium / site_template.html
100644 110 lines (99 sloc) 4.379 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:template="http://buildmaster.rubyforge.org/xtemplate/1.0">
  <head>
    <title>Selenium Ruby - <template:include elements="/html/head/title/text()"/></title>
    <link rel="stylesheet" type="text/css"><template:href url="cotta.css"/></link>
    <link rel="stylesheet" type="text/css"><template:href url="ruby.css"/></link>
    <template:include elements="/html/head/*[not(name()='title')]"/>
  </head>
 
  <body>
<div class="header"><a id="home" class="header"><template:href url="."/><img id="logo" alt="cotta"><template:href url="logo1.gif"/></img></a></div>
 
<div class="left">
      <div class="MenuGroup">
        <h1>Software</h1>
        <ul>
          <li><a><template:href url="download.html"/>Download</a></li>
          <li><a><template:attribute name="href" eval="source_url"/>Source Repository</a></li>
          <li><a><template:href url="license.html"/>License</a></li>
        </ul>
      </div>
 
      <div class="MenuGroup">
        <h1>Documentation</h1>
        <ul>
          <li><a><template:href url="getting-started.html"/>Getting Started</a></li>
          <li><a><template:href url="document.html"/>Document</a></li>
          <li><a><template:href url="references.html"/>References</a></li>
        </ul>
      </div>
 
      <div class="MenuGroup">
        <h1>User Support</h1>
        <ul>
          <li><a><template:href url="http://groups.google.com/group/selenium-ruby"/>Mailing List</a></li>
          <li><a><template:href url="http://rubyforge.org/tracker/?group_id=2789"/>Bug Tracker</a></li>
        </ul>
      </div>
 
      <div class="MenuGroup">
        <h1>Development</h1>
        <ul>
          <li><a><template:href url="contribute.html"/>How to Contribute</a></li>
          <li><a><template:href url="team.html"/>Development Team</a></li>
        </ul>
      </div>
      <div class="logo">
        <a href="http://rubyforge.org/projects/selenium/">
         <img alt="Rubyforge Logo" src="http://rubyforge.org/themes/osx/images/logohover.png" width="170"/>
        </a>
      </div>
</div>
 
    <template:when test="index_file?">
<div class="right">
        <div class="NewsGroup">
          <h1>Latest Versions</h1>
          <table>
            <tr>
              <td><a><template:href url="download.html#stable"/>Stable:</a></td>
              <td><a><template:href url="download.html#stable"/><template:text property="release"/></a></td>
            </tr>
            <tr>
              <td><a><template:href url="download.html#prerelease"/>Prerelease:</a></td>
              <td><a><template:href url="download.html#prerelease"/><template:text property="prerelease"/></a></td>
            </tr>
            <tr>
              <td><a><template:href url="download.html#snapshot"/>Snapshot:</a></td>
              <td><a><template:href url="download.html#snapshot"/><template:text property="snapshot"/></a></td>
            </tr>
          </table>
          <p class="NewsMore"><a><template:href url="http://rubygems.org/read/chapter/7"/>About gem version numbers...</a></p>
        </div>
        <div class="NewsGroup">
         <h1>Recent News</h1>
<template:each source="news-rss2.xml" select="/rss/channel/item" count="3">
                <div class="NewsItem">
                    <p class="NewsTitle"><template:include elements="./title/text()"/></p>
                    <p class="NewsDate"><template:include elements="./pubDate/text()"/></p>
                    <p class="NewsText"><template:include elements="./xhtml:div/node()"/></p>
                </div>
                </template:each>
 
   <p class="NewsMore"><a href="/news-rss2.xml">News feed (RSS 2.0)</a></p>
</div>
</div>
</template:when>
 
<div>
<template:attribute name="class" eval="center_class"/>
<div class="content">
<h1><template:include elements="/html/head/title/text()"/></h1>
<template:include elements="/html/body/*"/>
</div>
</div>
 
<div class="footer">
      <div class="bottomshadow"/>
   <div class="poweredby">
        Powered by <a href="http://buildmaster.rubyforge.org" class="footer">BuildMaster</a>
        (Version <template:text property="buildmaster_version"/>)
        -
        <a href="http://rubyforge.org/tracker/?group_id=1680" class="footer">Bug/feature request</a>
        <br/>
      </div>
</div>
 
  </body>
</html>