Looks like Netanyahu used CMSMS for his election site

Post links to sites running CMS in all its glory.
Post Reply
afri-can
Forum Members
Forum Members
Posts: 21
Joined: Tue Jun 24, 2008 5:03 pm

Looks like Netanyahu used CMSMS for his election site

Post by afri-can »

Hi All,

Correct me if I'm wrong but it looks like Benjamin Netanyahu (running for Israeli Prime Minister) used CMSMS to create his web site:
http://www.netanyahu.org.il/

See the login area source -  CMSMS's - URL/admin/
Last edited by afri-can on Mon Nov 17, 2008 7:53 pm, edited 1 time in total.
jmcgin51
Power Poster
Power Poster
Posts: 1899
Joined: Mon Jun 12, 2006 9:02 pm

Re: Looks like Netanyahu used CMSMS for his election site

Post by jmcgin51 »

I was skeptical at first, but it does indeed have the CMSMS-style page generation times (example pasted below) at the bottom of the source.  And the Admin login page looks very familiar...

alby

Re: Looks like Netanyahu used CMSMS for his election site

Post by alby »

afri-can wrote: Correct me if I'm wrong but it looks like Benjamin Netanyahu (running for Israeli Prime Minister) used CMSMS to create his web site:
yes: http://www.netanyahu.org.il/admin/theme ... s/logo.gif

Alby
afri-can
Forum Members
Forum Members
Posts: 21
Joined: Tue Jun 24, 2008 5:03 pm

Re: Looks like Netanyahu used CMSMS for his election site

Post by afri-can »

What I saw first was the Styles used in the Login page

Code: Select all

<div class="lbfields">
				<div class="lbfieldstext">
					<p class="lbuser">Username:</p>
					<p class="lbpass">Password:</p>
				</div>
and the head of the page is the same all the way until the title tag

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<__html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>CMS Login</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<__script__ src="themes/default/includes/standard.js" type="text/javascript"></__script>

<link rel="stylesheet" type="text/css" media="screen, projection" href="loginstyle.php" />
<base href="http://www.netanyahu.org.il/admin/" />
</head>

</__body>
<div class="lball">
	<div id="loginbox" class="lblayout lbcontainer">
Post Reply

Return to “CMS Show Off”