repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add addiitional refresh option for all views except genoview
[sgn.git]
/
mason
/
qtl
/
waitmessage.mas
blob
170d3d3a92b06b0068e5454a8e2e3e0cb8ed05ec
1
<%doc>
2
3
=head1 NAME
4
qtl/waitmessage.mas - wait message while solqtl is running
5
6
=AUTHOR
7
Isaak Y Tecle (iyt2@cornell.edu)
8
9
=cut
10
11
</%doc>
12
13
<div id ="waitmsg"
14
style ="display:none;
15
color:#f87431;
16
font-weight: bold;
17
font-style:italic;
18
background-color:#fff;
19
width:200px;
20
word-wrap:break-word;
21
">
22
<pre>solQTL is running .....
23
Please wait .....
24
This may take
25
a few minutes.
26
</pre>
27
</div>