[CMF-checkins] CVS: CMF - pdfFileEdit.dtml:1.1 pdfFileView.dtml:1.1 pdfFileViewHTML.dtml:1.1

jack@digicool.com jack@digicool.com
Wed, 30 May 2001 14:51:33 -0400 (EDT)


Update of /cvs-repository/Packages/Products/DCProject/CMF_PDF_Files/dtml
In directory korak.digicool.com:/tmp/cvs-serv13300/dtml

Added Files:
	pdfFileEdit.dtml pdfFileView.dtml pdfFileViewHTML.dtml 
Log Message:
Adding CMF_PDF_Files Product



--- Added File pdfFileEdit.dtml in package Packages/Products/DCProject ---
<dtml-var standard_html_header>

<div class="Desktop">

<dtml-if message>
 <p>&dtml-message;</p>
 <hr>
</dtml-if>

<div class="MsOfficeFile">

<h2>Edit &dtml-id;</h2>

<form action="edit" method="post" enctype="multipart/form-data">
<table class="FormLayout">
 <tr>
  <th>
   Title
  </th>
  <td>
   <input type="text" name="title" value="&dtml-title;">
  </td>
 </tr>
  <th>
   Content type
  </th>
  <td> 
   <input type="text" name="content_type" value="&dtml-content_type;">
  </td>
 </tr>
 <tr>
  <th>
   Upload file
  </th>
  <td>
   <input type="file" name="file" size="25">
  </td>
 </tr>
 <tr>
  <th>
   Description
  </th>
  <td>
   <textarea name="description:text"
             rows="2" cols="80"><dtml-var description></textarea>
  </td>
 </tr>
 <tr>
  <td> <br> </td>
  <td>
   <input type="submit" value=" Change ">
  </td>
 </tr>
</table>
</form>

</div>

</div>

<dtml-var standard_html_footer>

--- Added File pdfFileView.dtml in package Packages/Products/DCProject ---
<dtml-var standard_html_header>

<div class="Desktop">

<div class="MsOfficeFile">

<dtml-var content_byline>

<p>
<b>Filename</b>: <dtml-var id><br>
<b>Size</b>: <dtml-var size><br>
<b>Content type</b>: <dtml-var content_type>
</p>

<a href="download">Download &dtml-title;</a>

<div class="Discussion">

<dtml-var viewThreadsAtBottom>

</div>

</div>

</div>

<dtml-var standard_html_footer>

--- Added File pdfFileViewHTML.dtml in package Packages/Products/DCProject ---
<dtml-var standard_html_header>

<div class="Desktop">

<dtml-if message>
 <p>&dtml-message;</p>
 <hr>
</dtml-if>

<div class="MsOfficeFile">

<dtml-var viewHTML>

</div>

</div>

<dtml-var standard_html_footer>



--- Added File pdfFileEdit.dtml in package CMF ---
<dtml-var standard_html_header>

<div class="Desktop">

<dtml-if message>
 <p>&dtml-message;</p>
 <hr>
</dtml-if>

<div class="MsOfficeFile">

<h2>Edit &dtml-id;</h2>

<form action="edit" method="post" enctype="multipart/form-data">
<table class="FormLayout">
 <tr>
  <th>
   Title
  </th>
  <td>
   <input type="text" name="title" value="&dtml-title;">
  </td>
 </tr>
  <th>
   Content type
  </th>
  <td> 
   <input type="text" name="content_type" value="&dtml-content_type;">
  </td>
 </tr>
 <tr>
  <th>
   Upload file
  </th>
  <td>
   <input type="file" name="file" size="25">
  </td>
 </tr>
 <tr>
  <th>
   Description
  </th>
  <td>
   <textarea name="description:text"
             rows="2" cols="80"><dtml-var description></textarea>
  </td>
 </tr>
 <tr>
  <td> <br> </td>
  <td>
   <input type="submit" value=" Change ">
  </td>
 </tr>
</table>
</form>

</div>

</div>

<dtml-var standard_html_footer>

--- Added File pdfFileView.dtml in package CMF ---
<dtml-var standard_html_header>

<div class="Desktop">

<div class="MsOfficeFile">

<dtml-var content_byline>

<p>
<b>Filename</b>: <dtml-var id><br>
<b>Size</b>: <dtml-var size><br>
<b>Content type</b>: <dtml-var content_type>
</p>

<a href="download">Download &dtml-title;</a>

<div class="Discussion">

<dtml-var viewThreadsAtBottom>

</div>

</div>

</div>

<dtml-var standard_html_footer>

--- Added File pdfFileViewHTML.dtml in package CMF ---
<dtml-var standard_html_header>

<div class="Desktop">

<dtml-if message>
 <p>&dtml-message;</p>
 <hr>
</dtml-if>

<div class="MsOfficeFile">

<dtml-var viewHTML>

</div>

</div>

<dtml-var standard_html_footer>