~ubuntu-branches/ubuntu/dapper/moodle/dapper-backports

« back to all changes in this revision

Viewing changes to lang/en_utf8/help/wiki/setpageflags.html

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2006-12-01 14:00:21 UTC
  • mfrom: (6.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20061201140021-rivugg5tgx6mujzg
Tags: 1.6.3-1ubuntu1~dapper1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<p align="center"><b>Set Page Flags</b></p>
 
2
<p>Flags are assigned to a wiki page and allow to change the type or behavior.</p>
 
3
 
 
4
<p>Flag description:</p>
 
5
<table border="1" width="100%"><tbody>
 
6
  <tr><td valign="top" width="25%">TXT</td><td>The page contains text.</td></tr>
 
7
  <tr><td valign="top" width="25%">BIN</td><td>The page contains binary data.</td></tr>
 
8
  <tr><td valign="top" width="25%">OFF</td><td>The page is disabled.</td></tr>
 
9
  <tr><td valign="top" width="25%">HTM</td><td>Allow HTML for this page (the general Wiki setting precedes this flag).</td></tr>
 
10
  <tr><td valign="top" width="25%">RO</td><td>Read Only.</td></tr>
 
11
  <tr><td valign="top" width="25%">WR</td><td>Writable.</td></tr>
 
12
</table>
 
13