vertalen
Geplaatst: 25 mar 2004, 20:10
kan iemand dit vertalen: Installation
Installation is a three step process that initially consists of placing the fi_newsbar_user.js & fi_newsbar.js files in a directory on your server. Then you continue by adding the below code above the closing </head> tag of the web page;
Code for above the closing </head> tag:
<script type="text/javascript" src="fi_newsbar_user.js"></script>
<style type="text/css">
<!--
.finews {
height: 20px;
text-align: center;
white-space: nowrap;
}
-->
</style>
You then need to add the following code wherever you wish the FI NewsBar to appear;
Code for display of the FI NewsBar:
<div class="finews" id="finewsdisplay">
<script type="text/javascript" src="fi_newsbar.js"></script>
</div>
The above code assumes that the fi_newsbar_user.js & fi_newsbar.js files are in the same directory as the page that the NewsBar will be displayed on. You will need to edit the references to the files should this not be the case.
Configuration
The FI NewsBar configuration options are set in the fi_newsbar_user.js file and the options are logically named to try to avoid confusion, but further details are available on our FI NewsBar page.
Licensing & Distribution
The FI NewsBar is covered by our Free to Use and Distribute license and you should refer to included licenses.html file. Should this file not be included you may inspect the license on our Terms page.
Support
Support for the FI NewsBar is provided on our Forums only. Any requests for support via any other method will be ignored.
Credits
Many thanks to SamG for his expertise and Vasil Dinkov who allowed us to base the original FI NewsBar on his NewsBar v1.2 code.
Installation is a three step process that initially consists of placing the fi_newsbar_user.js & fi_newsbar.js files in a directory on your server. Then you continue by adding the below code above the closing </head> tag of the web page;
Code for above the closing </head> tag:
<script type="text/javascript" src="fi_newsbar_user.js"></script>
<style type="text/css">
<!--
.finews {
height: 20px;
text-align: center;
white-space: nowrap;
}
-->
</style>
You then need to add the following code wherever you wish the FI NewsBar to appear;
Code for display of the FI NewsBar:
<div class="finews" id="finewsdisplay">
<script type="text/javascript" src="fi_newsbar.js"></script>
</div>
The above code assumes that the fi_newsbar_user.js & fi_newsbar.js files are in the same directory as the page that the NewsBar will be displayed on. You will need to edit the references to the files should this not be the case.
Configuration
The FI NewsBar configuration options are set in the fi_newsbar_user.js file and the options are logically named to try to avoid confusion, but further details are available on our FI NewsBar page.
Licensing & Distribution
The FI NewsBar is covered by our Free to Use and Distribute license and you should refer to included licenses.html file. Should this file not be included you may inspect the license on our Terms page.
Support
Support for the FI NewsBar is provided on our Forums only. Any requests for support via any other method will be ignored.
Credits
Many thanks to SamG for his expertise and Vasil Dinkov who allowed us to base the original FI NewsBar on his NewsBar v1.2 code.