Update of /cvsroot/phpwebapp/web_app/boxes/fileView
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2634/boxes/fileView
Modified Files:
viewUnknown.html viewPHP.html viewImage.html viewHtml.html
fileView.html
Log Message:
Index: viewUnknown.html
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/boxes/fileView/viewUnknown.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** viewUnknown.html 21 Feb 2003 08:15:50 -0000 1.1.1.1
--- viewUnknown.html 21 Jul 2004 17:04:32 -0000 1.2
***************
*** 1,4 ****
<!--# The files of unknown type are opened in a new browser window #-->
! <WebBox ID="viewUnknown">
<br />
This file is of unknown type and may not be displayed properly. <br />
--- 1,4 ----
<!--# The files of unknown type are opened in a new browser window #-->
! <webbox id="viewUnknown">
<br />
This file is of unknown type and may not be displayed properly. <br />
***************
*** 7,9 ****
to see it in a new browser.
<br />
! </WebBox>
--- 7,9 ----
to see it in a new browser.
<br />
! </webbox>
Index: viewPHP.html
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/boxes/fileView/viewPHP.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** viewPHP.html 21 Feb 2003 08:15:50 -0000 1.1.1.1
--- viewPHP.html 21 Jul 2004 17:04:32 -0000 1.2
***************
*** 1,3 ****
! <WebBox ID="viewPHP">
! </WebBox>
--- 1,3 ----
! <webbox id="viewPHP">
! </webbox>
Index: viewImage.html
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/boxes/fileView/viewImage.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** viewImage.html 14 Jul 2004 14:45:41 -0000 1.2
--- viewImage.html 21 Jul 2004 17:04:32 -0000 1.3
***************
*** 1,3 ****
! <WebBox ID="viewImage">
<img src="{{image_src}}" border="0" />
! </WebBox>
--- 1,3 ----
! <webbox id="viewImage">
<img src="{{image_src}}" border="0" />
! </webbox>
Index: viewHtml.html
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/boxes/fileView/viewHtml.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** viewHtml.html 21 Feb 2003 08:15:50 -0000 1.1.1.1
--- viewHtml.html 21 Jul 2004 17:04:32 -0000 1.2
***************
*** 1,2 ****
<!--# ToDo: change this #-->
! <Include SRC="{{fileView->file}}"/>
--- 1,2 ----
<!--# ToDo: change this #-->
! <include src="{{fileView->file}}"/>
Index: fileView.html
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/boxes/fileView/fileView.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** fileView.html 20 Aug 2003 07:07:56 -0000 1.3
--- fileView.html 21 Jul 2004 17:04:32 -0000 1.4
***************
*** 1,3 ****
! <WebBox ID="fileView">
! <Include SRC="{{template}}">
! </WebBox>
--- 1,3 ----
! <webbox id="fileView">
! <include src="{{template}}" />
! </webbox>
|