[phpwebapp-commits] CVS: documentation/templates styles.css,1.5,1.6 main.html,1.4,1.5 developer_docs
Brought to you by:
dashohoxha
|
From: Dashamir H. <das...@us...> - 2003-08-26 16:03:16
|
Update of /cvsroot/phpwebapp/documentation/templates
In directory sc8-pr-cvs1:/tmp/cvs-serv27288/templates
Modified Files:
styles.css main.html developer_docs.html
Log Message:
converted CRLF to LF
Index: styles.css
===================================================================
RCS file: /cvsroot/phpwebapp/documentation/templates/styles.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** styles.css 22 Aug 2003 06:51:17 -0000 1.5
--- styles.css 25 Aug 2003 14:34:23 -0000 1.6
***************
*** 1,76 ****
! body
! {
! margin: 5px;
! background-color: #ffffff;
! font-family: arial, helvetica, sans-se;
! font-size: 12pt;
! color: #000044;
! }
!
! a
! {
! text-decoration: none;
! }
!
! h1
! {
! text-align: center;
! }
!
! h1, h2, h3, h4, h5
! {
! color: #660000;
! }
!
! .small_font
! {
! font-family: arial, helvetica, sans-se;
! font-size: 8pt;
! color: #000000;
! text-align: right;
! white-space: nowrap;
! }
!
! .content_box
! {
! padding: 10px;
! background-color: #ffddaa;
! }
!
! .white_box
! {
! border: 1px solid #999999;
! padding: 10px;
! background-color: #ffffff;
! }
!
! .white_box_1
! {
! border: 1px solid #999999;
! padding: 0px;
! background-color: #ffffff;
! }
!
! .note
! {
! margin: 20px;
! display: block;
! border: 1px solid #dd0000;
! padding: 5px;
! background-color: #ffffcc;
! font-family: arial, helvetica, sans-se;
! font-size: 12pt;
! color: #000000;
! }
! .note a
! {
! font-size: 12pt;
! text-decoration: none;
! color: #0000ff;
! }
! .note .title
! {
! font-size: 12pt;
! color: #ee0000;
! text-decoration: underline;
! }
--- 1,76 ----
! body
! {
! margin: 5px;
! background-color: #ffffff;
! font-family: arial, helvetica, sans-se;
! font-size: 12pt;
! color: #000044;
! }
!
! a
! {
! text-decoration: none;
! }
!
! h1
! {
! text-align: center;
! }
!
! h1, h2, h3, h4, h5
! {
! color: #660000;
! }
!
! .small_font
! {
! font-family: arial, helvetica, sans-se;
! font-size: 8pt;
! color: #000000;
! text-align: right;
! white-space: nowrap;
! }
!
! .content_box
! {
! padding: 10px;
! background-color: #ffddaa;
! }
!
! .white_box
! {
! border: 1px solid #999999;
! padding: 10px;
! background-color: #ffffff;
! }
!
! .white_box_1
! {
! border: 1px solid #999999;
! padding: 0px;
! background-color: #ffffff;
! }
!
! .note
! {
! margin: 20px;
! display: block;
! border: 1px solid #dd0000;
! padding: 5px;
! background-color: #ffffcc;
! font-family: arial, helvetica, sans-se;
! font-size: 12pt;
! color: #000000;
! }
! .note a
! {
! font-size: 12pt;
! text-decoration: none;
! color: #0000ff;
! }
! .note .title
! {
! font-size: 12pt;
! color: #ee0000;
! text-decoration: underline;
! }
Index: main.html
===================================================================
RCS file: /cvsroot/phpwebapp/documentation/templates/main.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** main.html 20 Aug 2003 07:31:55 -0000 1.4
--- main.html 25 Aug 2003 14:34:23 -0000 1.5
***************
*** 1,44 ****
! <html>
! <head>
! <title>phpWebApp</title>
! <link rel="stylesheet" type="text/css" href="{{./}}styles.css">
! </head>
!
! <body>
!
! <!--# Header #-->
! <table width="100%" align="center" cellspacing="0" cellpadding="0" border="0">
! <tr>
! <td width="1%" align="right" valign="top">
! <img src="http://sourceforge.net/sflogo.php?group_id=41147" width="88" height="31" border="0" alt="SourceForge Logo">
! </td>
! <td align="center">
! <h3>phpWebApp Documentation</h3>
! </td>
! <td width="1%" align="left" valign="top" nowrap>
! <Include SRC="{{./}}bismilah.html" />
! </td>
! </tr>
! </table>
!
! <table width="100%" align="center" cellspacing="0" cellpadding="0" border="0">
! <tr>
! <td>
! <!--# Menu #-->
! <Include SRC="{{WEBOBJ_PATH}}tabs/tabs1.html">
! <WebObject Class="tabs1" Name="mainMenu"
! items="{{./}}mainMenu_items.php" />
! </td>
! </tr>
! <tr>
! <td class="content_box">
! <!--# Content #-->
! <WebBox ID="content">
! <Include SRC="{{./}}{{content_file}}"/>
! </WebBox>
! </td>
! </tr>
! </table>
!
! </body>
! </html>
--- 1,44 ----
! <html>
! <head>
! <title>phpWebApp</title>
! <link rel="stylesheet" type="text/css" href="{{./}}styles.css">
! </head>
!
! <body>
!
! <!--# Header #-->
! <table width="100%" align="center" cellspacing="0" cellpadding="0" border="0">
! <tr>
! <td width="1%" align="right" valign="top">
! <img src="http://sourceforge.net/sflogo.php?group_id=41147" width="88" height="31" border="0" alt="SourceForge Logo">
! </td>
! <td align="center">
! <h3>phpWebApp Documentation</h3>
! </td>
! <td width="1%" align="left" valign="top" nowrap>
! <Include SRC="{{./}}bismilah.html" />
! </td>
! </tr>
! </table>
!
! <table width="100%" align="center" cellspacing="0" cellpadding="0" border="0">
! <tr>
! <td>
! <!--# Menu #-->
! <Include SRC="{{WEBOBJ_PATH}}tabs/tabs1.html">
! <WebObject Class="tabs1" Name="mainMenu"
! items="{{./}}mainMenu_items.php" />
! </td>
! </tr>
! <tr>
! <td class="content_box">
! <!--# Content #-->
! <WebBox ID="content">
! <Include SRC="{{./}}{{content_file}}"/>
! </WebBox>
! </td>
! </tr>
! </table>
!
! </body>
! </html>
Index: developer_docs.html
===================================================================
RCS file: /cvsroot/phpwebapp/documentation/templates/developer_docs.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** developer_docs.html 22 Aug 2003 06:51:17 -0000 1.3
--- developer_docs.html 25 Aug 2003 14:34:23 -0000 1.4
***************
*** 1,58 ****
!
! <h3>Documents</h3>
! <ul>
! <li>
! UML Model (Logical View)
!
! [ Petal
! | XMI
! | <a href="{{APP_URL}}external/uml_model/index.html" target="_blank">HTML Online</a>
! | HTML Download ]
! </li>
! <li>
! Code Documentation (generated by phpDocumentor)
!
! [ PDF
! | HTML Online
! | HTML Download ]
! </li>
! <li>
! Code Documentation (generated by doxygen)
!
! [ PDF
! | HTML Online
! | HTML Download ]
! </li>
! </ul>
!
! <h3>Discussion Lists</h3>
! <ul>
! <li>
! <a href="http://lists.sourceforge.net/mailman/listinfo/phpwebapp-developers" target="_blank">phpwebapp-developers</a>
! -- For communication between the developers of the framework.
! </li>
! <li>
! <a href="http://lists.sourceforge.net/mailman/listinfo/phpwebapp-improvments" target="_blank">phpwebapp-improvments</a>
! -- For discussing improvments that can be made to the framework.
! </li>
! <li>
! <a href="http://lists.sourceforge.net/mailman/listinfo/phpwebapp-discussion" target="_blank">phpwebapp-discussion</a>
! -- Discussing problems of web applications in general and how they can be solved.
! </li>
! <li>
! <a href="http://lists.sourceforge.net/mailman/listinfo/phpwebapp-commits" target="_blank">phpwebapp-commits</a>
! -- Automatic announcement of each commit made to phpwebapp project.
! </li>
! </ul>
!
! <h3>ToDo list</h3>
! <ul>
! <li>
! <a href="http://sourceforge.net/pm/?group_id=41147" target="_blank">
! Tasks
! </a>
! </li>
! <li>
! </li>
! </ul>
! <br>
--- 1,58 ----
!
! <h3>Documents</h3>
! <ul>
! <li>
! UML Model (Logical View)
!
! [ Petal
! | XMI
! | <a href="{{APP_URL}}external/uml_model/index.html" target="_blank">HTML Online</a>
! | HTML Download ]
! </li>
! <li>
! Code Documentation (generated by phpDocumentor)
!
! [ PDF
! | HTML Online
! | HTML Download ]
! </li>
! <li>
! Code Documentation (generated by doxygen)
!
! [ PDF
! | HTML Online
! | HTML Download ]
! </li>
! </ul>
!
! <h3>Discussion Lists</h3>
! <ul>
! <li>
! <a href="http://lists.sourceforge.net/mailman/listinfo/phpwebapp-developers" target="_blank">phpwebapp-developers</a>
! -- For communication between the developers of the framework.
! </li>
! <li>
! <a href="http://lists.sourceforge.net/mailman/listinfo/phpwebapp-improvments" target="_blank">phpwebapp-improvments</a>
! -- For discussing improvments that can be made to the framework.
! </li>
! <li>
! <a href="http://lists.sourceforge.net/mailman/listinfo/phpwebapp-discussion" target="_blank">phpwebapp-discussion</a>
! -- Discussing problems of web applications in general and how they can be solved.
! </li>
! <li>
! <a href="http://lists.sourceforge.net/mailman/listinfo/phpwebapp-commits" target="_blank">phpwebapp-commits</a>
! -- Automatic announcement of each commit made to phpwebapp project.
! </li>
! </ul>
!
! <h3>ToDo list</h3>
! <ul>
! <li>
! <a href="http://sourceforge.net/pm/?group_id=41147" target="_blank">
! Tasks
! </a>
! </li>
! <li>
! </li>
! </ul>
! <br>
|