Update of /cvsroot/openinteract/OpenInteract2/pkg/system_doc/template
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1030/template
Modified Files:
system_doc_menu.tmpl module_listing.tmpl doc_display.tmpl
Log Message:
OIN-156: add OI2::Manual, OI2::App, SPOPS::Manual and Template::Manual
trees to the viewable modules; removed some old package documentation
stuff; streamlined the pod finding (lots of caching); added page
demarcation class divs to the templates
Index: system_doc_menu.tmpl
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/system_doc/template/system_doc_menu.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** system_doc_menu.tmpl 1 Mar 2005 03:27:17 -0000 1.5
--- system_doc_menu.tmpl 23 Sep 2005 05:00:55 -0000 1.6
***************
*** 10,15 ****
module = 'Template::Manual' );
module_url = OI.make_url( ACTION = 'systemdoc',
! TASK = 'module_list',
! view = 'general' ); -%]
<h2>[% MSG( 'sys_doc.menu.title' ) %]</h2>
--- 10,16 ----
module = 'Template::Manual' );
module_url = OI.make_url( ACTION = 'systemdoc',
! TASK = 'module_list' ); -%]
!
! <div class="demarcatePage">
<h2>[% MSG( 'sys_doc.menu.title' ) %]</h2>
***************
*** 18,19 ****
--- 19,22 ----
<p>[% MSG( 'sys_doc.menu.module', module_url ) %]</p>
+
+ </div>
\ No newline at end of file
Index: module_listing.tmpl
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/system_doc/template/module_listing.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** module_listing.tmpl 9 Jun 2004 03:46:49 -0000 1.5
--- module_listing.tmpl 23 Sep 2005 05:00:55 -0000 1.6
***************
*** 4,7 ****
--- 4,9 ----
cell_width = '50%'; -%]
+ <div class="demarcatePage">
+
<h2>[% MSG( 'sys_doc.module.title' ) %]</h2>
***************
*** 42,43 ****
--- 44,47 ----
[% END %]
+
+ </div> <!-- demarcatePage -->
\ No newline at end of file
Index: doc_display.tmpl
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/system_doc/template/doc_display.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** doc_display.tmpl 1 Mar 2005 03:27:17 -0000 1.4
--- doc_display.tmpl 23 Sep 2005 05:00:55 -0000 1.5
***************
*** 1,7 ****
! [%- index_url = OI.make_url( ACTION = 'systemdoc', TASK = 'list' );
! module_url = OI.make_url( ACTION = 'systemdoc', TASK = 'module_list' ) -%]
[%- PROCESS error_message %]
<p align="center" bgcolor="#eeeeee">
<a href="[% index_url %]">[% MSG( 'sys_doc.info.system_doc' ) %]</a> |
--- 1,10 ----
! [%- index_url = OI.make_url( ACTION = 'systemdoc', TASK = 'home' );
! module_url = OI.make_url( ACTION = 'systemdoc', TASK = 'module_list' );
! OI.page_title( title ); -%]
[%- PROCESS error_message %]
+ <div class="demarcatePage">
+
<p align="center" bgcolor="#eeeeee">
<a href="[% index_url %]">[% MSG( 'sys_doc.info.system_doc' ) %]</a> |
***************
*** 9,11 ****
</p>
! [% content %]
\ No newline at end of file
--- 12,16 ----
</p>
! [% content %]
!
! </div> <!-- demarcatePage -->
\ No newline at end of file
|