[Codestriker-commits] CVS update: codestriker/template/en/default listprojects.html.tmpl editprojec
Brought to you by:
sits
|
From: <si...@us...> - 2008-06-24 03:26:52
|
User: sits
Date: 08/06/23 20:26:50
Modified: template/en/default listprojects.html.tmpl
editproject.html.tmpl viewtopicinfo.html.tmpl
listtopics.html.tmpl viewtopic.html.tmpl
viewtopiccomments.html.tmpl editcomment.html.tmpl
viewtopicproperties.html.tmpl createtopic.html.tmpl
createproject.html.tmpl search.html.tmpl
metricsreport.html.tmpl viewtopicfile.html.tmpl
Log:
Updated help links to new documentation.
Index: listprojects.html.tmpl
===================================================================
RCS file: /cvsroot/codestriker/codestriker/template/en/default/listprojects.html.tmpl,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- listprojects.html.tmpl 23 Jun 2008 10:12:16 -0000 1.25
+++ listprojects.html.tmpl 24 Jun 2008 03:26:50 -0000 1.26
@@ -1,7 +1,7 @@
[%# Display a list of projects #%]
[% PROCESS header.html.tmpl version = version displaymenu = 1
- closehead = 1 help = "x370.html" subtitle="Project List" %]
+ closehead = 1 help = "x378.html" subtitle="Project List" %]
[%# Display any "feedback" to the user if necessary. #%]
[% IF feedback != '' %]
Index: editproject.html.tmpl
===================================================================
RCS file: /cvsroot/codestriker/codestriker/template/en/default/editproject.html.tmpl,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- editproject.html.tmpl 23 Jun 2008 10:12:16 -0000 1.26
+++ editproject.html.tmpl 24 Jun 2008 03:26:50 -0000 1.27
@@ -1,7 +1,7 @@
[%# Screen for the edit project form. #%]
[% PROCESS header.html.tmpl version = version displaymenu = 1
- closehead = 1 help = "x370.html" subtitle = "Edit Project" %]
+ closehead = 1 help = "x378.html" subtitle = "Edit Project" %]
<script language="JavaScript">
Index: viewtopicinfo.html.tmpl
===================================================================
RCS file: /cvsroot/codestriker/codestriker/template/en/default/viewtopicinfo.html.tmpl,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- viewtopicinfo.html.tmpl 10 Aug 2006 11:29:05 -0000 1.23
+++ viewtopicinfo.html.tmpl 24 Jun 2008 03:26:50 -0000 1.24
@@ -4,7 +4,7 @@
[% PROCESS viewtopicheader.html.tmpl version = version topicview = 0
topicproperties = 0 topiccomments = 0 topicinfo = 1 closehead = 1
- help = "x637.html" %]
+ help = "x649.html" %]
[%# Create a form to allow the topic's metrics to be changed #%]
[% SET metric_input_exists = 0 %]
Index: listtopics.html.tmpl
===================================================================
RCS file: /cvsroot/codestriker/codestriker/template/en/default/listtopics.html.tmpl,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- listtopics.html.tmpl 23 Jun 2008 10:12:16 -0000 1.43
+++ listtopics.html.tmpl 24 Jun 2008 03:26:50 -0000 1.44
@@ -1,7 +1,7 @@
[%# Screen for show a list of topics. #%]
[% PROCESS header.html.tmpl version = version displaymenu = 1
- closehead = 1 help = "x339.html" subtitle = "Topic List" %]
+ closehead = 1 help = "x347.html" subtitle = "Topic List" %]
[%# Display any "feedback" to the user if necessary. #%]
[% IF feedback != '' %]
Index: viewtopic.html.tmpl
===================================================================
RCS file: /cvsroot/codestriker/codestriker/template/en/default/viewtopic.html.tmpl,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- viewtopic.html.tmpl 24 Jun 2008 02:56:15 -0000 1.49
+++ viewtopic.html.tmpl 24 Jun 2008 03:26:50 -0000 1.50
@@ -2,7 +2,7 @@
<body onload="view_topic_on_load_handler();">
[% PROCESS viewtopicheader.html.tmpl version = version
- help = "x504.html#VIEW-TOPIC" topicview = 1 topicproperties = 0
+ help = "x516.html#VIEW-TOPIC" topicview = 1 topicproperties = 0
topiccomments = 0 topicinfo = 0 closehead = 0 %]
<p>
Index: viewtopiccomments.html.tmpl
===================================================================
RCS file: /cvsroot/codestriker/codestriker/template/en/default/viewtopiccomments.html.tmpl,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- viewtopiccomments.html.tmpl 29 Jun 2007 12:58:06 -0000 1.28
+++ viewtopiccomments.html.tmpl 24 Jun 2008 03:26:50 -0000 1.29
@@ -4,7 +4,7 @@
[% USE FormatWhitespace tabwidth = tabwidth %]
[% PROCESS viewtopicheader.html.tmpl version = version
- help = "x602.html" topicview = 0 topicproperties = 0 topiccomments = 1
+ help = "x614.html" topicview = 0 topicproperties = 0 topiccomments = 1
topicinfo = 0 closehead = 1 %]
<SCRIPT type="text/javascript">
Index: editcomment.html.tmpl
===================================================================
RCS file: /cvsroot/codestriker/codestriker/template/en/default/editcomment.html.tmpl,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- editcomment.html.tmpl 23 Jun 2008 10:12:16 -0000 1.25
+++ editcomment.html.tmpl 24 Jun 2008 03:26:50 -0000 1.26
@@ -118,7 +118,7 @@
[%# Screen for the add comment form. #%]
-[% PROCESS header.html.tmpl displaymenu = 0 version = version help = "x504.html#ADD-COMMENT" subtitle = "Add Comment" %]
+[% PROCESS header.html.tmpl displaymenu = 0 version = version help = "x516.html#ADD-COMMENT" subtitle = "Add Comment" %]
<table border="0" cellpadding="5" cellspacing="0" width="100%">
<tr class="tlh">
Index: viewtopicproperties.html.tmpl
===================================================================
RCS file: /cvsroot/codestriker/codestriker/template/en/default/viewtopicproperties.html.tmpl,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- viewtopicproperties.html.tmpl 23 Feb 2008 02:28:09 -0000 1.26
+++ viewtopicproperties.html.tmpl 24 Jun 2008 03:26:50 -0000 1.27
@@ -5,7 +5,7 @@
[% PROCESS viewtopicheader.html.tmpl version = version topicview = 0
topiccomments = 0 topicinfo = 0 topicproperties = 1 closehead = 1
- help = "x624.html" %]
+ help = "x636.html" %]
<script type="text/javascript">
<!--
Index: createtopic.html.tmpl
===================================================================
RCS file: /cvsroot/codestriker/codestriker/template/en/default/createtopic.html.tmpl,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- createtopic.html.tmpl 23 Jun 2008 10:12:16 -0000 1.53
+++ createtopic.html.tmpl 24 Jun 2008 03:26:50 -0000 1.54
@@ -1,7 +1,7 @@
[%# Screen for the create topic form. #%]
[% PROCESS header.html.tmpl version = version displaymenu = 1
- closehead = 1 help = "x394.html" subtitle = "Create New Topic" %]
+ closehead = 1 help = "x402.html" subtitle = "Create New Topic" %]
[%# Display any "feedback" to the user if necessary. #%]
[% IF feedback != '' %]
Index: createproject.html.tmpl
===================================================================
RCS file: /cvsroot/codestriker/codestriker/template/en/default/createproject.html.tmpl,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- createproject.html.tmpl 23 Jun 2008 10:12:16 -0000 1.25
+++ createproject.html.tmpl 24 Jun 2008 03:26:50 -0000 1.26
@@ -1,7 +1,7 @@
[%# Screen for the create project form. #%]
[% PROCESS header.html.tmpl version = version displaymenu = 1
- closehead = 1 help = "x370.html" subtitle = "Create new Project" %]
+ closehead = 1 help = "x378.html" subtitle = "Create new Project" %]
[%# Display any "feedback" to the user if necessary. #%]
[% IF feedback != '' %]
Index: search.html.tmpl
===================================================================
RCS file: /cvsroot/codestriker/codestriker/template/en/default/search.html.tmpl,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- search.html.tmpl 23 Jun 2008 10:12:16 -0000 1.34
+++ search.html.tmpl 24 Jun 2008 03:26:50 -0000 1.35
@@ -1,7 +1,7 @@
[%# Screen for search topics. #%]
[% PROCESS header.html.tmpl version = version displaymenu = 1
- closehead = 1 help = "x656.html" subtitle = "Find Topics" %]
+ closehead = 1 help = "x668.html" subtitle = "Find Topics" %]
<FORM METHOD="post" ENCTYPE="application/x-www-form-urlencoded">
Index: metricsreport.html.tmpl
===================================================================
RCS file: /cvsroot/codestriker/codestriker/template/en/default/metricsreport.html.tmpl,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- metricsreport.html.tmpl 23 Jun 2008 10:12:16 -0000 1.20
+++ metricsreport.html.tmpl 24 Jun 2008 03:26:50 -0000 1.21
@@ -1,7 +1,7 @@
[%# Screen for the metrics report. #%]
[% PROCESS header.html.tmpl version = version displaymenu = 1
- closehead = 1 help ="x692.html" subtitle = "Metrics Report" %]
+ closehead = 1 help ="x704.html" subtitle = "Metrics Report" %]
<!-- "" -->
Index: viewtopicfile.html.tmpl
===================================================================
RCS file: /cvsroot/codestriker/codestriker/template/en/default/viewtopicfile.html.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- viewtopicfile.html.tmpl 23 Jun 2008 10:12:16 -0000 1.2
+++ viewtopicfile.html.tmpl 24 Jun 2008 03:26:50 -0000 1.3
@@ -1,6 +1,6 @@
[%# Screen for displaying a complete file from a topic. #%]
-[% PROCESS header.html.tmpl version = version displaymenu = 1
+[% PROCESS header.html.tmpl version = version displaymenu = 1 help = "x516.html#VIEW-FILE"
closehead = 1 subtitle = "View Topic File" %]
[% PROCESS viewdeltas.html.tmpl deltas = deltas %]
|