From 17c78064b8de485d20e59aa43c7cba6e995a2a0e Mon Sep 17 00:00:00 2001 From: PeterThoeny Date: Sun, 5 Jan 2003 05:13:39 +0000 Subject: [PATCH] none --- TWiki/ManagingWebs.mdwn | 2 +- TWiki/TWikiFAQ.mdwn | 2 +- TWiki/TWikiSkins.mdwn | 16 ++++------------ TWiki/TWikiTemplates.mdwn | 4 ++-- 4 files changed, 8 insertions(+), 16 deletions(-) diff --git a/TWiki/ManagingWebs.mdwn b/TWiki/ManagingWebs.mdwn index e491c17..26cad6b 100644 --- a/TWiki/ManagingWebs.mdwn +++ b/TWiki/ManagingWebs.mdwn @@ -21,7 +21,7 @@ A [[TWikiSite]] is divided into webs; each one represents one subject, one area ## Adding a New Web -
Create a new web by filling out this form. Note: It is not recommended to create a new web for each little project. You can organize content within a web using [[Main/TWikiForms]] and [[Main/FormattedSearch]]. Cross-linking topics and search is easier if there are only a few larger webs. + Create a new web by filling out this form. Note: It is not recommended to create a new web for each little project. You can organize content within a web using [[Main/TWikiForms]] and [[Main/FormattedSearch]]. Cross-linking topics and search is easier if there are only a few larger webs.
diff --git a/TWiki/TWikiFAQ.mdwn b/TWiki/TWikiFAQ.mdwn index 94470f9..bdc6a6f 100644 --- a/TWiki/TWikiFAQ.mdwn +++ b/TWiki/TWikiFAQ.mdwn @@ -12,7 +12,7 @@ Incorrect format of search template (missing sections? There should be 4 %SPLIT% **_NOTE:_** The FAQs here are for frequently asked questions **_including_** answers; please ask support questions in the TWiki:Support web. New FAQ topics are based on the [[TWikiFaqTemplate]]. - New FAQ topic:   (Use a name in [[TWiki/WikiNotation]])

+ New FAQ topic:   (Use a name in [[TWiki/WikiNotation]])

## More sources... diff --git a/TWiki/TWikiSkins.mdwn b/TWiki/TWikiSkins.mdwn index 2fad1fc..94a0a81 100644 --- a/TWiki/TWikiSkins.mdwn +++ b/TWiki/TWikiSkins.mdwn @@ -67,19 +67,11 @@ You can use [[template variables|Main/TWikiTemplates#TemplateVariables]], [[TWik - - - - - + - - - - - + @@ -127,7 +119,7 @@ The `%WEBTOPICLIST%` includes a "Go" box to jump to a topic. The box also unders Here is an example form that has a select box and the "Go" box for illustration purposes. You need to have JavaScript enabled for this to work: - +
Name of new web:
%WEB% The name of the current web
%WEBURLENCODED% The name of the current web, URL encoded (for form action) The name of the current web. Note: It is recommended to URL-encode the variable in form actions with %URLENCODE{"%WEB%"}% for proper handling in an internationalized environment
%TOPIC% The name of the current topic
%TOPICURLENCODED% The name of the current topic, URL encoded (for form action) The name of the current topic. Note: It is recommended to URL-encode the variable in form actions with %URLENCODE{"%TOPIC%"}% for proper handling in an internationalized environment
%WEBTOPICLIST%
(date format is YYYYxMMxDD) @@ -162,7 +162,7 @@ Here is an example for creating new topics based on a specific template topic: The above form asks for a topic name. A hidden input tag named **templatetopic** specifies [[ExampleTopicTemplate]] as the template topic to use. Here is the HTML source of the form: - + * New example topic: -- 1.9.4