source: trunk/news_admin/templates/celepar/read.tpl @ 45

Revision 45, 1018 bytes checked in by niltonneto, 17 years ago (diff)

Implementação do FCKEDITOR na edição de artigos no news_admin, para permitir texto rico.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!-- BEGIN news_form -->
2 {_category}
3  <h2 align="center">{cat_name}
4    </h2>
5        <table align="center" border="0" width="90%" cellspacing="0" cellpadding="0">
6   {rows}
7    </table>
8 <table width="100%"><tr><td align="left">{lesslink}</td><td align="right">{morelink}</td></tr></table>
9<!-- END news_form -->
10
11<!-- BEGIN row -->
12   <tr bgcolor="#c7c3c7">
13    <td width="13" valign="top" valign="top">
14     <img src="{icon}" align="top">
15    </td>
16    <td align="left" width="99%">
17     <b>{subject}</b>&nbsp;
18    </td>
19    <td align="left" width="1%" bgcolor="#FFFFFF">
20     &nbsp;
21    </td>
22   </tr>
23   <tr>
24    <td width="100%" colspan="3">
25     {submitedby}
26     <p>{content}</p>
27     <p>&nbsp;</p>
28    </td>
29   </tr>
30<!-- END row -->
31
32<!-- BEGIN row_empty -->
33  <tr>
34   <td align="center">{row_message}</td>
35  </tr>
36<!-- END row_empty -->
37
38
39<!-- BEGIN category -->
40<form method="POST">
41 <select name="inputread" onChange="location.href=this.value">{readable}</select>
42 {maintainlink}
43</form>
44<!-- END category -->
Note: See TracBrowser for help on using the repository browser.