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

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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<?xml version='1.0' encoding='iso-8859-1'?>
<xsl:stylesheet version='1.0'
  xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>

  <xsl:output method="html"
    doctype-system="http://www.w3.org/TR/html4/loose.dtd"
    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
    indent="yes" />
  <xsl:variable name="nullstr" />

  <xsl:template match="/">

    <html>
      <head>
        <xsl:copy-of select="/doc/title" />

        <meta http-equiv="Content-Type"
        content="text/html; charset=iso-8859-1"></meta>
        <meta name="keywords" content="Sequin"></meta>
        <meta name="description"
        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.">
        </meta>

        <link rel="stylesheet" href="ncbi_sequin.css"></link>

        <xsl:element name="link">
          <xsl:attribute name="rel">stylesheet</xsl:attribute>
          <xsl:attribute name="type">text/css</xsl:attribute>
          <xsl:attribute name="href">
            <xsl:value-of select="/doc/css"/>
          </xsl:attribute>
        </xsl:element>

        <!-- Include platform- and browser-specific stylesheet to
             override std stuff -->
        <SCRIPT LANGUAGE="JavaScript" SRC="sniff.js"></SCRIPT>

        <!-- Finally, let the page override anything it likes -->
        <xsl:value-of select="/doc/extrastyle"/>

      </head>

      <body alt="background">

        <!-- Top title bar -->
        <table border="0" cellmargin="0" cellspacing="0"
          cellpadding="0" summary="Downloading Sequin" class="TOPTITLEBAR">
          <tbody>
            <tr>
              <td width="130">
                <a href="http://www.ncbi.nlm.nih.gov">
                  <img src="left.GIF" width="130" height="45" border="0" alt="NCBI Logo"></img>
                </a>
              </td>
              <td class="TOPTITLE">
                <h1>Downloading and Installing Sequin</h1>
                <H2><xsl:value-of select="/doc/title"/></H2>
              </td>
            </tr>
          </tbody>
        </table>

        <!--  the quicklinks bar   -->
        <table class="TEXT" border="0" width="600" cellspacing="0"
        cellpadding="3" bgcolor="#000000"
        summary="Links to several NCBI services">
          <tbody>
            <tr class="TEXT" align="center">
              <td width="100">
                <a href="index.html" class="BAR">Sequin</a>
              </td>
              <td width="100">
                <a href="http://www.ncbi.nlm.nih.gov/Entrez/"
                class="BAR">Entrez</a>
              </td>
              <td width="100">
                <a href="http://www.ncbi.nlm.nih.gov/BLAST/" class="BAR">
                  BLAST
                </a>
              </td>
              <td width="100">
                <a href="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=OMIM" class="BAR">
                  OMIM
                </a>
              </td>
              <td width="100">
                <a href="http://www.ncbi.nlm.nih.gov/Taxonomy/taxonomyhome.html"
                   class="BAR">Taxonomy</a>
              </td>
              <td width="100">
                <a href="http://www.ncbi.nlm.nih.gov/Structure/"
                class="BAR">Structure</a>
              </td>
            </tr>
          </tbody>
        </table>

        <img src="spacer10.GIF" alt="spacer" width="100%" height="15"></img><br></br>

        <!-- Main body -->
        <table border="0" width="600" cellspacing="0" cellpadding="0">
          <tbody>
            <tr valign="top">
              <xsl:choose>

                <!-- If left_menu is "no", then just insert content -->
                <xsl:when test="/doc/@left_menu = 'no'">
                  <td colspan="2" width="600">
                    <xsl:copy-of select="/doc/contents/*"/>
                  </td>
                </xsl:when>

                <!-- If left_menu is NOT no, then create left menu -->
                <xsl:otherwise>

                  <!--  left column   -->
                  <td width="145">
                    <!-- Left menu -->
                    <xsl:call-template name="left_menu"/>
                  </td>
                    
                  <!-- right content column  -->
                  <td width="455">
                    <xsl:copy-of select="/doc/contents/*"/>
                  </td>
                </xsl:otherwise>
              </xsl:choose>
              
            </tr>
          </tbody>
        </table>

        <!-- Page bottom -->
        <table border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="145"></td>
            <td width="455">
              
              <hr style="width: 100%; height: 2px;"></hr>
              
              <div style="text-align: center;">
                <b>Questions or Comments?</b>
                <p class="medium1">Write to the 
                <a href="mailto:info@ncbi.nlm.nih.gov">
                  NCBI Service Desk
                </a>
              </p>
              <p class="medium1">Revised Feb 27, 2004</p>
            </div>
          </td>
        </tr>
      </table>
      <br></br>
      <!--  end of content  -->
    </body>
  </html>
</xsl:template>

<xsl:template name="left_menu">
  <p>
    <a href="http://ncbi.nlm.nih.gov/Sequin/index.html"
      class="GUTTER1">Sequin home</a>
    <br></br>
  </p>
  <p>
    <a href="http://ncbi.nlm.nih.gov/Sequin/QuickGuide/sequin.htm"
      class="GUTTER1">Quick Guide</a>
    <br></br>
  </p>
  <p>
    <a href="http://ncbi.nlm.nih.gov/Sequin/faq.html"
      class="GUTTER1">FAQs</a>
    <br></br>
  </p>
  <p>
    <a href="http://ncbi.nlm.nih.gov/Sequin/sequin.hlp.html"
      class="GUTTER1">Help Documentation</a>
    <br></br>
  </p>
  
  <p>
    <a href="seq_download.html" class="GUTTER1">
      Download Sequin</a>
      <br></br>
      
      <div style="margin-left: 10px; margin-top: 10px;">
        <a class="GUTTER2" href="seq_win_download.html" title="Download instructions for Windows">
          <div style="height: 10px">
            Windows
          </div>
        </a>
        <br></br>
        <a class="GUTTER2" href="seq_mac_download.html" title="Download instructions for Macintosh">
          <div style="height: 10px">
            Macintosh
          </div>
        </a>
        <br></br>
        <a class="GUTTER2" href="seq_unix_download.html" title="Download instructions for Unix">
          <div style="height: 10px">
            Unix
          </div>
        </a>
        <br></br>
        <a class="GUTTER2" href="seq_ftp_download.html" title="Download instructions for all platforms using ftp">
          <div style="height: 15px">
            Download using ftp
          </div>
        </a>
        <br></br>
        <a class="GUTTER2" href="seq_trouble.html" title="Get help with problems">
          <div style="height: 10px">
            Troubleshooting
          </div>
        </a>
      </div>
    </p>
    
  </xsl:template>
  
</xsl:stylesheet>