Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Updated the documentation.
[kiriwrite/.git] / Documentation / English (British) / user-chapter2-pages.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">\r
2 <html>\r
3         <head>\r
4                 <link href="style.css" REL="stylesheet" TYPE="text/css" MEDIA="screen">\r
5                 <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">\r
6                 <title>Kiriwrite Documentation - User Documentation - 2.2: Pages</title>\r
7         </head>\r
8         <body>\r
9                 <div class="menubarback">\r
10                         <div class="menubar">\r
11                                 <span class="apptitle">Kiriwrite</span>\r
12                                 <a href="index.html">Index</a> | <a href="user.html">User \r
13 Documentation</a> | <a href="tutorial.html">Tutorial Documentation</a> | \r
14 <a href="developer.html">Developer Documentation</a>\r
15                         </div>\r
16                 </div>\r
17                 <div class="pageinformation">\r
18                         <span class="pagetitle">2.2 Pages</span><br><br>\r
19 \r
20 Pages are used for storing information that is relevant to that page.<br><br>\r
21 \r
22 Pages can be access from the 'View Pages' menu link. As no database is selected, a drop down box will appear listing the databases that are available, select a database and then click on the View button. A list of pages for that database will then appear and if there are no pages in the database a message will appear saying that no pages exist in this database.<br><br>\r
23 \r
24 To view the next (or previous list) of pages, click on the relevant link at the top of the page and to view a specific list of pages, select the list page number in the drop down menu box at the top of the page and click on the Show button.<br><br>\r
25 \r
26 <span class="heading">2.2.1: Creating a page</span><br><br>\r
27 A page can be created in the selected database by clicking on the 'Add Page' link in the View Pages sub-menu, a form then appears allowing to enter the information about the new page.<br><br>\r
28 \r
29 <table class="infotable">\r
30     <tr>\r
31         <td class="tableheading">Setting</td>\r
32         <td class="tableheading">Description</td>\r
33     </tr>\r
34     <tr>\r
35         <td class="tabledata">Database</td>\r
36         <td class="tabledata">Specifies the database that the page is being added to.</td>\r
37     </tr>\r
38     <tr>\r
39         <td class="tabledata">Page Name</td>\r
40         <td class="tabledata">Specifies the name of the new page.</td>\r
41     </tr>\r
42     <tr>\r
43         <td class="tabledata">Page Description</td>\r
44         <td class="tabledata">Specifies the description of the new page.</td>\r
45     </tr>\r
46     <tr>\r
47         <td class="tabledata">Page Section</td>\r
48         <td class="tabledata">Specifies the section name of the new page.</td>\r
49     </tr>\r
50     <tr>\r
51         <td class="tabledata">Page Template</td>\r
52         <td class="tabledata">Specifies the page template to use.</td>\r
53     </tr>\r
54     <tr>\r
55         <td class="tabledata">Page Filename</td>\r
56         <td class="tabledata">Specifies the page filename to use.</td>\r
57     </tr>\r
58     <tr>\r
59         <td class="tabledata">Page Content</td>\r
60         <td class="tabledata">Specifies the content of the page.</td>\r
61     </tr>\r
62     <tr>\r
63         <td class="tabledata">Page Settings</td>\r
64         <td class="tabledata">Specifies if the page name and section should be used for the title.</td>\r
65     </tr>\r
66 </table>\r
67 \r
68 <br>\r
69 \r
70 The following Kiriwrite tags can be used with the page content to automatically place information such as page name, description and section:<br><br>\r
71 \r
72 <table class="infotable">\r
73     <tr>\r
74         <td class="tableheading">Tag</td>\r
75         <td class="tableheading">Description</td>\r
76     </tr>\r
77     <tr>\r
78         <td class="tabledata">&lt;kiriwrite:pagetitle&gt;</td>\r
79         <td class="tabledata">Places the page title here. The format of the page title can be changed using the Page Settings value.</td>\r
80     </tr>\r
81     <tr>\r
82         <td class="tabledata">&lt;kiriwrite:pagename&gt;</td>\r
83         <td class="tabledata">Places the page name here.</td>\r
84     </tr>\r
85     <tr>\r
86         <td class="tabledata">&lt;kiriwrite:pagedescription&gt;</td>\r
87         <td class="tabledata">Places the page description here.</td>\r
88     </tr>\r
89     <tr>\r
90         <td class="tabledata">&lt;kiriwrite:pagesection&gt;</td>\r
91         <td class="tabledata">Places the page section here.</td>\r
92     </tr>\r
93     <tr>\r
94         <td class="tabledata">&lt;kiriwrite:autosection&gt;</td>\r
95         <td class="tabledata">Places the automatic page section here.<br><br>\r
96             <div class="messagebox">\r
97                 <div class="message note">\r
98                     <b>Note</b><br>\r
99                     If there is a page section then the page section will appear bracketed. If Information was the page section then the automatic page section name would be '(Information)' and if the page section name is blank then no brackets will appear and will be blank.\r
100                 </div>\r
101             </div>      \r
102         </td>\r
103     </tr>\r
104     <tr>\r
105         <td class="tabledata">&lt;kiriwrite:autotitle&gt;</td>\r
106         <td class="tabledata">Places the automatic page title here. This combines the section name and page name with brackets around them and a dash separating them with '(Section Name – Page Name)' being the example. The format can be changed by changing the Page Settings value.</td>\r
107     </tr>\r
108 \r
109 </table>\r
110 \r
111 <br>\r
112 \r
113 After entering the needed page information, the page can be added to the selected database by clicking on the 'Add Page' button and then a confirmation message would appear saying that the selected page has been added and offering a link to return to the page list for the selected database. The new page settings can be cleared by clicking on the 'Reset Settings' button.<br><br>\r
114 \r
115 <span class="heading">2.2.2: Editing a page</span><br><br>\r
116 \r
117 To edit a page, click on the 'Edit' link opposite the page filename you want to edit. A form then appears that is similar for adding a page.<br><br>\r
118 \r
119 <table class="infotable">\r
120     <tr>\r
121         <td class="tableheading">Setting</td>\r
122         <td class="tableheading">Description</td>\r
123     </tr>\r
124     <tr>\r
125         <td class="tabledata">Database</td>\r
126         <td class="tabledata">Specifies the database that the page is being edited from.</td>\r
127     </tr>\r
128     <tr>\r
129         <td class="tabledata">Page Name</td>\r
130         <td class="tabledata">Specifies the new name of the page.</td>\r
131     </tr>\r
132     <tr>\r
133         <td class="tabledata">Page Description</td>\r
134         <td class="tabledata">Specifies the new description of the page.</td>\r
135     </tr>\r
136     <tr>\r
137         <td class="tabledata">Page Section</td>\r
138         <td class="tabledata">Specifies the new section name of the page.</td>\r
139     </tr>\r
140     <tr>\r
141         <td class="tabledata">Page Template</td>\r
142         <td class="tabledata">Specifies the new page template to use.</td>\r
143     </tr>\r
144     <tr>\r
145         <td class="tabledata">Page Filename</td>\r
146         <td class="tabledata">Specifies the new page filename.</td>\r
147     </tr>\r
148     <tr>\r
149         <td class="tabledata">Page Content</td>\r
150         <td class="tabledata">Specifies the new content of the page.</td>\r
151     </tr>\r
152     <tr>\r
153         <td class="tabledata">Page Settings</td>\r
154         <td class="tabledata">Specifies if there should be a new page name and section setting.</td>\r
155     </tr>\r
156 </table>\r
157 \r
158 <br>\r
159 \r
160 The following Kiriwrite tags are used for when adding a page can also be used when editing a page:<br><br>\r
161 \r
162 <table class="infotable">\r
163     <tr>\r
164         <td class="tableheading">Tag</td>\r
165         <td class="tableheading">Description</td>\r
166     </tr>\r
167     <tr>\r
168         <td class="tabledata">&lt;kiriwrite:pagetitle&gt;</td>\r
169         <td class="tabledata">Places the page title here. The format of the page title can be changed using the Page Settings value.</td>\r
170     </tr>\r
171     <tr>\r
172         <td class="tabledata">&lt;kiriwrite:pagename&gt;</td>\r
173         <td class="tabledata">Places the page name here.</td>\r
174     </tr>\r
175     <tr>\r
176         <td class="tabledata">&lt;kiriwrite:pagedescription&gt;</td>\r
177         <td class="tabledata">Places the page description here.</td>\r
178     </tr>\r
179     <tr>\r
180         <td class="tabledata">&lt;kiriwrite:pagesection&gt;</td>\r
181         <td class="tabledata">Places the page section here.</td>\r
182     </tr>\r
183     <tr>\r
184         <td class="tabledata">&lt;kiriwrite:autosection&gt;</td>\r
185         <td class="tabledata">Places the automatic page section here.<br><br>\r
186             <div class="messagebox">\r
187                 <div class="message note">\r
188                     <b>Note</b><br>\r
189                         If there is a page section then the page section will appear bracketed. If Information was the page section then the automatic page section name would be '(Information)' and if the page section name is blank then no brackets will appear and will be blank.\r
190                 </div>\r
191             </div>\r
192 \r
193         </td>\r
194     </tr>\r
195     <tr>\r
196         <td class="tabledata">&lt;kiriwrite:autotitle&gt;</td>\r
197         <td class="tabledata">Places the automatic page title here. This combines the section name and page name with brackets around them and a dash separating them with '(Section Name – Page Name)' being the example. The format can be changed by changing the Page Settings value.</td>\r
198     </tr>\r
199 </table>\r
200 \r
201 <br>\r
202 \r
203 After entering the new information, the page can be edited by clicking on the 'Edit Page' button and a confirmation message appears saying that the page has been edited and offering a link back to the list of pages for the currently selected database. Clicking on the 'Restore current settings' button will undo any changes and revert to the current page settings.<br><br>\r
204 \r
205 <span class="heading">2.2.3: Deleting a page</span><br><br>\r
206 \r
207 To delete a page, click on the 'Delete' link opposite the page filename you want to delete, a message then appears asking to confirm that page will be deleted. Clicking on the 'Yes, delete the page' button will delete the page and offer a link back to the list of pages for the selected database. Clicking on the 'No, return to the page list for the (database name) database.' link will return to the list of pages for the selected database.<br><br>\r
208 \r
209 <span class="heading">2.2.4: Delete multiple pages</span><br><br>\r
210 \r
211 To delete multiple pages from the selected database click on the check-box that is to the left of the page filenames you want to delete and then click on the 'Delete Selected' button at the top of the page, a form will then appear asking to confirm if the selected pages listed should be deleted.<br><br>\r
212 \r
213 Clicking on the 'Yes, delete the selected pages' button will display a confirmation message saying that the selected pages were deleted offering a link back to the list of pages for the selected database. Clicking on the 'No, return to the page list for the (database name) database.' will return to the list of pages for the selected database.<br><br>\r
214 \r
215 <span class="heading">2.2.5: Move multiple pages</span><br><br>\r
216 \r
217 To move multiple pages from the selected database click on the check-box that is to the left of the page filenames you want to delete and then click on the 'Move Selected' button at the top of the page, a form will then appear asking to select which database the selected pages should go to and confirm that those pages are being moved to the new database.<br><br>\r
218 \r
219 Clicking on the 'Move selected pages' button will display a confirmation message saying that the selected pages were moved to the new database selected offering a link back to the selected database that the pages were moved from and a link to the selected database where the pages have moved to. Clicking on the 'Return to the page list for the (database name) database' will return to the list of pages in the selected database.<br><br>\r
220 \r
221 <span class="heading">2.2.6: Copy multiple pages</span><br><br>\r
222 \r
223 To copy multiple pages from the selected database click on the check-box that is to the left of the page filenames you want to copy and then click on the 'Copy Selected' button at the top of the page, a form will then appear asking to select which database the selected pages should be copied to and confirm that those pages are being copied to the new database.<br><br>\r
224 \r
225 Clicking on the 'Copy selected pages' button will display a confirmation message saying that the selected pages were copied to the new database selected offering a link back to the selected pages that the pages were copied from and a link to the selected database where the pages have been copied to. Clicking on the 'Return to the page list for the (database name) database.' will return to the list of pages in the selected database.<br><br>\r
226 \r
227 <span class="heading">2.2.7: Edit multiple pages</span><br><br>\r
228 \r
229 To edit multiple pages from the selected database click on the check-box that is to the left of the page filenames you want to edit and then click on the 'Edit Selected' button at the top of the page, a form will then appear that allows certain settings of each page to be edited as shown in the table below:<br><br>\r
230 \r
231 <table class="infotable">\r
232     <tr>\r
233         <td class="tableheading">Setting</td>\r
234         <td class="tableheading">Description</td>\r
235     </tr>\r
236     <tr>\r
237         <td class="tabledata">Page Section</td>\r
238         <td class="tabledata">Specifies the new page section to be used on the selected pages.</td>\r
239     </tr>\r
240     <tr>\r
241         <td class="tabledata">Page Template</td>\r
242         <td class="tabledata">Specifies the new page template to be used on the selected pages.</td>\r
243     </tr>\r
244     <tr>\r
245         <td class="tabledata">Page Settings</td>\r
246         <td class="tabledata">Specifies the new page settings to be used on the selected pages.</td>\r
247     </tr>\r
248 </table>\r
249 \r
250 <br>\r
251 \r
252 Each setting that needs to be changed needs to have the check-box on the left of the name needs to be checked otherwise the change will not take effect. This is done to make sure that only the selected page settings are changed.<br><br>\r
253 Clicking on the 'Edit selected pages' button will display a confirmation message saying that the selected pages were edited offering a link back to the list of pages in the selected database, clicking on the 'Clear values' button will clear the currently selected values and clicking on the 'Return to the page list for the '(database name)' database.' link will return to the page list for selected database.\r
254                 </div>\r
255         </body>\r
256 </html>\r
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy