Use "Text Components for Modules" to define website content

The web-app get it's HTML contents and EMail templates from hyper's hyp_Website Text table.
For professional html styling, prefer the code editor upon the "word processor".
* To learn more about this table, go to this page


Language Code of the Content ID

Each Content ID should also include a language code (3 letters) at the end.
"_eng" for English; "_spa" for espanol; "_heb" for Hebrew; "_ara" for Arabic; and so on... see hyper client manual for more information.
In this page, all content is written with "_eng" suffix, So that you don't forget to apply a suffix in your content.

Index of all HTML content

Set Purpose field to "Website Text" for all the items in this list.
Content ID Description (and sometimes an Example)
Footer_Credits_eng Footer copyright, any legal notes, company / brand name.
© 2023 All rights reserved to SYE Software Industries Ltd.
♥ The articles are written in masculine or feminine, but are addressed to all genders.
♦ The site is under development, there may be errors and deficiencies in the contents.
Footer_Links_eng list of html A (tag) links, they will appear as "button like" (css style). Examples for content:
<a target="_blank" href="https://sye.co.il/About">About Us</a>
<a target="_blank" href="Media/contract.pdf">Legal Contract</a>
Html_No_Page This key is not mandatory. It allows you to replace the content of the "invalid url" html page.
You can use the field 'Message Subject' for a H1 title text, OR just write the whole page content in the main editor.
Register_Client_Page1
Register_Client_Page2
H1 title and text content before the fields in both pages. <form> tag is rendered just after this content.
Dataport_Success For dataport's HTML response after receiving a form (can be a client / service ticket).
Please fill in H1 title in the Subject Field !
Build the body using the tag {#Reference} as a place holder for new opportunity / service ticket number.
Login_Page
Password_Recovery_Page
Write H1 title as tag and the rest of the HTML content, before the Form and Captcha objects appear.
Pelecard_Error
Pelecard_Good
דורש בירור

Index of all Email content

Set Purpose field to "Website Mail Template" for all the items in this list, AND Don't forget the language code at the end.
In the Content record there is a field named "Wraparound" and it was made only for Emails.
Possible values are:
  • Logo TD + Content TD, Padding + Border: This is the default template of hyper, with less work for you, but a little visually boring.
  • Logo TD + Content TD (no padding, no border): Allow you to easily implement banners (png format), while still leaning on hyper's css.
  • Center TD, Empty Content, Basic css: Take full control on the graphic design. Enjoy minimal css from hyper.
  • None: Make no sense to use this mode... but we want to keep all options available.

Content ID Description (and sometimes an Example)
Password_Recovery_Email When a user ask to recover his password, he gets an Email, with a link back to the site.
That link (URL) contain a personal and temporary token implemented inside.
Use the html code
<a href="{#link}">
to call the browser, {#link} is the placeholder for the URL itself.
Reminder: You can preview the content of the message, while writing it, in the Hyper application.

Index of all Phone messages (SMS / Whatsapp)

Set Purpose field to "Website SMS Template" for all the items in this list, AND Don't forget the language code at the end.
Content ID Description (and sometimes an Example)
2FA_Phone_Code For any 2 factor authentication made by a phone, Keep this text short as possible and use the tag {#code} as a placeholder for a 6 digits code.