Difference between revisions of "Manage static pages"

From ICA-AtoM
Jump to navigation Jump to search
 
(36 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
+
[[Main Page]] > [[User manual]] > [[Administer]] > Manage static pages
<span class="pageTitle">Customize the home and about pages</span>
+
 
 +
 
 +
ICA-AtoM ships with a default welcome message on the [[Glossary#Home page|home page]] and an [[Glossary#About page|about page]] that provides additional information about the application and project. Both these [[Glossary#Static page|static pages]] can be edited by [[Glossary#Administrator|administrators]] or [[Glossary#Editor|editors]] to reflect their own institution's or network's requirements. There are two ways to access the [[Glossary#Edit page|edit page]]: from a link on the pages themselves or from the "Admin > Static pages" menu.
 +
 
 +
 
 +
<div class="clearfix">
 +
 
 +
== Edit from page view ==
 +
 
 +
[[Image:admHomePage.png|500px|right|thumb|Edit the home page by clicking Edit in the button block]]
 +
 
 +
# Go to the [[Glossary#Home page|home page]] or the [[Glossary#About page|about page]]
 +
# Click "Edit" in the [[Glossary#Button block|button block]]. ICA-AtoM routes you to the [[Glossary#Edit page|edit page]]
 +
 
 +
</div>
 +
 
 +
 
 +
<div class="clearfix">
 +
 
 +
== Edit via admin menu ==
 +
 
 +
[[Image:admStaticPages.png|500px|right|thumb|Clicking Admin > Static pages takes the user to the list page for static pages]]
 +
 
 +
# Click the "Admin > Static pages" menu
 +
# ICA-AtoM routes you to the list page, showing all [[Glossary#Static page|static pages]] in the application
 +
# Click the page you want to edit (the [[Glossary#Home page|home page]] or [[Glossary#About page|about page]])
 +
# Click "Edit" in the [[Glossary#Button block|button block]]. ICA-AtoM routes you to the [[Glossary#Edit page|edit page]].
  
[[Main Page]] > [[User manual|(UM) User manual]] > [[UM-7|UM-7 Administer ICA-AtoM]] > UM-7.3 Customize static pages
+
</div>
  
[[Image:um7-3-1Static1.png|500px|right|thumb|Edit home page via page link]]
 
  
[[Image:um7-3-1Static2.png|500px|right|thumb|Edit Home page via admin tab]]
+
<div class="clearfix">
  
[[Image:um7-3-1Static3.png|500px|right|thumb|Edit screen (home page)]]
+
== Edit static page ==
  
 +
[[Image:staticPageEdit.png|500px|right|thumb|Editing the home page]]
  
Both the [[Home page|home]] and [[About page|about]] pages contain [[Static page|static pages]]: content that remains the same whenever any user accesses the page.
+
<ol>
  
 +
<li>
  
ICA-AtoM ships with a default welcome message on the [[Home page|home page]] and an [[About page|about page]] that provides additional information about the application and project. Both these pages can be edited by [[Administrator|administrators]] or [[Editor|editors]] to reflect their own institution or network's requirements. There are two ways to access the [[Edit screen|edit screen]]: from a link on the pages themselves or from the ''admin > static pages'' tab.
+
<p>Title: revise the page title if required (defaults are "Welcome" and "About")
  
 +
<li>
  
'''Edit via page link'''
+
<p>Permalink: this is a hard-coded page title referenced by ICA-AtoM code to manage URLs; it cannot be edited in the "Welcome" and "About" pages. However, it can be edited in any [[Glossary#Static page|static pages]] that you add yourself.
  
1. Go to the [[Home page|home page]] or the [[About page|about page]].
+
<li>
  
 +
<p>Content: revise the text that will appear on the page as required
  
2. Click the ''edit this page'' link.
+
<div class="note">
  
 +
You '''must''' include HTML code for any links or special styling.
  
3. ICA-AtoM routes you to the [[Static page|static page]] [[Edit screen|edit screen]].
+
</div>
  
 +
<li>
  
'''Edit via admin tab'''
+
<p>Click the "Save" button; ICA-AtoM returns you to the page in [[Glossary#View mode|view mode]]
  
4. Click the ''admin > static pages'' tab.
+
</ol>
  
 +
</div>
  
5. ICA-AtoM routes you to the [[Static page|static page]] [[List screen|list screen]], showing all [[Static page|static pages]] in the application.
+
=== Styling a static page: basic example ===
  
 +
To help users with basic HTML and CSS use for styling static pages, a page of examples and tips has been created here: [[Styling static pages]].
  
6. Click the [[Static page|static page]] you want to edit (the [[Home page|home page]] or [[About page|about page]]).
+
== Add new static page ==
  
 +
[[Image:admStaticPages.png|500px|right|thumb|Add a new static page by clicking the Add new in the button block]]
  
7. ICA-AtoM routes you to the [[Static page|static page]] [[Edit screen|edit screen]].
 
  
 +
# Click the "Admin > Static pages" menu
 +
# ICA-AtoM routes you to the list page, showing all [[Glossary#Static page|static pages]] in the application
 +
# Click the "Add new" button in the [[Glossary#Button block|button block]]
 +
# See Edit static page, above, for instructions on adding data
 +
# Click the Create button in the [[Glossary#Button block|button block]]
  
'''Edit static page screen'''
+
</div>
  
8. '''Title''': revise the page title if required (defaults are "Welcome" and "About").
 
  
 +
<div class="clearfix">
  
9. '''Permalink''': this is a hard-coded page title referenced by ICA-AtoM code to manage URLs; it cannot be edited.
+
== Add links to new static page ==
  
 +
# [[Image:exhibitsLink.png|500px|right|thumb|Creating a new menu for a new static page called "exhibits"]] To allow users to navigate to your new [[Glossary#Static page|static page]], create a link within one of the default [[Glossary#Static page|static pages]] or click Admin > Menus and add a new menu which links to the page as shown here. For more information on how to add and edit menus, see [[manage menus]].
 +
[[Image:exhibitsLink2.png|500px|right|thumb|The "exhibits" static page menu has been added to the user menu, next to "home"]]
  
10. '''Content''': revise the text that will appear on the page as required.
+
</div>
  
*'''Note that you must include HTML code for any links or special styling.'''
 
  
 +
[[Category:User manual]]
  
11. Click the ''save'' button; ICA-AtoM returns you to the page in [[View mode|view mode]].
+
__NOTOC__

Latest revision as of 19:00, 27 June 2013

Please note that ICA-AtoM is no longer actively supported by Artefactual Systems.
Visit https://www.accesstomemory.org for information about AtoM, the currently supported version.

Main Page > User manual > Administer > Manage static pages


ICA-AtoM ships with a default welcome message on the home page and an about page that provides additional information about the application and project. Both these static pages can be edited by administrators or editors to reflect their own institution's or network's requirements. There are two ways to access the edit page: from a link on the pages themselves or from the "Admin > Static pages" menu.


Edit from page view

Edit the home page by clicking Edit in the button block
  1. Go to the home page or the about page
  2. Click "Edit" in the button block. ICA-AtoM routes you to the edit page


Edit via admin menu

Clicking Admin > Static pages takes the user to the list page for static pages
  1. Click the "Admin > Static pages" menu
  2. ICA-AtoM routes you to the list page, showing all static pages in the application
  3. Click the page you want to edit (the home page or about page)
  4. Click "Edit" in the button block. ICA-AtoM routes you to the edit page.


Edit static page

Editing the home page
  1. Title: revise the page title if required (defaults are "Welcome" and "About")

  2. Permalink: this is a hard-coded page title referenced by ICA-AtoM code to manage URLs; it cannot be edited in the "Welcome" and "About" pages. However, it can be edited in any static pages that you add yourself.

  3. Content: revise the text that will appear on the page as required

    You must include HTML code for any links or special styling.

  4. Click the "Save" button; ICA-AtoM returns you to the page in view mode

Styling a static page: basic example

To help users with basic HTML and CSS use for styling static pages, a page of examples and tips has been created here: Styling static pages.

Add new static page

Add a new static page by clicking the Add new in the button block


  1. Click the "Admin > Static pages" menu
  2. ICA-AtoM routes you to the list page, showing all static pages in the application
  3. Click the "Add new" button in the button block
  4. See Edit static page, above, for instructions on adding data
  5. Click the Create button in the button block


Add links to new static page

  1. Creating a new menu for a new static page called "exhibits"
    To allow users to navigate to your new static page, create a link within one of the default static pages or click Admin > Menus and add a new menu which links to the page as shown here. For more information on how to add and edit menus, see manage menus.
The "exhibits" static page menu has been added to the user menu, next to "home"