Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv9621/templates
Modified Files:
commit.html edit_file.html file.html tag.html upload_file.html
view_file.html
Log Message:
* removed invalid ERROR references (ERROR, which is now MESSAGE, is
only supposed to be in the framework.html).
Index: commit.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/commit.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -U2 -r1.11 -r1.12
--- commit.html 24 Feb 2002 06:31:26 -0000 1.11
+++ commit.html 28 Feb 2002 04:33:29 -0000 1.12
@@ -11,5 +11,4 @@
<input type="text" name="message" />
<input type="submit" name="commit" value="Done" />
- <TMPL_VAR NAME=ERROR>
</form>
</td>
Index: edit_file.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/edit_file.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -U2 -r1.27 -r1.28
--- edit_file.html 24 Feb 2002 08:01:09 -0000 1.27
+++ edit_file.html 28 Feb 2002 04:33:29 -0000 1.28
@@ -13,5 +13,4 @@
</pre>
</form>
- <TMPL_VAR NAME=ERROR>
<TMPL_VAR NAME=OUTPUT>
</td>
Index: file.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/file.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -U2 -r1.3 -r1.4
--- file.html 31 Jan 2002 23:31:58 -0000 1.3
+++ file.html 28 Feb 2002 04:33:29 -0000 1.4
@@ -6,5 +6,4 @@
<TMPL_VAR NAME=OUTPUT>
</pre>
- <TMPL_VAR NAME=ERROR>
</td>
</tr>
Index: tag.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/tag.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -U2 -r1.4 -r1.5
--- tag.html 31 Jan 2002 23:31:58 -0000 1.4
+++ tag.html 28 Feb 2002 04:33:29 -0000 1.5
@@ -9,5 +9,4 @@
<input type="text" name="name" />
<input type="submit" name="commit" value="Done" />
- <TMPL_VAR NAME=ERROR>
</form>
</center>
Index: upload_file.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/upload_file.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -U2 -r1.14 -r1.15
--- upload_file.html 24 Feb 2002 06:31:26 -0000 1.14
+++ upload_file.html 28 Feb 2002 04:33:29 -0000 1.15
@@ -10,5 +10,4 @@
<input name="filename" value="<TMPL_VAR NAME=FILENAME>" type="hidden" />
Enter a file to upload:<br />
-<TMPL_VAR NAME=ERROR>
<input name="filehandle" type="file" /><br />
<input name="Submit" type="submit" value="Done" /><br />
Index: view_file.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/view_file.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -U2 -r1.41 -r1.42
--- view_file.html 24 Feb 2002 08:01:09 -0000 1.41
+++ view_file.html 28 Feb 2002 04:33:29 -0000 1.42
@@ -9,5 +9,4 @@
[<a href="<TMPL_VAR NAME=PROGNAME>/<TMPL_VAR NAME=FILENAME>?action=edit_file&location=<TMPL_VAR NAME=LOCATION>&filename=<TMPL_VAR NAME=FILENAME>&module_name=<TMPL_VAR NAME=MODULE_NAME>&repo_name=<TMPL_VAR NAME=REPO_NAME>">edit</a>]
</TMPL_IF>
- <TMPL_VAR NAME=ERROR>
<br />
</td>
|