MicroStrategy ONE

Using the Default Page

A Default page is defined in the Page Configuration file, which lists page sections and shortcuts that are provided by default for MicroStrategy Web. All new pages created in MicroStrategy Web use the page sections and shortcuts defined on the Default page unless you explicitly choose to overwrite the page sections and shortcuts. The Default Page is represented as -1(Default Page) under the Pages setting in the Web Customization Editor.

Several existing MicroStrategy Web pages use the page sections and shortcuts that are inherited from the Default page. Thus, if you modify the Default page, the modifications are seen in the MicroStrategy Web pages that inherit the Default page. Refer to Modifying the Page Sections in the Default Page and Modifying Shortcuts in the Default Page for instructions on making those specific modifications.

XML definition of the Default page

The XML definition of the Default page from the Page Configuration file is shown below.

<page default="true" desc="Default Page" login-required="true" name="-1" persist-mode="8" track="false">

      <templates>

        <template XMLmerge_id="1" error-desc="" error-title-id="mstrWeb.1167" file-name="/jsp/mstrWeb.jsp">

          <page-sections>

            <page-section file-name="/jsp/Generic_ShortcutsBar.jsp" name="header"/>

            <page-section file-name="/jsp/Generic_Path.jsp" name="path"/>

            <page-section file-name="/jsp/Empty.jsp" name="dockTop"/>

            <page-section file-name="/jsp/Empty.jsp" name="dockLeft"/>

            <page-section file-name="/jsp/Empty.jsp" name="dockRight"/>

            <page-section file-name="/jsp/Empty.jsp" name="dockBottom"/>

            <page-section file-name="/jsp/Generic_Error.jsp" name="error"/>

            <page-section file-name="/jsp/Generic_Content.jsp" name="content"/>

            <page-section file-name="/jsp/Empty.jsp" name="footer"/>

            <page-section file-name="/jsp/Global_Links.jsp" name="links"/>

          </page-sections>

          <shortcut-list-set name="default">

            <shortcut-list name="toolbar">

              <shortcut append-state="true" desc="Shared Reports" desc-id="mstrWeb.2" feature-id="public-reports" href="" iframe="false" name="public">

                <event XMLmerge_id="1" event-id="com.microstrategy.web.beans.EnumFolderBeanEvents.FOLDER_EVENT_BROWSE">

                  <argument name="com.microstrategy.web.beans.EnumFolderBeanEvents.FOLDER_EVENT_ARGUMENT_SYS_FOLDER" value="7"/>

                </event>

              </shortcut>

              <shortcut append-state="true" desc="My Reports" desc-id="mstrWeb.3" enable-feature-id="profile-reports" feature-id="profile-reports" href="" iframe="false" name="profile">

                <event XMLmerge_id="1" event-id="com.microstrategy.web.beans.EnumFolderBeanEvents.FOLDER_EVENT_BROWSE">

                  <argument name="com.microstrategy.web.beans.EnumFolderBeanEvents.FOLDER_EVENT_ARGUMENT_SYS_FOLDER" value="20"/>

                </event>

              </shortcut>

              <shortcut append-state="true" desc="History List" desc-id="mstrWeb.4" feature-id="history-list" href="" iframe="false" name="history">

                <event XMLmerge_id="1" event-id="com.microstrategy.web.app.beans.EnumServletEvents.WebEventOpenHistoryList"/>

              </shortcut>

              <shortcut append-state="true" desc="My Subscriptions" desc-id="mstrWeb.1077" feature-id="subscriptions" href="" iframe="false" name="subscriptions">

                <event XMLmerge_id="1" event-id="com.microstrategy.web.app.beans.EnumServletEvents.WebEventOpenMySubscriptions"/>

              </shortcut>

              <shortcut append-state="true" desc="Create Report" desc-id="mstrWeb.5" feature-id="create-view-reports" href="" iframe="false" name="template">

                <event XMLmerge_id="1" event-id="com.microstrategy.web.app.beans.EnumServletEvents.WebEventOpenCreate"/>

              </shortcut>

              <shortcut append-state="true" desc="Create Document" desc-id="mstrWeb.2918" feature-id="template-documents;dhtml;documents-design-mode" href="" iframe="false" name="templateDoc">

                <event XMLmerge_id="1" event-id="com.microstrategy.web.app.beans.EnumServletEvents.WebEventOpenCreateDocument"/>

              </shortcut>

              <shortcut append-state="true" desc="Preferences" desc-id="mstrWeb.862" feature-id="preferences" href="" iframe="false" name="preferences">

                <event XMLmerge_id="1" event-id="com.microstrategy.web.app.beans.EnumServletEvents.WebEventOpenPreferences">

                  <argument name="com.microstrategy.web.app.beans.EnumServletEvents.WebEventArgumentPreferenceGroup" value="general"/>

                </event>

              </shortcut>

            </shortcut-list>

          </shortcut-list-set>

        </template>

      ...

See also: