root / trunk / web / dojo / dojox / atom / widget / templates / FeedEntryEditor.html
History | View | Annotate | Download (9.18 KB)
| 1 |
<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="left" dojoAttachPoint="entryNewButton"> |
| 5 |
<span class="feedEntryViewerMenu" dojoAttachPoint="doNew" dojoAttachEvent="onclick:_toggleNew"></span> |
| 6 |
</td>
|
| 7 |
<td align="left" dojoAttachPoint="entryEditButton" style="display: none;"> |
| 8 |
<span class="feedEntryViewerMenu" dojoAttachPoint="edit" dojoAttachEvent="onclick:_toggleEdit"></span> |
| 9 |
</td>
|
| 10 |
<td align="left" dojoAttachPoint="entrySaveCancelButtons" style="display: none;"> |
| 11 |
<span class="feedEntryViewerMenu" dojoAttachPoint="save" dojoAttachEvent="onclick:saveEdits"></span> |
| 12 |
<span class="feedEntryViewerMenu" dojoAttachPoint="cancel" dojoAttachEvent="onclick:cancelEdits"></span> |
| 13 |
</td>
|
| 14 |
<td align="right"> |
| 15 |
<span class="feedEntryViewerMenu" dojoAttachPoint="displayOptions" dojoAttachEvent="onclick:_toggleOptions"></span> |
| 16 |
</td>
|
| 17 |
</tr>
|
| 18 |
<tr class="feedEntryViewerDisplayCheckbox" dojoAttachPoint="entryCheckBoxRow" width="100%" style="display: none;"> |
| 19 |
<td dojoAttachPoint="feedEntryCelltitle"> |
| 20 |
<input type="checkbox" name="title" value="Title" dojoAttachPoint="feedEntryCheckBoxTitle" dojoAttachEvent="onclick:_toggleCheckbox"/> |
| 21 |
<label for="title" dojoAttachPoint="feedEntryCheckBoxLabelTitle"></label> |
| 22 |
</td>
|
| 23 |
<td dojoAttachPoint="feedEntryCellauthors"> |
| 24 |
<input type="checkbox" name="authors" value="Authors" dojoAttachPoint="feedEntryCheckBoxAuthors" dojoAttachEvent="onclick:_toggleCheckbox"/> |
| 25 |
<label for="title" dojoAttachPoint="feedEntryCheckBoxLabelAuthors"></label> |
| 26 |
</td>
|
| 27 |
<td dojoAttachPoint="feedEntryCellcontributors"> |
| 28 |
<input type="checkbox" name="contributors" value="Contributors" dojoAttachPoint="feedEntryCheckBoxContributors" dojoAttachEvent="onclick:_toggleCheckbox"/> |
| 29 |
<label for="title" dojoAttachPoint="feedEntryCheckBoxLabelContributors"></label> |
| 30 |
</td>
|
| 31 |
<td dojoAttachPoint="feedEntryCellid"> |
| 32 |
<input type="checkbox" name="id" value="Id" dojoAttachPoint="feedEntryCheckBoxId" dojoAttachEvent="onclick:_toggleCheckbox"/> |
| 33 |
<label for="title" dojoAttachPoint="feedEntryCheckBoxLabelId"></label> |
| 34 |
</td>
|
| 35 |
<td rowspan="2" align="right"> |
| 36 |
<span class="feedEntryViewerMenu" dojoAttachPoint="close" dojoAttachEvent="onclick:_toggleOptions"></span> |
| 37 |
</td>
|
| 38 |
</tr>
|
| 39 |
<tr class="feedEntryViewerDisplayCheckbox" dojoAttachPoint="entryCheckBoxRow2" width="100%" style="display: none;"> |
| 40 |
<td dojoAttachPoint="feedEntryCellupdated"> |
| 41 |
<input type="checkbox" name="updated" value="Updated" dojoAttachPoint="feedEntryCheckBoxUpdated" dojoAttachEvent="onclick:_toggleCheckbox"/> |
| 42 |
<label for="title" dojoAttachPoint="feedEntryCheckBoxLabelUpdated"></label> |
| 43 |
</td>
|
| 44 |
<td dojoAttachPoint="feedEntryCellsummary"> |
| 45 |
<input type="checkbox" name="summary" value="Summary" dojoAttachPoint="feedEntryCheckBoxSummary" dojoAttachEvent="onclick:_toggleCheckbox"/> |
| 46 |
<label for="title" dojoAttachPoint="feedEntryCheckBoxLabelSummary"></label> |
| 47 |
</td>
|
| 48 |
<td dojoAttachPoint="feedEntryCellcontent"> |
| 49 |
<input type="checkbox" name="content" value="Content" dojoAttachPoint="feedEntryCheckBoxContent" dojoAttachEvent="onclick:_toggleCheckbox"/> |
| 50 |
<label for="title" dojoAttachPoint="feedEntryCheckBoxLabelContent"></label> |
| 51 |
</td>
|
| 52 |
</tr>
|
| 53 |
</table>
|
| 54 |
|
| 55 |
<table class="feedEntryViewerContainer" border="0" width="100%"> |
| 56 |
<tr class="feedEntryViewerTitle" dojoAttachPoint="entryTitleRow" style="display: none;"> |
| 57 |
<td>
|
| 58 |
<table width="100%" cellpadding="0" cellspacing="0" border="0"> |
| 59 |
<tr class="graphic-tab-lgray"> |
| 60 |
<td class="lp2"> |
| 61 |
<span class="lp" dojoAttachPoint="entryTitleHeader"></span> |
| 62 |
</td>
|
| 63 |
</tr>
|
| 64 |
<tr>
|
| 65 |
<td>
|
| 66 |
<select dojoAttachPoint="entryTitleSelect" dojoAttachEvent="onchange:_switchEditor" style="display: none"> |
| 67 |
<option value="text">Text</option> |
| 68 |
<option value="html">HTML</option> |
| 69 |
<option value="xhtml">XHTML</option> |
| 70 |
</select>
|
| 71 |
</td>
|
| 72 |
</tr>
|
| 73 |
<tr>
|
| 74 |
<td colspan="2" dojoAttachPoint="entryTitleNode"> |
| 75 |
</td>
|
| 76 |
</tr>
|
| 77 |
</table>
|
| 78 |
</td>
|
| 79 |
</tr>
|
| 80 |
|
| 81 |
<tr class="feedEntryViewerAuthor" dojoAttachPoint="entryAuthorRow" style="display: none;"> |
| 82 |
<td>
|
| 83 |
<table width="100%" cellpadding="0" cellspacing="0" border="0"> |
| 84 |
<tr class="graphic-tab-lgray"> |
| 85 |
<td class="lp2"> |
| 86 |
<span class="lp" dojoAttachPoint="entryAuthorHeader"></span> |
| 87 |
</td>
|
| 88 |
</tr>
|
| 89 |
<tr>
|
| 90 |
<td dojoAttachPoint="entryAuthorNode"> |
| 91 |
</td>
|
| 92 |
</tr>
|
| 93 |
</table>
|
| 94 |
</td>
|
| 95 |
</tr>
|
| 96 |
|
| 97 |
<tr class="feedEntryViewerContributor" dojoAttachPoint="entryContributorRow" style="display: none;"> |
| 98 |
<td>
|
| 99 |
<table width="100%" cellpadding="0" cellspacing="0" border="0"> |
| 100 |
<tr class="graphic-tab-lgray"> |
| 101 |
<td class="lp2"> |
| 102 |
<span class="lp" dojoAttachPoint="entryContributorHeader"></span> |
| 103 |
</td>
|
| 104 |
</tr>
|
| 105 |
<tr>
|
| 106 |
<td dojoAttachPoint="entryContributorNode" class="feedEntryViewerContributorNames"> |
| 107 |
</td>
|
| 108 |
</tr>
|
| 109 |
</table>
|
| 110 |
</td>
|
| 111 |
</tr>
|
| 112 |
|
| 113 |
<tr class="feedEntryViewerId" dojoAttachPoint="entryIdRow" style="display: none;"> |
| 114 |
<td>
|
| 115 |
<table width="100%" cellpadding="0" cellspacing="0" border="0"> |
| 116 |
<tr class="graphic-tab-lgray"> |
| 117 |
<td class="lp2"> |
| 118 |
<span class="lp" dojoAttachPoint="entryIdHeader"></span> |
| 119 |
</td>
|
| 120 |
</tr>
|
| 121 |
<tr>
|
| 122 |
<td dojoAttachPoint="entryIdNode" class="feedEntryViewerIdText"> |
| 123 |
</td>
|
| 124 |
</tr>
|
| 125 |
</table>
|
| 126 |
</td>
|
| 127 |
</tr>
|
| 128 |
|
| 129 |
<tr class="feedEntryViewerUpdated" dojoAttachPoint="entryUpdatedRow" style="display: none;"> |
| 130 |
<td>
|
| 131 |
<table width="100%" cellpadding="0" cellspacing="0" border="0"> |
| 132 |
<tr class="graphic-tab-lgray"> |
| 133 |
<td class="lp2"> |
| 134 |
<span class="lp" dojoAttachPoint="entryUpdatedHeader"></span> |
| 135 |
</td>
|
| 136 |
</tr>
|
| 137 |
<tr>
|
| 138 |
<td dojoAttachPoint="entryUpdatedNode" class="feedEntryViewerUpdatedText"> |
| 139 |
</td>
|
| 140 |
</tr>
|
| 141 |
</table>
|
| 142 |
</td>
|
| 143 |
</tr>
|
| 144 |
|
| 145 |
<tr class="feedEntryViewerSummary" dojoAttachPoint="entrySummaryRow" style="display: none;"> |
| 146 |
<td>
|
| 147 |
<table width="100%" cellpadding="0" cellspacing="0" border="0"> |
| 148 |
<tr class="graphic-tab-lgray"> |
| 149 |
<td class="lp2" colspan="2"> |
| 150 |
<span class="lp" dojoAttachPoint="entrySummaryHeader"></span> |
| 151 |
</td>
|
| 152 |
</tr>
|
| 153 |
<tr>
|
| 154 |
<td>
|
| 155 |
<select dojoAttachPoint="entrySummarySelect" dojoAttachEvent="onchange:_switchEditor" style="display: none"> |
| 156 |
<option value="text">Text</option> |
| 157 |
<option value="html">HTML</option> |
| 158 |
<option value="xhtml">XHTML</option> |
| 159 |
</select>
|
| 160 |
</td>
|
| 161 |
</tr>
|
| 162 |
<tr>
|
| 163 |
<td dojoAttachPoint="entrySummaryNode"> |
| 164 |
</td>
|
| 165 |
</tr>
|
| 166 |
</table>
|
| 167 |
</td>
|
| 168 |
</tr>
|
| 169 |
|
| 170 |
<tr class="feedEntryViewerContent" dojoAttachPoint="entryContentRow" style="display: none;"> |
| 171 |
<td>
|
| 172 |
<table width="100%" cellpadding="0" cellspacing="0" border="0"> |
| 173 |
<tr class="graphic-tab-lgray"> |
| 174 |
<td class="lp2"> |
| 175 |
<span class="lp" dojoAttachPoint="entryContentHeader"></span> |
| 176 |
</td>
|
| 177 |
</tr>
|
| 178 |
<tr>
|
| 179 |
<td>
|
| 180 |
<select dojoAttachPoint="entryContentSelect" dojoAttachEvent="onchange:_switchEditor" style="display: none"> |
| 181 |
<option value="text">Text</option> |
| 182 |
<option value="html">HTML</option> |
| 183 |
<option value="xhtml">XHTML</option> |
| 184 |
</select>
|
| 185 |
</td>
|
| 186 |
</tr>
|
| 187 |
<tr>
|
| 188 |
<td dojoAttachPoint="entryContentNode"> |
| 189 |
</td>
|
| 190 |
</tr>
|
| 191 |
</table>
|
| 192 |
</td>
|
| 193 |
</tr>
|
| 194 |
</table>
|
| 195 |
</div>
|