9ff362fd2cd9be754e74c60f5ce7065132a8f81d
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) ## translation metadata
2) # Revision: $Revision: 22070 $
3) # Translation-Priority: 3-low
4) 
5) #include "head.wmi" TITLE="Tor Project: Press Page"
Andrew Lewman clean up the press section...

Andrew Lewman authored 13 years ago

6) <div id="content" class="clearfix">
7)   <div id="breadcrumbs">
8)     <a href="<page index>">Home &raquo; </a>
9)     <a href="<page press/>">Press</a>
10)   </div> 
11)   <div id="maincol">
12)     <!-- PUT CONTENT AFTER THIS TAG -->
13)     <h1>Latest Announcements</h1>
14)     <table class="topforty">
15)       <tr>
16)         <td class="beige">
17)           <div class="name">Title of Press Release</div>
18)           <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer semper justo mattis.</p>
19)           <div class="right"><a href="<page projects/tordnsel>">Read more &raquo;</a></div>
20)         </td>  
21)       </tr>
22)       <tr>
23)         <td>
24)           <div class="name">Title of Press Release</div>
25)           <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer semper justo mattis.</p>
26)           <div class="right"><a href="<page projects/tordnsel>">Read more &raquo;</a></div>
27)         </td>
28)       </tr>
29)       <tr>
30)         <td class="beige">
31)           <div class="name">Title of Press Release</div>
32)           <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer semper justo mattis.</p>
33)           <div class="right"><a href="<page projects/tordnsel>">Read more &raquo;</a></div>
34)         </td> 
35)       </tr>
36)     </table>
37)     <h2><div class="left"><a href="<page projects/tordnsel>">&laquo; Archive</a></div></h2>
38)   </div>
39)   <!-- END MAINCOL -->
40)   <div id = "sidecol">
41) #include "side.wmi"
42) #include "info.wmi"
43)   </div>
44)   <!-- END SIDECOL -->
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

45) </div>