-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPageProperties.xml
21 lines (21 loc) · 4.75 KB
/
PageProperties.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8" ?>
<tiddlers>
<tiddler title="PageProperties" requires="PagePropertiesScript" viewTemplate="ViewTemplate" tags="excludeLists">
<pre><script>return config.PageProperties.init();</script>
|>|>|Title<br><<input title text 88>>|
|>|>|Subtitle<br><<input subtitle text 88>>|
|Owner<br><<input owner text 35>>|Group(s) <<defineGroup>><br><<input groups text 30>>|Locked<br><<input locked checkbox false>>|
|>|>|''Access permissions''|
|Group<br><<input group select javascript:config.accessTypes>>|Authenticated<br><<input authenticated select javascript:config.accessTypes >>|Anonymous<br><<input anonymous select "javascript:config.accessTypes">>|
|>|>|''Use optional features'' - <script label="help">wikify("help: [[Template|PageTemplateHelp]], [[Tiddler libraries|LibraryUsageHelp]], [[External scripts|ExtScriptHelp]]",place.parentElement);place.parentNode.removeChild(place);</script>|
|Template<br><<input template select javascript:availableTemplates() >> - <<button "!config.PageProperties.isTemplate()" "examine it" "Examine the template" "/__templates/" "externalLink" "ExamineTemplate">><br><script if="config.PageProperties.TemplateUpgrade()" label="Try upgrade to current version"> config.PageProperties.UpgradeTemplate();</script>|Tiddler libraries:<br><script label="static" title="Statically installed files">config.PageProperties.openLibrary('static');</script> <script label="local" title="Local pages that are tagged library">config.PageProperties.openLibrary('local');</script> <script label="file" title="Files on your machine">config.PageProperties.promptForUpload();</script> <script label="uploads" title="Uploaded files">config.PageProperties.openLibrary('uploads');</script> <script label="giewiki" title="http://giewiki.appspot.com/lib/plugins/">config.PageProperties.openLibrary('http://giewiki.appspot.com/lib/plugins/?xsl=');</script> <script label="other..">config.PageProperties.openLibrary('other');</script>|<script label="External scripts">config.PageProperties.listScripts(place)</script><br><script>return config.PageProperties.usedScripts();</script>|
|>|>|<<importTiddlerStatus forms.PageProperties.systeminclude libraryImport>>|
|>|>|<html> <span id='libraryCatalog' /> </html>|
|>|>|<html> <span id='libraryImport' /> </html>|
|>|Page tags<br><<input tags text 74>><br>-type tags separated by spaces or apply special tags:<br><script label="hidden" title="Hide from SiteMap">config.PageProperties.addTag('hidden')</script> - <script label="library" title="Make content available via Tiddler library 'local'">config.PageProperties.addTag('library')</script> - <script label="template" title="Make page available as a template">config.PageProperties.addTag('template')</script> ( + <script label="version" title="See help: Template above">config.PageProperties.addTag('version')</script>, <script label="include" title="See help: Template above">config.PageProperties.addTag('include')</script>)|<<input foldindex checkbox false>>Fold-out index<br>''Read-only options''<br><<input showbyline checkbox true>>Show byline<br><<input viewprior checkbox true>>Prior versions<br><<input viewbutton checkbox true>>"view" button|
|>|>|Predefined tiddler tags<br><<input tiddlertags text 88>>|
<<submitButton forms.PageProperties.updateaccess 'Save' 'Save your changes' config.PageProperties.save() explanation 'Only the owner can alter page properties'>> | <<submitButton 'forms.PageProperties.updateaccess && window.location.pathname != "/"' 'Move page' 'Change address of this page' story.displayTiddler(null,'MoveThisPage')>>| <<submitButton config.PageProperties.DeleteAccess() 'Delete page' 'Delete this page and its contents' config.PageProperties.promptToDeletePage()>>
<script>return config.PageProperties.activated();</script>
</pre>
</tiddler>
</tiddlers>