upload fieldbook from manage phenotyping
[sgn.git] / cgi-bin / help / planned_outages.pl
blob438efe20e23ac54da2c429a3f0fac1edb49918e7
1 use strict;
2 use CXGN::Page;
3 my $page=CXGN::Page->new("Scheduled outage","Marty");
4 $page->header();
5 print <<END_HEREDOC;
7 <div>
8 <h1>Scheduled service downtime for SGN and related projects</h1>
10 <p>
11 We are moving our servers to a new room during the week of April
12 3, 2006. The following services will be unavailable from
13 Wednesday April 5, 2006 to Friday, April 7, 2006:
14 </p>
16 <ul>
17 <li>ftp downloads</li>
18 <li>BAC submissions</li>
19 <li>website login</li>
20 <li>EST uploads </li>
21 <li>mailing lists (sgn-feedback and others)</li>
22 </ul>
24 <p>
25 Additionally, our websites (sgn.cornell.edu, pgn.cornell.edu),
26 may be unavailable for short periods during these days.
27 </p>
29 <p>
30 In case our schedule should change, we will update this page to
31 reflect our modified plans. Please check here for further
32 announcements.
33 </p>
35 <h4>Photos from the server move</h4>
36 <a href="/static_content/sgn_photos/server_move_2006/P1010103.jpg"><img src="/static_content/sgn_photos/server_move_2006/thumbs/P1010103.jpg" style="margin: 2px; float: left;" alt="" /></a>
38 <a href="/static_content/sgn_photos/server_move_2006/P1010112.jpg"><img src="/static_content/sgn_photos/server_move_2006/thumbs/P1010112.jpg" style="margin: 2px; float: left;" alt="" /></a>
40 <a href="/static_content/sgn_photos/server_move_2006/P1010115.jpg"><img src="/static_content/sgn_photos/server_move_2006/thumbs/P1010115.jpg" style="margin: 2px; float: left;" alt="" /></a>
42 <a href="/static_content/sgn_photos/server_move_2006/P1010118.jpg"><img src="/static_content/sgn_photos/server_move_2006/thumbs/P1010118.jpg" style="margin: 2px; float: left;" alt="" /></a>
44 <a href="/static_content/sgn_photos/server_move_2006/P1010129.jpg"><img src="/static_content/sgn_photos/server_move_2006/thumbs/P1010129.jpg" style="margin: 2px; float: left;" alt="" /></a>
46 <a href="/static_content/sgn_photos/server_move_2006/P1010131.jpg"><img src="/static_content/sgn_photos/server_move_2006/thumbs/P1010131.jpg" style="margin: 2px; float: left;" alt="" /></a>
48 <a href="/static_content/sgn_photos/server_move_2006/P1010132.jpg"><img src="/static_content/sgn_photos/server_move_2006/thumbs/P1010132.jpg" style="margin: 2px; float: left;" alt="" /></a>
50 <a href="/static_content/sgn_photos/server_move_2006/P1010134.jpg"><img src="/static_content/sgn_photos/server_move_2006/thumbs/P1010134.jpg" style="margin: 2px; float: left;" alt="" /></a>
52 <a href="/static_content/sgn_photos/server_move_2006/P1010135.jpg"><img src="/static_content/sgn_photos/server_move_2006/thumbs/P1010135.jpg" style="margin: 2px; float: left;" alt="" /></a>
55 </div>
57 END_HEREDOC
60 $page->footer();