generated from coulomb/repo-seed
Added prior art yawex perl wiki
This commit is contained in:
29
history/priorart/yawex-0.7.4/templates/template-devel.html
Normal file
29
history/priorart/yawex-0.7.4/templates/template-devel.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<center> TEMPLATE FUER EINE WIKISEITE </center><br>
|
||||
|
||||
<b>Seitenname:</b> ##{$pagename}## <br>
|
||||
|
||||
<b>Kontext:</b> ##{breadcrumbs()}## <br>
|
||||
|
||||
<b>Formularanfang:</b> ##{beginform()}## <br>
|
||||
|
||||
<b>Aktionen:</b> ##{actions()}## <br>
|
||||
|
||||
<b>Seiteninhalt:</b> <br>
|
||||
##{$action ne 'edit' && show($page)}##
|
||||
##{$action eq 'edit' && edit($page)}##
|
||||
##{$state == 0 && create($original_page)}##
|
||||
<br>
|
||||
|
||||
<b>Formularende:</b> ##{endform()}## <br>
|
||||
|
||||
<b>Version:</b> ##{$version}## <br>
|
||||
|
||||
<b>Homeurl:</b> <a href="##{$homeurl}##">home</a> <br>
|
||||
|
||||
<br><center> ----- debug info follows ----- </center><br>
|
||||
|
||||
<b>Dies und Das:</b> ##{$original_page}##<br>
|
||||
|
||||
<b>Request:</b> ##{request()}## <br>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user