root / trunk / web / dojo / dojox / atom / widget / templates / FeedEntryViewer.html
History | View | Annotate | Download (7.16 KB)
1 | 9 | andrej.cim | <div class="feedEntryViewer"> |
---|---|---|---|
2 | <table border="0" width="100%" class="feedEntryViewerMenuTable" dojoAttachPoint="feedEntryViewerMenu" style="display: none;"> |
||
3 | <tr width="100%" dojoAttachPoint="entryCheckBoxDisplayOptions"> |
||
4 | <td align="right"> |
||
5 | <span class="feedEntryViewerMenu" dojoAttachPoint="displayOptions" dojoAttachEvent="onclick:_toggleOptions"></span> |
||
6 | </td>
|
||
7 | </tr>
|
||
8 | <tr class="feedEntryViewerDisplayCheckbox" dojoAttachPoint="entryCheckBoxRow" width="100%" style="display: none;"> |
||
9 | <td dojoAttachPoint="feedEntryCelltitle"> |
||
10 | <input type="checkbox" name="title" value="Title" dojoAttachPoint="feedEntryCheckBoxTitle" dojoAttachEvent="onclick:_toggleCheckbox"/> |
||
11 | <label for="title" dojoAttachPoint="feedEntryCheckBoxLabelTitle"></label> |
||
12 | </td>
|
||
13 | <td dojoAttachPoint="feedEntryCellauthors"> |
||
14 | <input type="checkbox" name="authors" value="Authors" dojoAttachPoint="feedEntryCheckBoxAuthors" dojoAttachEvent="onclick:_toggleCheckbox"/> |
||
15 | <label for="title" dojoAttachPoint="feedEntryCheckBoxLabelAuthors"></label> |
||
16 | </td>
|
||
17 | <td dojoAttachPoint="feedEntryCellcontributors"> |
||
18 | <input type="checkbox" name="contributors" value="Contributors" dojoAttachPoint="feedEntryCheckBoxContributors" dojoAttachEvent="onclick:_toggleCheckbox"/> |
||
19 | <label for="title" dojoAttachPoint="feedEntryCheckBoxLabelContributors"></label> |
||
20 | </td>
|
||
21 | <td dojoAttachPoint="feedEntryCellid"> |
||
22 | <input type="checkbox" name="id" value="Id" dojoAttachPoint="feedEntryCheckBoxId" dojoAttachEvent="onclick:_toggleCheckbox"/> |
||
23 | <label for="title" dojoAttachPoint="feedEntryCheckBoxLabelId"></label> |
||
24 | </td>
|
||
25 | <td rowspan="2" align="right"> |
||
26 | <span class="feedEntryViewerMenu" dojoAttachPoint="close" dojoAttachEvent="onclick:_toggleOptions"></span> |
||
27 | </td>
|
||
28 | </tr>
|
||
29 | <tr class="feedEntryViewerDisplayCheckbox" dojoAttachPoint="entryCheckBoxRow2" width="100%" style="display: none;"> |
||
30 | <td dojoAttachPoint="feedEntryCellupdated"> |
||
31 | <input type="checkbox" name="updated" value="Updated" dojoAttachPoint="feedEntryCheckBoxUpdated" dojoAttachEvent="onclick:_toggleCheckbox"/> |
||
32 | <label for="title" dojoAttachPoint="feedEntryCheckBoxLabelUpdated"></label> |
||
33 | </td>
|
||
34 | <td dojoAttachPoint="feedEntryCellsummary"> |
||
35 | <input type="checkbox" name="summary" value="Summary" dojoAttachPoint="feedEntryCheckBoxSummary" dojoAttachEvent="onclick:_toggleCheckbox"/> |
||
36 | <label for="title" dojoAttachPoint="feedEntryCheckBoxLabelSummary"></label> |
||
37 | </td>
|
||
38 | <td dojoAttachPoint="feedEntryCellcontent"> |
||
39 | <input type="checkbox" name="content" value="Content" dojoAttachPoint="feedEntryCheckBoxContent" dojoAttachEvent="onclick:_toggleCheckbox"/> |
||
40 | <label for="title" dojoAttachPoint="feedEntryCheckBoxLabelContent"></label> |
||
41 | </td>
|
||
42 | </tr>
|
||
43 | </table>
|
||
44 | |||
45 | <table class="feedEntryViewerContainer" border="0" width="100%"> |
||
46 | <tr class="feedEntryViewerTitle" dojoAttachPoint="entryTitleRow" style="display: none;"> |
||
47 | <td>
|
||
48 | <table width="100%" cellpadding="0" cellspacing="0" border="0"> |
||
49 | <tr class="graphic-tab-lgray"> |
||
50 | <td class="lp2"> |
||
51 | <span class="lp" dojoAttachPoint="entryTitleHeader"></span> |
||
52 | </td>
|
||
53 | </tr>
|
||
54 | <tr>
|
||
55 | <td dojoAttachPoint="entryTitleNode"> |
||
56 | </td>
|
||
57 | </tr>
|
||
58 | </table>
|
||
59 | </td>
|
||
60 | </tr>
|
||
61 | |||
62 | <tr class="feedEntryViewerAuthor" dojoAttachPoint="entryAuthorRow" style="display: none;"> |
||
63 | <td>
|
||
64 | <table width="100%" cellpadding="0" cellspacing="0" border="0"> |
||
65 | <tr class="graphic-tab-lgray"> |
||
66 | <td class="lp2"> |
||
67 | <span class="lp" dojoAttachPoint="entryAuthorHeader"></span> |
||
68 | </td>
|
||
69 | </tr>
|
||
70 | <tr>
|
||
71 | <td dojoAttachPoint="entryAuthorNode"> |
||
72 | </td>
|
||
73 | </tr>
|
||
74 | </table>
|
||
75 | </td>
|
||
76 | </tr>
|
||
77 | |||
78 | <tr class="feedEntryViewerContributor" dojoAttachPoint="entryContributorRow" style="display: none;"> |
||
79 | <td>
|
||
80 | <table width="100%" cellpadding="0" cellspacing="0" border="0"> |
||
81 | <tr class="graphic-tab-lgray"> |
||
82 | <td class="lp2"> |
||
83 | <span class="lp" dojoAttachPoint="entryContributorHeader"></span> |
||
84 | </td>
|
||
85 | </tr>
|
||
86 | <tr>
|
||
87 | <td dojoAttachPoint="entryContributorNode" class="feedEntryViewerContributorNames"> |
||
88 | </td>
|
||
89 | </tr>
|
||
90 | </table>
|
||
91 | </td>
|
||
92 | </tr>
|
||
93 | |||
94 | <tr class="feedEntryViewerId" dojoAttachPoint="entryIdRow" style="display: none;"> |
||
95 | <td>
|
||
96 | <table width="100%" cellpadding="0" cellspacing="0" border="0"> |
||
97 | <tr class="graphic-tab-lgray"> |
||
98 | <td class="lp2"> |
||
99 | <span class="lp" dojoAttachPoint="entryIdHeader"></span> |
||
100 | </td>
|
||
101 | </tr>
|
||
102 | <tr>
|
||
103 | <td dojoAttachPoint="entryIdNode" class="feedEntryViewerIdText"> |
||
104 | </td>
|
||
105 | </tr>
|
||
106 | </table>
|
||
107 | </td>
|
||
108 | </tr>
|
||
109 | |||
110 | <tr class="feedEntryViewerUpdated" dojoAttachPoint="entryUpdatedRow" style="display: none;"> |
||
111 | <td>
|
||
112 | <table width="100%" cellpadding="0" cellspacing="0" border="0"> |
||
113 | <tr class="graphic-tab-lgray"> |
||
114 | <td class="lp2"> |
||
115 | <span class="lp" dojoAttachPoint="entryUpdatedHeader"></span> |
||
116 | </td>
|
||
117 | </tr>
|
||
118 | <tr>
|
||
119 | <td dojoAttachPoint="entryUpdatedNode" class="feedEntryViewerUpdatedText"> |
||
120 | </td>
|
||
121 | </tr>
|
||
122 | </table>
|
||
123 | </td>
|
||
124 | </tr>
|
||
125 | |||
126 | <tr class="feedEntryViewerSummary" dojoAttachPoint="entrySummaryRow" style="display: none;"> |
||
127 | <td>
|
||
128 | <table width="100%" cellpadding="0" cellspacing="0" border="0"> |
||
129 | <tr class="graphic-tab-lgray"> |
||
130 | <td class="lp2"> |
||
131 | <span class="lp" dojoAttachPoint="entrySummaryHeader"></span> |
||
132 | </td>
|
||
133 | </tr>
|
||
134 | <tr>
|
||
135 | <td dojoAttachPoint="entrySummaryNode"> |
||
136 | </td>
|
||
137 | </tr>
|
||
138 | </table>
|
||
139 | </td>
|
||
140 | </tr>
|
||
141 | |||
142 | <tr class="feedEntryViewerContent" dojoAttachPoint="entryContentRow" style="display: none;"> |
||
143 | <td>
|
||
144 | <table width="100%" cellpadding="0" cellspacing="0" border="0"> |
||
145 | <tr class="graphic-tab-lgray"> |
||
146 | <td class="lp2"> |
||
147 | <span class="lp" dojoAttachPoint="entryContentHeader"></span> |
||
148 | </td>
|
||
149 | </tr>
|
||
150 | <tr>
|
||
151 | <td dojoAttachPoint="entryContentNode"> |
||
152 | </td>
|
||
153 | </tr>
|
||
154 | </table>
|
||
155 | </td>
|
||
156 | </tr>
|
||
157 | </table>
|
||
158 | </div> |