SA XT for web access : System Architect XT : Customizing System Architect XT : Sample components in the configuration files : Home page
  
Home page
The Home page component contains most of the components on the Home page-pagegen.aspx. Among them are the Introduction, Links box, Encyclopedia, Latest Additions, Last 10 Changed by Me and the Task List components. The code sample below shows the structure of the Home page component. The Intro component is shown in full detail, while the remaining components are shown in a summary view.
<page name="home">
<component name="Intro" type="Intro" class="intro">
<h1>Introduction</h1>
<p>Welcome to the Home page for your Enterprise Architecture. This site allows you to navigate through and update your enterprise architecture components.</p>
<h2>Question Oriented Architecture</h2>
<p>The full System Architect XT <a href="http://www.telelogic.com" target="_blank">web site</a> contains details about Question Oriented Architecture (QOA). QOA allows you to make best use and follow the practice of ensuring that the architecture information you capture can be used in a meaningful way.</p>
</component>
<component name="Link1">type="Intro" class="intro"> . . . </component>
<component name="manage" type="Intro" class="intro"> . . . </component>
<componentname="rptLatestAddtions"type="Intro" class="intro"> . . . </component>
<component name="rptTaskList" type="Intro" class="intro"> . . . </component>
</page >
Changing text in the Home page introduction
To write new text or modify existing text, open the configuration file, using the general procedure described in Customizing the configuration file, and proceed as follows:
1 Find the component named Intro.
2 Edit the text in the <h1>, <h2>, and <p> HTML tags. The style of the text for each of the tags is set by the Screen.css stylesheet. For more information on styles, see Appearance of System Architect XT web pages.
3 Save your Configuration File and click Refresh to reload the Home page and see your changes.