You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2001/10/30 04:14:05 UTC

cvs commit: xml-cocoon2/documentation/xdocs tutorial-shots.xml tutorial.xml

crossley    01/10/29 19:14:05

  Modified:    documentation/xdocs tutorial.xml
  Added:       documentation/xdocs tutorial-shots.xml
  Log:
  Move the hefty screenshots to a separate document
  
  Revision  Changes    Path
  1.5       +3 -24     xml-cocoon2/documentation/xdocs/tutorial.xml
  
  Index: tutorial.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/documentation/xdocs/tutorial.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- tutorial.xml	2001/10/25 15:11:44	1.4
  +++ tutorial.xml	2001/10/30 03:14:05	1.5
  @@ -162,30 +162,9 @@
         </ol>
       </s3>
       <s3 title="Layouts">
  -      <s4 title="Create Department">
  -        <figure src="images/create-dept.jpg" alt="Create Department"/>
  -      </s4>
  -      <s4 title="Update Department">
  -        <figure src="images/edit-dept.jpg" alt="Update Department"/>
  -      </s4>
  -      <s4 title="Create Employee">
  -        <figure src="images/create-empl.jpg" alt="Create Employee"/>
  -      </s4>
  -      <s4 title="Update Employee">
  -        <figure src="images/edit-empl.jpg" alt="Update Employee"/>
  -      </s4>
  -      <s4 title="Find Department">
  -        <figure src="images/search-dept.jpg" alt="Find Department"/>
  -      </s4>
  -      <s4 title="Find Department Results">
  -        <figure src="images/results-dept.jpg" alt="Find Department Results"/>
  -      </s4>
  -      <s4 title="Find Employee">
  -        <figure src="images/search-empl.jpg" alt="Find Employee"/>
  -      </s4>
  -      <s4 title="Find Employee Results">
  -        <figure src="images/results-empl.jpg" alt="Find Employee Results"/>
  -      </s4>
  +     <p><link href="tutorial-shots.html">Various screenshots</link>
  +      are available as a separate document, to portray the layout of
  +      interfaces and results pages - apply your own style.</p>
       </s3>
     </s2>
    </s1>
  
  
  
  1.1                  xml-cocoon2/documentation/xdocs/tutorial-shots.xml
  
  Index: tutorial-shots.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "dtd/document-v10.dtd">
  
  <document>
   <header>
    <title>Tutorial screenshots</title>
    <authors>
     <person name="Berin Loritsch" email="bloritsch@apache.org"/>
     <person name="John Morrison" email="morrijr@apache.org"/>
    </authors>
   </header>
  
  <body>
   <p>
    <figure src="images/create-dept.jpg" alt="Create Department"
            width="809" height="588"/>
   </p>
   <p>
    <figure src="images/edit-dept.jpg" alt="Update Department"
            width="819" height="594"/>
   </p>
   <p>
    <figure src="images/create-empl.jpg" alt="Create Employee"
            width="809" height="642"/>
   </p>
   <p>
    <figure src="images/edit-empl.jpg" alt="Update Employee"
            width="814" height="654"/>
   </p>
   <p>
    <figure src="images/search-dept.jpg" alt="Find Department"
            width="835" height="580"/>
   </p>
   <p>
    <figure src="images/results-dept.jpg" alt="Find Department Results"
            width="835" height="790"/>
   </p>
   <p>
    <figure src="images/search-empl.jpg" alt="Find Employee"
            width="819" height="594"/>
   </p>
   <p>
    <figure src="images/results-empl.jpg" alt="Find Employee Results"
            width="819" height="912"/>
   </p>
  </body>
  </document>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org