You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2018/03/11 10:16:35 UTC

[openmeetings] branch master updated: no jira: Logos by Rick Irish are added

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 110645e  no jira: Logos by Rick Irish are added
110645e is described below

commit 110645ece6e57343cd2c8e12f5861d256340f6e5
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Sun Mar 11 17:16:05 2018 +0700

    no jira: Logos by Rick Irish are added
---
 .../site/resources/images/logos/logo_om_big8.png   | Bin 0 -> 8966 bytes
 .../resources/images/logos/logo_om_small12.png     | Bin 0 -> 10704 bytes
 openmeetings-server/src/site/xdoc/CallForLogo.xml  |  26 ++++++++++++++++++++-
 3 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/openmeetings-server/src/site/resources/images/logos/logo_om_big8.png b/openmeetings-server/src/site/resources/images/logos/logo_om_big8.png
new file mode 100644
index 0000000..bb88f15
Binary files /dev/null and b/openmeetings-server/src/site/resources/images/logos/logo_om_big8.png differ
diff --git a/openmeetings-server/src/site/resources/images/logos/logo_om_small12.png b/openmeetings-server/src/site/resources/images/logos/logo_om_small12.png
new file mode 100644
index 0000000..3a23221
Binary files /dev/null and b/openmeetings-server/src/site/resources/images/logos/logo_om_small12.png differ
diff --git a/openmeetings-server/src/site/xdoc/CallForLogo.xml b/openmeetings-server/src/site/xdoc/CallForLogo.xml
index 6dca4f2..82a2ca3 100644
--- a/openmeetings-server/src/site/xdoc/CallForLogo.xml
+++ b/openmeetings-server/src/site/xdoc/CallForLogo.xml
@@ -60,7 +60,7 @@
 					}
 					var ib = e.closest('table').find('.logo-square');
 					l.css('background-image', 'url(' + ib.attr('src') + ')');
-					$('#Preview')[0].scrollIntoView();
+					$('#_toc_preview')[0].scrollIntoView();
 				}
 			//]]>
 			</script>
@@ -138,6 +138,18 @@
 						</tr>
 					</table>
 				</li>
+				<li>
+					<table>
+						<tr>
+							<td><img class="logo-big" src="images/logos/logo_om_big8.png" alt="Apache OpenMeetings"/></td>
+							<td><span class="btn btn-primary" onclick="applyLogoBig($(this));">Apply</span></td>
+						</tr>
+						<tr>
+							<td>Author</td>
+							<td>Rick Irish</td>
+						</tr>
+					</table>
+				</li>
 			</ol>
 			<h3>Square version</h3>
 			<ol>
@@ -249,6 +261,18 @@
 						</tr>
 					</table>
 				</li>
+				<li>
+					<table>
+						<tr>
+							<td><img class="logo-square" src="images/logos/logo_om_small12.png" alt="Square version" width="50"/></td>
+							<td><span class="btn btn-primary" onclick="applyLogoSmall($(this));">Apply</span></td>
+						</tr>
+						<tr>
+							<td>Author</td>
+							<td>Rick Irish</td>
+						</tr>
+					</table>
+				</li>
 			</ol>
 		</section>
 	</body>

-- 
To stop receiving notification emails like this one, please contact
solomax@apache.org.