a
    AþdË  ã                   @   sn   d dl Z d dlZd dlmZmZmZ d dlmZm	Z	 dd„ Z
dd„ Zdd	„ Zd
d„ Zeedƒsjejjje_dS )é    N)ÚlocalizationÚsharedÚscripts)Úscript_pathÚ	data_pathc                 C   sF   |   t¡r"tj | t¡ dd¡}ntj | ¡}d|› dtj | ¡› S )Nú\ú/zfile=ú?)Ú
startswithr   ÚosÚpathÚrelpathÚreplaceÚabspathÚgetmtime)ÚfnZweb_path© r   úD/var/www/html/stable-diffusion-webui/modules/ui_gradio_extensions.pyÚwebpath   s    
r   c                  C   s¨   dt  tjj ¡› d} tj td¡}| dt|ƒ› d7 } t	 
dd¡D ]}| dt|jƒ› d7 } qDt	 
dd¡D ]}| d	t|jƒ› d7 } qltjjr¤| d
tjj› d7 } | S )Nz<script type="text/javascript">z
</script>
z	script.jsz$<script type="text/javascript" src="z"></script>
Ú
javascriptz.jsz.mjsz<script type="module" src="z*<script type="text/javascript">set_theme("z");</script>
)r   Úlocalization_jsr   Úoptsr   r   Újoinr   r   r   Úlist_scriptsÚcmd_optsÚtheme)ÚheadZ	script_jsÚscriptr   r   r   Újavascript_html   s    r   c                  C   sf   d} dd„ }t  d¡D ]}tj |¡s(q| ||ƒ7 } qtj tj td¡¡rb| |tj td¡ƒ7 } | S )NÚ c                 S   s   dt | ƒ› dS )Nz3<link rel="stylesheet" property="stylesheet" href="z">)r   )r   r   r   r   Ú
stylesheet'   s    zcss_html.<locals>.stylesheetz	style.csszuser.css)r   Úlist_files_with_namer   r   ÚisfileÚexistsr   r   )r   r    Zcssfiler   r   r   Úcss_html$   s    r$   c                     s(   t ƒ ‰tƒ ‰ ‡ ‡fdd„} | tjj_d S )Nc                     sT   t j| i |¤Ž}|j dˆ› d d¡¡|_|j dˆ › d d¡¡|_| ¡  |S )Ns   </head>z</head>Úutf8s   </body>z</body>)r   ÚGradioTemplateResponseOriginalÚbodyr   ÚencodeÚinit_headers)ÚargsÚkwargsÚres©ÚcssÚjsr   r   Útemplate_response:   s
    z,reload_javascript.<locals>.template_response)r   r$   ÚgrÚroutesÚ	templatesÚTemplateResponse)r0   r   r-   r   Úreload_javascript6   s    r5   r&   )r   Úgradior1   Úmodulesr   r   r   Úmodules.pathsr   r   r   r   r$   r5   Úhasattrr2   r3   r4   r&   r   r   r   r   Ú<module>   s   	
