Newer
Older
Digital_Repository / Old / pysocks / Templates / default_template
nstanger on 12 Nov 2005 261 bytes - Second attempt at importing!
  1. <html>
  2. <head><title>Page Editor</title></head>
  3.  
  4. <body>
  5. <table border="1" width="95%%">
  6. <tr><td colspan="2"><center><b>%s</b></center></td></tr>
  7.  
  8. <tr><td>%s</td><td>%s</td></tr>
  9.  
  10. <tr><td colspan="2"><center><b>%s</b></center></td></tr>
  11. </table>
  12.  
  13. </body>
  14. </html>