Library Use Value Calculator

The calculator customized by Parkland looks like this.

If you would like to use this calculator "as is," and you are using a Parkland website template, it is already available on your site at the /libraryvalue subpage. (For example, on the Innisfail website, this would be ipl.prl.ab.ca/libraryvalue.) You can use one of the images below to link to it.

If you would like to make your own changes to this calculator, or if you are not using a Parkland website template, you will need the actual code. Here is the code we are using for the PRL-customized calculator. We have also posted the code we are using for the explanation of the values.

You should be able to copy and paste the code in the above text files to create similar pages. If you would like to modify the code for the calculator, you can do so, but you will need some html/javascript knowledge. If you change the URL for either page from /libraryvalue and /library-value-explanation, you will also need to update the links from each page to the other.

If you modify the code, make sure you test the calculator to be sure it works afterwards!


Calculator Banner


Code to copy and paste:

<a href="/libraryvalue"><img src="/files/LibraryCalculatorBanner.png" style="display: block; margin-left: auto; margin-right: auto;"></a>


Calculator Button


Code to copy and paste:

<a href="/libraryvalue"><img src="/files/LibraryCalculatorButton.png" style="display: block; margin-left: auto; margin-right: auto;"></a>


Back to Build & Maintain your Website.