Revision 1af1b216
Added by Scott Ullrich about 15 years ago
usr/local/www/installer.php | ||
---|---|---|
637 | 637 |
} |
638 | 638 |
echo <<<EOF |
639 | 639 |
<script type="text/javascript"> |
640 |
\$('loadingdiv').fade();
|
|
640 |
\$('loadingdiv').style.visibility='hidden';
|
|
641 | 641 |
</script> |
642 | 642 |
<div id='contentdiv' style="display:none;"> |
643 | 643 |
{$custom_txt}<p/> |
... | ... | |
692 | 692 |
<br/> |
693 | 693 |
<center> |
694 | 694 |
Please select an installer option to begin: |
695 |
<p/> |
|
695 | 696 |
<table width="100%" border="0" cellpadding="5" cellspacing="5"> |
696 | 697 |
<tr> |
697 | 698 |
<td> |
698 | 699 |
<div id="pfsenseinstaller"> |
699 | 700 |
<center> |
700 |
<table cellspacing="4" cellpadding="4" style="border: 1px dashed;">
|
|
701 |
<table cellspacing="5" cellpadding="5" style="border: 1px dashed;">
|
|
701 | 702 |
<tr bgcolor="#CECECE"><td align="center"> |
702 | 703 |
<a href="installer.php?state=verify_before_install&disk={$disk}&fstype=UFS">Easy installation of {$g['product_name']} using the UFS filesystem</a> |
703 | 704 |
</td></tr> |
Also available in: Unified diff
Do not fade item, simply hide it before the next option fades in