Page 1 of 1

Looks like Netanyahu used CMSMS for his election site

Posted: Mon Nov 17, 2008 5:32 pm
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/

Re: Looks like Netanyahu used CMSMS for his election site

Posted: Mon Nov 17, 2008 6:36 pm
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...


Re: Looks like Netanyahu used CMSMS for his election site

Posted: Mon Nov 17, 2008 7:06 pm
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

Re: Looks like Netanyahu used CMSMS for his election site

Posted: Mon Nov 17, 2008 7:49 pm
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">