display_impr_text.php
\file \brief Display an improved annotated text (frame set)
Call: display_impr_text.php?text=[textid]
PHP version 8.1
Tags
Table of Contents
Functions
- do_mobile_display_impr_text() : void
 - Make the page content to display printed texts on mobile.
 - do_desktop_display_impr_text() : void
 - Make the main page content to display printed texts for desktop.
 - do_display_impr_text_page() : void
 - Do the page to display printed text.
 
Functions
do_mobile_display_impr_text()
Make the page content to display printed texts on mobile.
    
                    do_mobile_display_impr_text(int $textid, string $audio) : void
    
        Parameters
- $textid : int
 - 
                    
Text ID
 - $audio : string
 - 
                    
Media URI
 
Tags
do_desktop_display_impr_text()
Make the main page content to display printed texts for desktop.
    
                    do_desktop_display_impr_text(int $textid, string $audio) : void
    
        Parameters
- $textid : int
 - 
                    
Text ID
 - $audio : string
 - 
                    
Media URI
 
do_display_impr_text_page()
Do the page to display printed text.
    
                    do_display_impr_text_page(int $textid) : void
    
        Parameters
- $textid : int
 - 
                    
Text ID