mirror of http://localhost:9400/cloud/cms
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			14 lines
		
	
	
		
			396 B
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			14 lines
		
	
	
		
			396 B
		
	
	
	
		
			HTML
		
	
<!--
 | 
						|
 | 
						|
    This is the footer
 | 
						|
-->
 | 
						|
    <div>version {{system.version}}</div>
 | 
						|
    {%for _item in layout.footer %}
 | 
						|
        {% if _item.uri %}
 | 
						|
            <div align="center"><span class="active" style="padding-left:20px; padding-right:20px" onclick="jx.modal.show('{{_item.uri}}')">{{_item.text}}</span></div>
 | 
						|
        {%else%}
 | 
						|
            <div>{{_item.text}}</div>
 | 
						|
        {%endif %}
 | 
						|
 | 
						|
    {%endfor%}
 |