Confluence 5.7 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
特定のページの外観を変更する場合、対応する Velocity テンプレートを編集することができます。その1つを検索する方法は以下のとおりです。
<baseUrl>/administrators.action です。xwork.xml を開きます。変更したいページに対応する操作名のファイルを検索します。次のようなエントリが表示されます。
<action name="administrators" class="com.atlassian.confluence.user.actions.AdministratorsAction">
<interceptor-ref name="defaultStack"/>
<result name="success" type="velocity">/administrators.vm</result>
</action>
For details on how to configure the file, check the Velocity Template Overview.