~ubuntu-branches/ubuntu/oneiric/ncbi-tools6/oneiric

« back to all changes in this revision

Viewing changes to doc/seq_install/main.xslt

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2005-03-27 12:00:15 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050327120015-embhesp32nj73p9r
Tags: 6.1.20041020-3
* Fix FTBFS under GCC 4.0 caused by inconsistent use of "static" on
  functions.  (Closes: #295110.)
* Add a watch file, now that we can.  (Upstream's layout needs version=3.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='iso-8859-1'?>
 
2
<xsl:stylesheet version='1.0'
 
3
  xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>
 
4
 
 
5
  <xsl:output method="html"
 
6
    doctype-system="http://www.w3.org/TR/html4/loose.dtd"
 
7
    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
 
8
    indent="yes" />
 
9
  <xsl:variable name="nullstr" />
 
10
 
 
11
  <xsl:template match="/">
 
12
 
 
13
    <html>
 
14
      <head>
 
15
        <xsl:copy-of select="/doc/title" />
 
16
 
 
17
        <meta http-equiv="Content-Type"
 
18
        content="text/html; charset=iso-8859-1"></meta>
 
19
        <meta name="keywords" content="Sequin"></meta>
 
20
        <meta name="description"
 
21
        content="Sequin is a stand-alone software tool developed by the NCBI for submitting and updating entries to the GenBank, EMBL, or DDBJ sequence databases.">
 
22
        </meta>
 
23
 
 
24
        <link rel="stylesheet" href="ncbi_sequin.css"></link>
 
25
 
 
26
        <xsl:element name="link">
 
27
          <xsl:attribute name="rel">stylesheet</xsl:attribute>
 
28
          <xsl:attribute name="type">text/css</xsl:attribute>
 
29
          <xsl:attribute name="href">
 
30
            <xsl:value-of select="/doc/css"/>
 
31
          </xsl:attribute>
 
32
        </xsl:element>
 
33
 
 
34
        <!-- Include platform- and browser-specific stylesheet to
 
35
             override std stuff -->
 
36
        <SCRIPT LANGUAGE="JavaScript" SRC="sniff.js"></SCRIPT>
 
37
 
 
38
        <!-- Finally, let the page override anything it likes -->
 
39
        <xsl:value-of select="/doc/extrastyle"/>
 
40
 
 
41
      </head>
 
42
 
 
43
      <body alt="background">
 
44
 
 
45
        <!-- Top title bar -->
 
46
        <table border="0" cellmargin="0" cellspacing="0"
 
47
          cellpadding="0" summary="Downloading Sequin" class="TOPTITLEBAR">
 
48
          <tbody>
 
49
            <tr>
 
50
              <td width="130">
 
51
                <a href="http://www.ncbi.nlm.nih.gov">
 
52
                  <img src="left.GIF" width="130" height="45" border="0" alt="NCBI Logo"></img>
 
53
                </a>
 
54
              </td>
 
55
              <td class="TOPTITLE">
 
56
                <h1>Downloading and Installing Sequin</h1>
 
57
                <H2><xsl:value-of select="/doc/title"/></H2>
 
58
              </td>
 
59
            </tr>
 
60
          </tbody>
 
61
        </table>
 
62
 
 
63
        <!--  the quicklinks bar   -->
 
64
        <table class="TEXT" border="0" width="600" cellspacing="0"
 
65
        cellpadding="3" bgcolor="#000000"
 
66
        summary="Links to several NCBI services">
 
67
          <tbody>
 
68
            <tr class="TEXT" align="center">
 
69
              <td width="100">
 
70
                <a href="index.html" class="BAR">Sequin</a>
 
71
              </td>
 
72
              <td width="100">
 
73
                <a href="http://www.ncbi.nlm.nih.gov/Entrez/"
 
74
                class="BAR">Entrez</a>
 
75
              </td>
 
76
              <td width="100">
 
77
                <a href="http://www.ncbi.nlm.nih.gov/BLAST/" class="BAR">
 
78
                  BLAST
 
79
                </a>
 
80
              </td>
 
81
              <td width="100">
 
82
                <a href="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=OMIM" class="BAR">
 
83
                  OMIM
 
84
                </a>
 
85
              </td>
 
86
              <td width="100">
 
87
                <a href="http://www.ncbi.nlm.nih.gov/Taxonomy/taxonomyhome.html"
 
88
                   class="BAR">Taxonomy</a>
 
89
              </td>
 
90
              <td width="100">
 
91
                <a href="http://www.ncbi.nlm.nih.gov/Structure/"
 
92
                class="BAR">Structure</a>
 
93
              </td>
 
94
            </tr>
 
95
          </tbody>
 
96
        </table>
 
97
 
 
98
        <img src="spacer10.GIF" alt="spacer" width="100%" height="15"></img><br></br>
 
99
 
 
100
        <!-- Main body -->
 
101
        <table border="0" width="600" cellspacing="0" cellpadding="0">
 
102
          <tbody>
 
103
            <tr valign="top">
 
104
              <xsl:choose>
 
105
 
 
106
                <!-- If left_menu is "no", then just insert content -->
 
107
                <xsl:when test="/doc/@left_menu = 'no'">
 
108
                  <td colspan="2" width="600">
 
109
                    <xsl:copy-of select="/doc/contents/*"/>
 
110
                  </td>
 
111
                </xsl:when>
 
112
 
 
113
                <!-- If left_menu is NOT no, then create left menu -->
 
114
                <xsl:otherwise>
 
115
 
 
116
                  <!--  left column   -->
 
117
                  <td width="145">
 
118
                    <!-- Left menu -->
 
119
                    <xsl:call-template name="left_menu"/>
 
120
                  </td>
 
121
                    
 
122
                  <!-- right content column  -->
 
123
                  <td width="455">
 
124
                    <xsl:copy-of select="/doc/contents/*"/>
 
125
                  </td>
 
126
                </xsl:otherwise>
 
127
              </xsl:choose>
 
128
              
 
129
            </tr>
 
130
          </tbody>
 
131
        </table>
 
132
 
 
133
        <!-- Page bottom -->
 
134
        <table border="0" cellspacing="0" cellpadding="0">
 
135
          <tr>
 
136
            <td width="145"></td>
 
137
            <td width="455">
 
138
              
 
139
              <hr style="width: 100%; height: 2px;"></hr>
 
140
              
 
141
              <div style="text-align: center;">
 
142
                <b>Questions or Comments?</b>
 
143
                <p class="medium1">Write to the 
 
144
                <a href="mailto:info@ncbi.nlm.nih.gov">
 
145
                  NCBI Service Desk
 
146
                </a>
 
147
              </p>
 
148
              <p class="medium1">Revised Feb 27, 2004</p>
 
149
            </div>
 
150
          </td>
 
151
        </tr>
 
152
      </table>
 
153
      <br></br>
 
154
      <!--  end of content  -->
 
155
    </body>
 
156
  </html>
 
157
</xsl:template>
 
158
 
 
159
<xsl:template name="left_menu">
 
160
  <p>
 
161
    <a href="http://ncbi.nlm.nih.gov/Sequin/index.html"
 
162
      class="GUTTER1">Sequin home</a>
 
163
    <br></br>
 
164
  </p>
 
165
  <p>
 
166
    <a href="http://ncbi.nlm.nih.gov/Sequin/QuickGuide/sequin.htm"
 
167
      class="GUTTER1">Quick Guide</a>
 
168
    <br></br>
 
169
  </p>
 
170
  <p>
 
171
    <a href="http://ncbi.nlm.nih.gov/Sequin/faq.html"
 
172
      class="GUTTER1">FAQs</a>
 
173
    <br></br>
 
174
  </p>
 
175
  <p>
 
176
    <a href="http://ncbi.nlm.nih.gov/Sequin/sequin.hlp.html"
 
177
      class="GUTTER1">Help Documentation</a>
 
178
    <br></br>
 
179
  </p>
 
180
  
 
181
  <p>
 
182
    <a href="seq_download.html" class="GUTTER1">
 
183
      Download Sequin</a>
 
184
      <br></br>
 
185
      
 
186
      <div style="margin-left: 10px; margin-top: 10px;">
 
187
        <a class="GUTTER2" href="seq_win_download.html" title="Download instructions for Windows">
 
188
          <div style="height: 10px">
 
189
            Windows
 
190
          </div>
 
191
        </a>
 
192
        <br></br>
 
193
        <a class="GUTTER2" href="seq_mac_download.html" title="Download instructions for Macintosh">
 
194
          <div style="height: 10px">
 
195
            Macintosh
 
196
          </div>
 
197
        </a>
 
198
        <br></br>
 
199
        <a class="GUTTER2" href="seq_unix_download.html" title="Download instructions for Unix">
 
200
          <div style="height: 10px">
 
201
            Unix
 
202
          </div>
 
203
        </a>
 
204
        <br></br>
 
205
        <a class="GUTTER2" href="seq_ftp_download.html" title="Download instructions for all platforms using ftp">
 
206
          <div style="height: 15px">
 
207
            Download using ftp
 
208
          </div>
 
209
        </a>
 
210
        <br></br>
 
211
        <a class="GUTTER2" href="seq_trouble.html" title="Get help with problems">
 
212
          <div style="height: 10px">
 
213
            Troubleshooting
 
214
          </div>
 
215
        </a>
 
216
      </div>
 
217
    </p>
 
218
    
 
219
  </xsl:template>
 
220
  
 
221
</xsl:stylesheet>
 
222