// ****************************************************************************************************************************************************** // * By Dr. Roy C. Davies, March 2023, roy.c.davies@ieee.org // ****************************************************************************************************************************************************** const code = { basic : `
Changes in Service

We just updated our privacy policy here to better service our customers. We recommend reviewing the changes.

`, list : `
New Site Features
You can now have cover images on blog pages Drafts will now auto-save while writing
`, icon : `
Have you heard about our mailing list?

Get the best news in your e-mail every day.

Just one second

We're fetching that content for you.

`, dismissable: ` {#if transitionButtonVisible}
{/if} {#if transitionVisible}
{transitionVisible = false;setTimeout(()=>{transitionButtonVisible=true;}, 500)}}/>
Welcome back!

This is a special notification which you can dismiss if you're bored with it.

{/if} `, hidden : ` `, visible : `

You can always see me

`, center_aligned : `
New Version is available!

When are you going to update?

`, right_aligned : `
New Version is available!

When are you going to update?

`, floating: `

Way to go!

`, compact: `

Get all the best inventions in your e-mail every day. Sign up now!

`, attached: `
Welcome to our site!

Fill out the form below to sign-up for a new account

Already signed up? Login here instead. Data filled in: {JSON.stringify(formFields)} `, warning : `
You must register before you can do that!
Visit our registration page, then try again
`, positive_success : `
You are eligible for a reward

Go to your special offers page to see now.

Your user registration was successful.

You may now log-in with the username you have chosen

`, negative_error : `
We're sorry we can't apply that discount

That offer has expired

There were some errors with your submission
You must include both a upper and lower case letters in your password. You need to select your home country.
`, colored: ` {#each ["Red", "Orange", "Yellow", "Olive", "Green", "Teal", "BLue", "Violet", "Purple", "Pink", "Brown", "Black"] as color} {color} {/each} `, size : ` {#each ["mini", "tiny", "small", "large", "big", "huge", "massive"] as size, i} This is {i<3?"a ":""}{size}{i<3?" message":""} {/each} ` } export default code;