All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xml.xsl.web.blocks.xml Maven / Gradle / Ivy

There is a newer version: 7.9.4
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<blocks>
	<block name="exampleblock">
		<pagefragment>
			<header>
			  This Is an example Block of content that can appear on any page in the site by including a pagefragment tag with an idref of 'exampleblock'.
		    </header>
		</pagefragment>
	</block>
	<block name="welcome">
		<pagefragment>
			<br/>
			<bold>Welcome to the QuartzSchedulerGui!</bold>
		</pagefragment>
	</block>
	<block name="rights">
		<pagefragment>
			<small> </small>
		</pagefragment>
	</block>
</blocks>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy