<?xml version="1.0" encoding="UTF-8"?>
<clearCache>
	<!-- static part, unchanged from a request - response circle -->
	<static>
		<accessKey>clearCache</accessKey>
		<transformation dependingOnArea="no">clearCache
		</transformation>
	</static>
	<!-- dynamic part, will be changed from an action -->
	<!--
		the base url is inserted in every html page, hence links are relativ
		from servlet path
	-->
	<base />
	<messages />

	<actions>
		<action url="topNavigation.sap">
			<text id="action.home">
				Home
      </text>
		</action>
		<action url="logout.sap">
			<text id="action.logout">
				Logout
      </text>
		</action>
	</actions>

	<greeting>
		<text id="clearCache.greeting">
			SAP Internet Knowledge Servlet - Clear Structure Cache
		</text>
	</greeting>

	<cache STRUCTURE="0">
		<text id="cache.info.a">
			Structure Cache contains:
		</text>
		<text1 id="cache.info.b">
			structure(s)
		</text1>
	</cache>

	<internalStatus>
		clear
  </internalStatus>

	<showCacheForm>

		<action>structCacheClear.sap</action>

		<greeting>
			<text id="clearCache.warning">
				You are about to clear the structure cache. Do you really want to clear the structure cache?
			</text>
		</greeting>

		<submit name="clearCache" type="submit">
			<text id="clearCache.button.clear">
				Clear
      </text>
		</submit>

	</showCacheForm>

	<clearCacheForm>

		<action>structCache.sap</action>

		<greeting>
		<text id="clearCache.cleared">
			Structure Cache successfully cleared
		</text>
		</greeting>

		<submit name="clearCache" type="submit">
			<text id="clearCache.button.info">
				Continue
      </text>
		</submit>

	</clearCacheForm>

</clearCache>
