Changeset 194
- Timestamp:
- 02/24/06 09:59:29
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/webadmin/webapp/resources/default/default/default.xsl
r193 r194 93 93 <xsl:variable name="timezones-initUpload" select="/bedeworkadmin/urlPrefixes/timezones/initUpload/a/@href"/> 94 94 <xsl:variable name="timezones-upload" select="/bedeworkadmin/urlPrefixes/timezones/upload/a/@href"/> 95 <xsl:variable name="stats-fetch" select="/bedeworkadmin/urlPrefixes/stats/fetch/a/@href"/> 95 96 <!-- === --> 96 97 <xsl:variable name="authuser-showModForm" select="/bedeworkadmin/urlPrefixes/authuser/showModForm/a/@href"/> … … 357 358 <a href="{$timezones-initUpload}" > 358 359 Upload and replace system timezones 360 </a> 361 </li> 362 <li> 363 <a href="{$stats-fetch}"> 364 System statistics 359 365 </a> 360 366 </li> … … 2704 2710 <h2>System Statistics</h2> 2705 2711 2706 <a href="/caladmin/stats/update.do?enable=yes">enable stats collection</a> 2707 2712 <p> 2713 Stats collection: 2714 </p> 2715 <ul> 2716 <li> 2717 <a href="update.do?enable=yes">enable</a> | 2718 <a href="update.do?disable=yes">disable</a> 2719 </li> 2720 <li><a href="update.do?fetch=yes">fetch statistics</a></li> 2721 <li><a href="update.do?dump=yes">dump stats to log</a></li> 2722 </ul> 2708 2723 <table id="statsTable" cellpadding="0"> 2709 2724 <xsl:for-each select="*"> trunk/calendar3/webadmin/war/docs/header.jsp
r179 r194 123 123 <update><genurl:link page="/syspars/update.do?b=de"/></update> 124 124 </system> 125 <stats> 126 <fetch><genurl:link page="/stats/fetch.do?b=de"/></fetch> 127 </stats> 125 128 <timezones> 126 129 <showUpload><genurl:link page="/timezones/showUpload.rdo?b=de"/></showUpload>
