summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/atom/widget/templates
diff options
context:
space:
mode:
authorTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
committerTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
commitb62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch)
tree86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo/dojox/atom/widget/templates
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to 'js/dojo/dojox/atom/widget/templates')
-rw-r--r--js/dojo/dojox/atom/widget/templates/EntryHeader.html1
-rw-r--r--js/dojo/dojox/atom/widget/templates/FeedEntryEditor.html195
-rw-r--r--js/dojo/dojox/atom/widget/templates/FeedEntryViewer.html158
-rw-r--r--js/dojo/dojox/atom/widget/templates/FeedViewer.html6
-rw-r--r--js/dojo/dojox/atom/widget/templates/FeedViewerEntry.html15
-rw-r--r--js/dojo/dojox/atom/widget/templates/FeedViewerGrouping.html4
-rw-r--r--js/dojo/dojox/atom/widget/templates/PeopleEditor.html6
-rw-r--r--js/dojo/dojox/atom/widget/templates/css/EntryHeader.css35
-rw-r--r--js/dojo/dojox/atom/widget/templates/css/HtmlFeedEntryEditor.css98
-rw-r--r--js/dojo/dojox/atom/widget/templates/css/HtmlFeedEntryViewer.css107
-rw-r--r--js/dojo/dojox/atom/widget/templates/css/HtmlFeedViewer.css16
-rw-r--r--js/dojo/dojox/atom/widget/templates/css/HtmlFeedViewerEntry.css70
-rw-r--r--js/dojo/dojox/atom/widget/templates/css/HtmlFeedViewerGrouping.css8
13 files changed, 719 insertions, 0 deletions
diff --git a/js/dojo/dojox/atom/widget/templates/EntryHeader.html b/js/dojo/dojox/atom/widget/templates/EntryHeader.html
new file mode 100644
index 0000000..67d1e81
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/templates/EntryHeader.html
@@ -0,0 +1 @@
+<span dojoAttachPoint="entryHeaderNode" class="entryHeaderNode"></span>
diff --git a/js/dojo/dojox/atom/widget/templates/FeedEntryEditor.html b/js/dojo/dojox/atom/widget/templates/FeedEntryEditor.html
new file mode 100644
index 0000000..6a7f445
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/templates/FeedEntryEditor.html
@@ -0,0 +1,195 @@
+<div class="feedEntryViewer">
+ <table border="0" width="100%" class="feedEntryViewerMenuTable" dojoAttachPoint="feedEntryViewerMenu" style="display: none;">
+ <tr width="100%" dojoAttachPoint="entryCheckBoxDisplayOptions">
+ <td align="left" dojoAttachPoint="entryNewButton">
+ <span class="feedEntryViewerMenu" dojoAttachPoint="doNew" dojoAttachEvent="onclick:_toggleNew"></span>
+ </td>
+ <td align="left" dojoAttachPoint="entryEditButton" style="display: none;">
+ <span class="feedEntryViewerMenu" dojoAttachPoint="edit" dojoAttachEvent="onclick:_toggleEdit"></span>
+ </td>
+ <td align="left" dojoAttachPoint="entrySaveCancelButtons" style="display: none;">
+ <span class="feedEntryViewerMenu" dojoAttachPoint="save" dojoAttachEvent="onclick:saveEdits"></span>
+ <span class="feedEntryViewerMenu" dojoAttachPoint="cancel" dojoAttachEvent="onclick:cancelEdits"></span>
+ </td>
+ <td align="right">
+ <span class="feedEntryViewerMenu" dojoAttachPoint="displayOptions" dojoAttachEvent="onclick:_toggleOptions"></span>
+ </td>
+ </tr>
+ <tr class="feedEntryViewerDisplayCheckbox" dojoAttachPoint="entryCheckBoxRow" width="100%" style="display: none;">
+ <td dojoAttachPoint="feedEntryCelltitle">
+ <input type="checkbox" name="title" value="Title" dojoAttachPoint="feedEntryCheckBoxTitle" dojoAttachEvent="onclick:_toggleCheckbox"/>
+ <label for="title" dojoAttachPoint="feedEntryCheckBoxLabelTitle"></label>
+ </td>
+ <td dojoAttachPoint="feedEntryCellauthors">
+ <input type="checkbox" name="authors" value="Authors" dojoAttachPoint="feedEntryCheckBoxAuthors" dojoAttachEvent="onclick:_toggleCheckbox"/>
+ <label for="title" dojoAttachPoint="feedEntryCheckBoxLabelAuthors"></label>
+ </td>
+ <td dojoAttachPoint="feedEntryCellcontributors">
+ <input type="checkbox" name="contributors" value="Contributors" dojoAttachPoint="feedEntryCheckBoxContributors" dojoAttachEvent="onclick:_toggleCheckbox"/>
+ <label for="title" dojoAttachPoint="feedEntryCheckBoxLabelContributors"></label>
+ </td>
+ <td dojoAttachPoint="feedEntryCellid">
+ <input type="checkbox" name="id" value="Id" dojoAttachPoint="feedEntryCheckBoxId" dojoAttachEvent="onclick:_toggleCheckbox"/>
+ <label for="title" dojoAttachPoint="feedEntryCheckBoxLabelId"></label>
+ </td>
+ <td rowspan="2" align="right">
+ <span class="feedEntryViewerMenu" dojoAttachPoint="close" dojoAttachEvent="onclick:_toggleOptions"></span>
+ </td>
+ </tr>
+ <tr class="feedEntryViewerDisplayCheckbox" dojoAttachPoint="entryCheckBoxRow2" width="100%" style="display: none;">
+ <td dojoAttachPoint="feedEntryCellupdated">
+ <input type="checkbox" name="updated" value="Updated" dojoAttachPoint="feedEntryCheckBoxUpdated" dojoAttachEvent="onclick:_toggleCheckbox"/>
+ <label for="title" dojoAttachPoint="feedEntryCheckBoxLabelUpdated"></label>
+ </td>
+ <td dojoAttachPoint="feedEntryCellsummary">
+ <input type="checkbox" name="summary" value="Summary" dojoAttachPoint="feedEntryCheckBoxSummary" dojoAttachEvent="onclick:_toggleCheckbox"/>
+ <label for="title" dojoAttachPoint="feedEntryCheckBoxLabelSummary"></label>
+ </td>
+ <td dojoAttachPoint="feedEntryCellcontent">
+ <input type="checkbox" name="content" value="Content" dojoAttachPoint="feedEntryCheckBoxContent" dojoAttachEvent="onclick:_toggleCheckbox"/>
+ <label for="title" dojoAttachPoint="feedEntryCheckBoxLabelContent"></label>
+ </td>
+ </tr>
+ </table>
+
+ <table class="feedEntryViewerContainer" border="0" width="100%">
+ <tr class="feedEntryViewerTitle" dojoAttachPoint="entryTitleRow" style="display: none;">
+ <td>
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
+ <tr class="graphic-tab-lgray">
+ <td class="lp2">
+ <span class="lp" dojoAttachPoint="entryTitleHeader"></span>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <select dojoAttachPoint="entryTitleSelect" dojoAttachEvent="onchange:_switchEditor" style="display: none">
+ <option value="text">Text</option>
+ <option value="html">HTML</option>
+ <option value="xhtml">XHTML</option>
+ </select>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" dojoAttachPoint="entryTitleNode">
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+
+ <tr class="feedEntryViewerAuthor" dojoAttachPoint="entryAuthorRow" style="display: none;">
+ <td>
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
+ <tr class="graphic-tab-lgray">
+ <td class="lp2">
+ <span class="lp" dojoAttachPoint="entryAuthorHeader"></span>
+ </td>
+ </tr>
+ <tr>
+ <td dojoAttachPoint="entryAuthorNode">
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+
+ <tr class="feedEntryViewerContributor" dojoAttachPoint="entryContributorRow" style="display: none;">
+ <td>
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
+ <tr class="graphic-tab-lgray">
+ <td class="lp2">
+ <span class="lp" dojoAttachPoint="entryContributorHeader"></span>
+ </td>
+ </tr>
+ <tr>
+ <td dojoAttachPoint="entryContributorNode" class="feedEntryViewerContributorNames">
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+
+ <tr class="feedEntryViewerId" dojoAttachPoint="entryIdRow" style="display: none;">
+ <td>
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
+ <tr class="graphic-tab-lgray">
+ <td class="lp2">
+ <span class="lp" dojoAttachPoint="entryIdHeader"></span>
+ </td>
+ </tr>
+ <tr>
+ <td dojoAttachPoint="entryIdNode" class="feedEntryViewerIdText">
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+
+ <tr class="feedEntryViewerUpdated" dojoAttachPoint="entryUpdatedRow" style="display: none;">
+ <td>
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
+ <tr class="graphic-tab-lgray">
+ <td class="lp2">
+ <span class="lp" dojoAttachPoint="entryUpdatedHeader"></span>
+ </td>
+ </tr>
+ <tr>
+ <td dojoAttachPoint="entryUpdatedNode" class="feedEntryViewerUpdatedText">
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+
+ <tr class="feedEntryViewerSummary" dojoAttachPoint="entrySummaryRow" style="display: none;">
+ <td>
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
+ <tr class="graphic-tab-lgray">
+ <td class="lp2" colspan="2">
+ <span class="lp" dojoAttachPoint="entrySummaryHeader"></span>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <select dojoAttachPoint="entrySummarySelect" dojoAttachEvent="onchange:_switchEditor" style="display: none">
+ <option value="text">Text</option>
+ <option value="html">HTML</option>
+ <option value="xhtml">XHTML</option>
+ </select>
+ </td>
+ </tr>
+ <tr>
+ <td dojoAttachPoint="entrySummaryNode">
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+
+ <tr class="feedEntryViewerContent" dojoAttachPoint="entryContentRow" style="display: none;">
+ <td>
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
+ <tr class="graphic-tab-lgray">
+ <td class="lp2">
+ <span class="lp" dojoAttachPoint="entryContentHeader"></span>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <select dojoAttachPoint="entryContentSelect" dojoAttachEvent="onchange:_switchEditor" style="display: none">
+ <option value="text">Text</option>
+ <option value="html">HTML</option>
+ <option value="xhtml">XHTML</option>
+ </select>
+ </td>
+ </tr>
+ <tr>
+ <td dojoAttachPoint="entryContentNode">
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+</div>
diff --git a/js/dojo/dojox/atom/widget/templates/FeedEntryViewer.html b/js/dojo/dojox/atom/widget/templates/FeedEntryViewer.html
new file mode 100644
index 0000000..408c071
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/templates/FeedEntryViewer.html
@@ -0,0 +1,158 @@
+<div class="feedEntryViewer">
+ <table border="0" width="100%" class="feedEntryViewerMenuTable" dojoAttachPoint="feedEntryViewerMenu" style="display: none;">
+ <tr width="100%" dojoAttachPoint="entryCheckBoxDisplayOptions">
+ <td align="right">
+ <span class="feedEntryViewerMenu" dojoAttachPoint="displayOptions" dojoAttachEvent="onclick:_toggleOptions"></span>
+ </td>
+ </tr>
+ <tr class="feedEntryViewerDisplayCheckbox" dojoAttachPoint="entryCheckBoxRow" width="100%" style="display: none;">
+ <td dojoAttachPoint="feedEntryCelltitle">
+ <input type="checkbox" name="title" value="Title" dojoAttachPoint="feedEntryCheckBoxTitle" dojoAttachEvent="onclick:_toggleCheckbox"/>
+ <label for="title" dojoAttachPoint="feedEntryCheckBoxLabelTitle"></label>
+ </td>
+ <td dojoAttachPoint="feedEntryCellauthors">
+ <input type="checkbox" name="authors" value="Authors" dojoAttachPoint="feedEntryCheckBoxAuthors" dojoAttachEvent="onclick:_toggleCheckbox"/>
+ <label for="title" dojoAttachPoint="feedEntryCheckBoxLabelAuthors"></label>
+ </td>
+ <td dojoAttachPoint="feedEntryCellcontributors">
+ <input type="checkbox" name="contributors" value="Contributors" dojoAttachPoint="feedEntryCheckBoxContributors" dojoAttachEvent="onclick:_toggleCheckbox"/>
+ <label for="title" dojoAttachPoint="feedEntryCheckBoxLabelContributors"></label>
+ </td>
+ <td dojoAttachPoint="feedEntryCellid">
+ <input type="checkbox" name="id" value="Id" dojoAttachPoint="feedEntryCheckBoxId" dojoAttachEvent="onclick:_toggleCheckbox"/>
+ <label for="title" dojoAttachPoint="feedEntryCheckBoxLabelId"></label>
+ </td>
+ <td rowspan="2" align="right">
+ <span class="feedEntryViewerMenu" dojoAttachPoint="close" dojoAttachEvent="onclick:_toggleOptions"></span>
+ </td>
+ </tr>
+ <tr class="feedEntryViewerDisplayCheckbox" dojoAttachPoint="entryCheckBoxRow2" width="100%" style="display: none;">
+ <td dojoAttachPoint="feedEntryCellupdated">
+ <input type="checkbox" name="updated" value="Updated" dojoAttachPoint="feedEntryCheckBoxUpdated" dojoAttachEvent="onclick:_toggleCheckbox"/>
+ <label for="title" dojoAttachPoint="feedEntryCheckBoxLabelUpdated"></label>
+ </td>
+ <td dojoAttachPoint="feedEntryCellsummary">
+ <input type="checkbox" name="summary" value="Summary" dojoAttachPoint="feedEntryCheckBoxSummary" dojoAttachEvent="onclick:_toggleCheckbox"/>
+ <label for="title" dojoAttachPoint="feedEntryCheckBoxLabelSummary"></label>
+ </td>
+ <td dojoAttachPoint="feedEntryCellcontent">
+ <input type="checkbox" name="content" value="Content" dojoAttachPoint="feedEntryCheckBoxContent" dojoAttachEvent="onclick:_toggleCheckbox"/>
+ <label for="title" dojoAttachPoint="feedEntryCheckBoxLabelContent"></label>
+ </td>
+ </tr>
+ </table>
+
+ <table class="feedEntryViewerContainer" border="0" width="100%">
+ <tr class="feedEntryViewerTitle" dojoAttachPoint="entryTitleRow" style="display: none;">
+ <td>
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
+ <tr class="graphic-tab-lgray">
+ <td class="lp2">
+ <span class="lp" dojoAttachPoint="entryTitleHeader"></span>
+ </td>
+ </tr>
+ <tr>
+ <td dojoAttachPoint="entryTitleNode">
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+
+ <tr class="feedEntryViewerAuthor" dojoAttachPoint="entryAuthorRow" style="display: none;">
+ <td>
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
+ <tr class="graphic-tab-lgray">
+ <td class="lp2">
+ <span class="lp" dojoAttachPoint="entryAuthorHeader"></span>
+ </td>
+ </tr>
+ <tr>
+ <td dojoAttachPoint="entryAuthorNode">
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+
+ <tr class="feedEntryViewerContributor" dojoAttachPoint="entryContributorRow" style="display: none;">
+ <td>
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
+ <tr class="graphic-tab-lgray">
+ <td class="lp2">
+ <span class="lp" dojoAttachPoint="entryContributorHeader"></span>
+ </td>
+ </tr>
+ <tr>
+ <td dojoAttachPoint="entryContributorNode" class="feedEntryViewerContributorNames">
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+
+ <tr class="feedEntryViewerId" dojoAttachPoint="entryIdRow" style="display: none;">
+ <td>
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
+ <tr class="graphic-tab-lgray">
+ <td class="lp2">
+ <span class="lp" dojoAttachPoint="entryIdHeader"></span>
+ </td>
+ </tr>
+ <tr>
+ <td dojoAttachPoint="entryIdNode" class="feedEntryViewerIdText">
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+
+ <tr class="feedEntryViewerUpdated" dojoAttachPoint="entryUpdatedRow" style="display: none;">
+ <td>
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
+ <tr class="graphic-tab-lgray">
+ <td class="lp2">
+ <span class="lp" dojoAttachPoint="entryUpdatedHeader"></span>
+ </td>
+ </tr>
+ <tr>
+ <td dojoAttachPoint="entryUpdatedNode" class="feedEntryViewerUpdatedText">
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+
+ <tr class="feedEntryViewerSummary" dojoAttachPoint="entrySummaryRow" style="display: none;">
+ <td>
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
+ <tr class="graphic-tab-lgray">
+ <td class="lp2">
+ <span class="lp" dojoAttachPoint="entrySummaryHeader"></span>
+ </td>
+ </tr>
+ <tr>
+ <td dojoAttachPoint="entrySummaryNode">
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+
+ <tr class="feedEntryViewerContent" dojoAttachPoint="entryContentRow" style="display: none;">
+ <td>
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
+ <tr class="graphic-tab-lgray">
+ <td class="lp2">
+ <span class="lp" dojoAttachPoint="entryContentHeader"></span>
+ </td>
+ </tr>
+ <tr>
+ <td dojoAttachPoint="entryContentNode">
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+</div>
diff --git a/js/dojo/dojox/atom/widget/templates/FeedViewer.html b/js/dojo/dojox/atom/widget/templates/FeedViewer.html
new file mode 100644
index 0000000..f3d2108
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/templates/FeedViewer.html
@@ -0,0 +1,6 @@
+<div class="feedViewerContainer" dojoAttachPoint="feedViewerContainerNode">
+ <table cellspacing="0" cellpadding="0" class="feedViewerTable">
+ <tbody dojoAttachPoint="feedViewerTableBody" class="feedViewerTableBody">
+ </tbody>
+ </table>
+</div>
diff --git a/js/dojo/dojox/atom/widget/templates/FeedViewerEntry.html b/js/dojo/dojox/atom/widget/templates/FeedViewerEntry.html
new file mode 100644
index 0000000..201f884
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/templates/FeedViewerEntry.html
@@ -0,0 +1,15 @@
+<tr class="feedViewerEntry" dojoAttachPoint="entryNode" dojoAttachEvent="onclick:onClick">
+ <td class="feedViewerEntryUpdated" dojoAttachPoint="timeNode">
+ </td>
+ <td>
+ <table border="0" width="100%" dojoAttachPoint="titleRow">
+ <tr padding="0" border="0">
+ <td class="feedViewerEntryTitle" dojoAttachPoint="titleNode">
+ </td>
+ <td class="feedViewerEntryDelete" align="right">
+ <span dojoAttachPoint="deleteButton" dojoAttachEvent="onclick:deleteEntry" class="feedViewerDeleteButton" style="display:none;">[delete]</span>
+ </td>
+ <tr>
+ </table>
+ </td>
+</tr> \ No newline at end of file
diff --git a/js/dojo/dojox/atom/widget/templates/FeedViewerGrouping.html b/js/dojo/dojox/atom/widget/templates/FeedViewerGrouping.html
new file mode 100644
index 0000000..467e428
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/templates/FeedViewerGrouping.html
@@ -0,0 +1,4 @@
+<tr dojoAttachPoint="groupingNode" class="feedViewerGrouping">
+ <td colspan="2" dojoAttachPoint="titleNode" class="feedViewerGroupingTitle">
+ </td>
+</tr> \ No newline at end of file
diff --git a/js/dojo/dojox/atom/widget/templates/PeopleEditor.html b/js/dojo/dojox/atom/widget/templates/PeopleEditor.html
new file mode 100644
index 0000000..a034c76
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/templates/PeopleEditor.html
@@ -0,0 +1,6 @@
+<div class="peopleEditor">
+ <table style="width: 100%">
+ <tbody dojoAttachPoint="peopleEditorEditors"></tbody>
+ </table>
+ <span class="peopleEditorButton" dojoAttachPoint="peopleEditorButton" dojoAttachEvent="onclick:_add"></span>
+</div> \ No newline at end of file
diff --git a/js/dojo/dojox/atom/widget/templates/css/EntryHeader.css b/js/dojo/dojox/atom/widget/templates/css/EntryHeader.css
new file mode 100644
index 0000000..6403b61
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/templates/css/EntryHeader.css
@@ -0,0 +1,35 @@
+
+.containerNode {
+ visibility : visible;
+}
+.graphic-tab-lgray {
+ margin-bottom: 10px;
+}
+/*
+ background: #d9d9d9;
+ border-bottom: #d9d9d9 solid 7px;
+}*/
+
+/* headers for listview */
+.newgraphic-tab-lgray {
+ border-bottom: #d9d9d9 solid 7px;
+}
+td.lp {
+ padding: 0px 13px 0px 10px;
+ font-weight: bold;
+ background: #d9d9d9;
+ border-bottom: #d9d9d9 solid 7px;
+}
+
+td.lp2 {
+ background: #FFFFFF;
+ border-bottom: #d9d9d9 solid 7px;
+}
+
+span.lp {
+ padding: 0px 13px 0px 10px;
+ font-weight: bold;
+ background: #d9d9d9;
+ border-bottom: #d9d9d9 solid 7px;
+ width: auto;
+} \ No newline at end of file
diff --git a/js/dojo/dojox/atom/widget/templates/css/HtmlFeedEntryEditor.css b/js/dojo/dojox/atom/widget/templates/css/HtmlFeedEntryEditor.css
new file mode 100644
index 0000000..a6fa3c3
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/templates/css/HtmlFeedEntryEditor.css
@@ -0,0 +1,98 @@
+.feedEntryEditor {
+ color:#000000;
+ background: #FFFFFF;
+}
+
+.feedEntryEditorMenuTable {
+ background: #C0C0C0;
+ border:2px solid;
+ border-top-color: lightgrey;
+ border-left-color: lightgrey;
+ border-right-color: darkgray;
+ border-bottom-color: darkgray;
+}
+
+.feedEntryEditorMenu {
+ cursor: pointer;
+ color:#0000FF;
+ text-align: left;
+ font-size: small;
+}
+
+.feedEntryEditorDisplayCheckbox {
+ font-size: small;
+ text-align: left;
+}
+
+.feedEntryEditorMenu:hover {
+ text-decoration: underline;
+}
+
+.feedEntryEditorTitle {
+ color:#000000;
+ background: #FFFFFF;
+ text-align: left;
+ #padding-left: 10px;
+ font-size: 125%;
+ font-weight: bold;
+}
+
+.feedEntryEditorAuthor {
+ color:#000000;
+ background: #FFFFFF;
+}
+
+.feedEntryEditorAuthorNames {
+ color:#000000;
+ background: #FFFFFF;
+ text-align: left;
+ #padding-left: 10px;
+ font-size: 110%;
+ font-style: italic;
+ font-weight: normal;
+}
+
+.feedEntryEditorSummary {
+ color:#000000;
+ background: #FFFFFF;
+}
+
+.feedEntryEditorUpdated {
+ color:#000000;
+ background: #FFFFFF;
+}
+
+.feedEntryEditorUpdatedText {
+ color:#000000;
+ background: #FFFFFF;
+ font-size: 110%;
+ font-style: italic;
+ font-weight: normal;
+}
+
+.feedEntryEditorId {
+ color:#000000;
+ background: #FFFFFF;
+}
+
+.feedEntryEditorIdText {
+ color:#000000;
+ background: #FFFFFF;
+ font-style: italic;
+ font-size: 110%;
+ font-weight: normal;
+}
+
+.feedEntryEditorContent {
+ color:#000000;
+ background: #FFFFFF;
+}
+
+.feedEntryEditorContributorNames {
+ color:#000000;
+ text-align: left;
+ #padding-left: 10px;
+ font-size: 125%;
+ font-style: italic;
+ font-weight: normal;
+}
diff --git a/js/dojo/dojox/atom/widget/templates/css/HtmlFeedEntryViewer.css b/js/dojo/dojox/atom/widget/templates/css/HtmlFeedEntryViewer.css
new file mode 100644
index 0000000..36400c9
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/templates/css/HtmlFeedEntryViewer.css
@@ -0,0 +1,107 @@
+.feedEntryViewer {
+ color:#000000;
+ background: #FFFFFF;
+/* overflow: auto;*/
+}
+
+.feedEntryViewerMenuTable {
+ background: #C0C0C0;
+ border:2px solid;
+ border-top-color: lightgrey;
+ border-left-color: lightgrey;
+ border-right-color: darkgray;
+ border-bottom-color: darkgray;
+ margin: 0;
+}
+
+.feedEntryViewerMenu, .peopleEditorButton {
+ cursor: pointer;
+ color:#0000FF;
+ text-align: left;
+ font-size: small;
+}
+
+.feedEntryViewerDisplayCheckbox {
+ font-size: small;
+ text-align: left;
+}
+
+.feedEntryViewerMenu:hover, .peopleEditorButton:hover {
+ text-decoration: underline;
+}
+
+.feedEntryViewerContainer, .feedEntryViewerContainer table {
+ border-width: 0;
+ margin: 0;
+}
+
+.feedEntryViewerTitle {
+ color:#000000;
+ background: #FFFFFF;
+ text-align: left;
+ /*padding-left: 10px;*/
+ font-size: 125%;
+ font-weight: bold;
+}
+
+.feedEntryViewerAuthor {
+ color:#000000;
+ background: #FFFFFF;
+}
+
+.feedEntryViewerAuthorNames {
+ color:#000000;
+ background: #FFFFFF;
+ text-align: left;
+ /*padding-left: 10px;*/
+ font-size: 110%;
+ font-style: italic;
+ font-weight: normal;
+}
+
+.feedEntryViewerSummary {
+ color:#000000;
+ background: #FFFFFF;
+}
+
+.feedEntryViewerUpdated {
+ color:#000000;
+ background: #FFFFFF;
+}
+
+.feedEntryViewerUpdatedText {
+ color:#000000;
+ background: #FFFFFF;
+ font-size: 110%;
+ font-style: italic;
+ font-weight: normal;
+}
+
+.feedEntryViewerId {
+ color:#000000;
+ background: #FFFFFF;
+}
+
+.feedEntryViewerIdText {
+ color:#000000;
+ background: #FFFFFF;
+ font-style: italic;
+ font-size: 110%;
+ font-weight: normal;
+}
+
+.feedEntryViewerContent {
+ color:#000000;
+ background: #FFFFFF;
+}
+
+.feedEntryViewerContributorNames {
+ color:#000000;
+ text-align: left;
+ /*padding-left: 10px;*/
+ font-size: 125%;
+ font-weight: normal;
+}
+
+.feedEntryViewer table {
+} \ No newline at end of file
diff --git a/js/dojo/dojox/atom/widget/templates/css/HtmlFeedViewer.css b/js/dojo/dojox/atom/widget/templates/css/HtmlFeedViewer.css
new file mode 100644
index 0000000..395df3d
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/templates/css/HtmlFeedViewer.css
@@ -0,0 +1,16 @@
+.feedViewerTable {
+ font-size: small;
+ width:100%;
+ cursor:default;
+ padding:2px;
+}
+
+.feedViewerTable, .feedViewerTable table {
+ border-width: 0;
+ margin: 0;
+}
+
+.feedViewerTableBody {
+ overflow-x: auto;
+ overflow-y: auto;
+}
diff --git a/js/dojo/dojox/atom/widget/templates/css/HtmlFeedViewerEntry.css b/js/dojo/dojox/atom/widget/templates/css/HtmlFeedViewerEntry.css
new file mode 100644
index 0000000..49a7f6c
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/templates/css/HtmlFeedViewerEntry.css
@@ -0,0 +1,70 @@
+.feedViewerEntry {
+ background: #F0F0F0;
+ padding: 2px;
+ overflow-x: auto;
+ overflow-y: auto;
+ cursor: pointer;
+}
+
+.feedViewerEntry:hover {
+ background: #a6c2e7;
+ padding: 2px;
+}
+
+.feedViewerEntrySelected {
+ color: #000000;
+ background: #C0C0C0;
+ text-align: left;
+ vertical-align: top;
+ padding-bottom: 2px;
+ padding: 2px;
+}
+
+.feedViewerEntrySelected:hover {
+ background: #a6c2e7;
+ padding: 2px;
+}
+
+
+.feedViewerEntryUpdated {
+ text-align: left;
+ vertical-align: top;
+ color: #909090;
+ padding-bottom: 2px;
+ padding: 2px;
+}
+
+.feedViewerEntryUpdatedSelected {
+ text-align: left;
+ vertical-align: top;
+ color: #000000;
+ padding-bottom: 2px;
+ padding: 2px;
+}
+
+
+.feedViewerEntryTitle {
+ color:#000000;
+ text-align: left;
+ text-decoration:none;
+ padding-left: 4px;
+ padding-bottom: 2px;
+}
+.feedViewerEntryTitle:hover {
+ color:#000000;
+ text-align: left;
+ text-decoration:underline;
+ padding-left: 4px;
+ padding-bottom: 2px;
+}
+
+.feedViewerDeleteButton {
+ cursor: pointer;
+ color:#0000FF;
+ text-align: left;
+ font-size: small;
+}
+
+.feedViewerDeleteButton:hover {
+ text-decoration: underline;
+}
diff --git a/js/dojo/dojox/atom/widget/templates/css/HtmlFeedViewerGrouping.css b/js/dojo/dojox/atom/widget/templates/css/HtmlFeedViewerGrouping.css
new file mode 100644
index 0000000..326781e
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/templates/css/HtmlFeedViewerGrouping.css
@@ -0,0 +1,8 @@
+.feedViewerGrouping {
+}
+.feedViewerGroupingTitle {
+ font-weight: bold;
+ color:#606060;
+ border-bottom:1px solid #909090;
+ padding-top: 4px;
+}