|
|||||||||||||
=$this->link_tag("FrontPage","",$this->icon[home],"")?> | =$this->link_tag("UserPreferences","",$this->icon[login],"")?> | =$this->link_tag("Members","",$this->icon[member],"")?> | =$this->link_tag("Researches","",$this->icon[researches],"")?> | =$this->link_tag("Alumni","",$this->icon[alumni],"")?> | =$this->link_tag("Board","",$this->icon[board],"")?> | =$this->link_tag("Links","",$this->icon[links],"")?> | =$this->link_tag("TitleIndex","",$this->icon[titleindex],"")?> | =$this->link_tag("RecentChanges","",$this->icon[recentchanges],"")?> | |||||
=$this->link_tag("","?action=edit",$this->icon[edit],"")?> | =$this->link_tag("","?action=info",$this->icon[info],"")?> | =$this->link_tag("","?action=deletepage",$this->icon[delbtn],"")?> | =$title?> | =$goto_form?> |
Pattern Name #Name of Pattern
Aliases: Aliases (or None at this time)
Problem #A statement of the problem this pattern solves. The problem may be stated as a question.Context #The setting for the problem. This can include a description of the target user, e.g., developer, manager, customer.Forces #The forces influencing the problem and solution. This can be represented as a list.
Solution #The solution to the problem.Resulting Context #The context of the solution. This should include the new problems that appear as a result of applying the pattern that will require new patterns for their resolution.Rationale #Explain the rationale behind the solution. Tell stories! Share your expertise.Known Uses #List or describe places where the pattern is used.Related Patterns #Describe any related patterns and their relationships with this pattern.Sketch #Give a sketch, if needed.
Author(s): Author's name or "as told to" for pattern mining
Date: Date string, e.g. 2000-12-31
References: References cited in the pattern.
Keywords #A comma delimited string of terms to be used for searching.Example #Sample implementation of the pattern, usually code, pseudo code, etc.xxx |