/[opental]/opental/OpenPT/www/ptEdit.pt
ViewVC logotype

Diff of /opental/OpenPT/www/ptEdit.pt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by lalo, Thu Jan 16 22:57:59 2003 UTC revision 1.2 by lalo, Wed Jan 29 22:40:24 2003 UTC
# Line 2  Line 2 
2  <h2 tal:define="manage_tabs_message options/manage_tabs_message | nothing"  <h2 tal:define="manage_tabs_message options/manage_tabs_message | nothing"
3      tal:replace="structure here/manage_tabs">Tabs</h2>      tal:replace="structure here/manage_tabs">Tabs</h2>
4    
5    <tal:block content="python:request.pt_output_encoding.force(here.encoding)" />
6    
7  <tal:block define="global body request/other/text | request/form/text  <tal:block define="global body request/other/text | request/form/text
8  | here/read" />  | here/read" />
9  <form action="" method="post" tal:attributes="action request/URL1">  <form action="" method="post" tal:attributes="action request/URL1">
# Line 19  Line 21 
21      </td>      </td>
22      <td align="right" valign="middle">      <td align="right" valign="middle">
23      <div class="form-optional">      <div class="form-optional">
24      Encoding      Source encoding
25        <div class="form-help">(be extremely careful when changing)</div>
26      </div>      </div>
27      </td>      </td>
28      <td align="right" valign="middle">      <td align="right" valign="middle">
# Line 49  Line 52 
52          tal:attributes="selected          tal:attributes="selected
53          python:test(parser==here.source_type,'selected',nothing)">XML</option>          python:test(parser==here.source_type,'selected',nothing)">XML</option>
54      </select>      </select>
55        </td>
56      </tr>
57    
58      <tr>
59        <td align="left" valign="middle">
60        <div class="form-optional">
61        Valid output encodings
62        </div>
63        <div class="form-help">
64        (in order of preference)
65        </div>
66        </td>
67        <td align="left" valign="middle" colspan="3">
68        <input type="text" name="acceptable_encodings:tokens" size="80" style="width: 100%"
69               tal:define="value request/acceptable_encodings | here/acceptable_encodings"
70               tal:attributes="value python:' '.join(value)" />
71        </td>
72    </tr>    </tr>
73    
74    <tr tal:define="errors here/pt_errors" tal:condition="errors">    <tr tal:define="errors here/pt_errors" tal:condition="errors">

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26